Skip to content

Commit

Permalink
Update version and make pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Feb 14, 2017
1 parent aafe09f commit ac3a6fc
Show file tree
Hide file tree
Showing 9 changed files with 838 additions and 3,339 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ And much more. Checkout the [**Pro Version**](https://wedevs.com/products/plugin


## Minimum Requirement
- PHP 5.3
- PHP 5.4+
- WordPress 4.0+
- WooCommerce 2.4+

## Installation
Just clone the repository inside /wp-content/plugins/ and active your plugin from your plugins menu
Expand Down
6 changes: 3 additions & 3 deletions assets/src/less/products.less
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

.dokan-product-edit-form .dokan-new-product-featured-img {
height: auto !important;
}
}

label {
font-weight: normal;
Expand Down Expand Up @@ -504,7 +504,7 @@
}
}

// New product flat view style @version:2.6
// New product flat view style @version:2.5.3
.dokan-attribute-variation-options {

.dokan-product-attribute-wrapper {
Expand Down Expand Up @@ -1374,6 +1374,6 @@
vertical-align: middle;
}
}


}
4 changes: 2 additions & 2 deletions dokan.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Dokan - Multi-vendor Marketplace
Plugin URI: https://wordpress.org/plugins/dokan-lite/
Description: An e-commerce marketplace plugin for WordPress. Powered by WooCommerce and weDevs.
Version: 2.5.2
Version: 2.5.3
Author: weDevs
Author URI: http://wedevs.com/
License: GPL2
Expand Down Expand Up @@ -43,7 +43,7 @@
define( '__DIR__', dirname( __FILE__ ) );
}

define( 'DOKAN_PLUGIN_VERSION', '2.5.2' );
define( 'DOKAN_PLUGIN_VERSION', '2.5.3' );
define( 'DOKAN_FILE', __FILE__ );
define( 'DOKAN_DIR', __DIR__ );
define( 'DOKAN_INC_DIR', __DIR__ . '/includes' );
Expand Down
2 changes: 1 addition & 1 deletion includes/admin-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function dokan_send_notification_on_product_publish( $post ) {
/**
* Display form field with list of authors.
*
* @since 2.6.0
* @since 2.5.3
*
* @param object $post
*/
Expand Down
4 changes: 2 additions & 2 deletions includes/admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function withdraw_page() {
/**
* Pro listing page
*
* @since 2.6
* @since 2.5.3
*
* @return void
*/
Expand Down Expand Up @@ -458,7 +458,7 @@ function dokan_admin_toolbar() {
/**
* Add new or remove toolbar
*
* @since 2.6
* @since 2.5.3
*/
do_action( 'dokan_render_admin_toolbar', $wp_admin_bar );
}
Expand Down
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ function dokan_get_template_part( $slug, $name = '', $args = array() ) {
/**
* Change template directory path filter
*
* @since 2.6
* @since 2.5.3
*/
$template_path = apply_filters( 'dokan_set_template_path', $dokan->plugin_path() . '/templates', $template, $args );

Expand Down
2 changes: 1 addition & 1 deletion includes/product-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function dokan_save_product( $args ) {
/**
* Show options for the variable product type.
*
* @since 2.6
* @since 2.5.3
*
* @return void
*/
Expand Down
Loading

0 comments on commit ac3a6fc

Please sign in to comment.