Changeset 2202493
- Timestamp:
- 11/28/2019 07:34:37 AM (6 years ago)
- Location:
- features-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.8 (copied) (copied from features-for-woocommerce/trunk)
-
tags/2.0.8/features-for-woocommerce.php (modified) (2 diffs)
-
tags/2.0.8/readme.txt (modified) (2 diffs)
-
trunk/features-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
features-for-woocommerce/tags/2.0.8/features-for-woocommerce.php
r2198531 r2202493 6 6 * Author: raftaar1191 7 7 * Author URI: https://profiles.wordpress.org/raftaar1191/ 8 * Version: 2.0. 78 * Version: 2.0.6 9 9 * Text Domain: ffw 10 10 * Domain Path: /i18n/languages/ … … 24 24 // Codebase version 25 25 if ( ! defined( 'FFW_PLUGIN_VERSION' ) ) { 26 define( 'FFW_PLUGIN_VERSION', '2.0. 7' );26 define( 'FFW_PLUGIN_VERSION', '2.0.6' ); 27 27 } 28 28 -
features-for-woocommerce/tags/2.0.8/readme.txt
r2198531 r2202493 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 78 Stable tag: 2.0.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 == Changelog == 48 = 2.0.7 =49 Update Changelog50 51 48 = 2.0.6 = 52 49 * Update product price on the fly in product single page -
features-for-woocommerce/trunk/features-for-woocommerce.php
r2198531 r2202493 6 6 * Author: raftaar1191 7 7 * Author URI: https://profiles.wordpress.org/raftaar1191/ 8 * Version: 2.0. 78 * Version: 2.0.6 9 9 * Text Domain: ffw 10 10 * Domain Path: /i18n/languages/ … … 24 24 // Codebase version 25 25 if ( ! defined( 'FFW_PLUGIN_VERSION' ) ) { 26 define( 'FFW_PLUGIN_VERSION', '2.0. 7' );26 define( 'FFW_PLUGIN_VERSION', '2.0.6' ); 27 27 } 28 28 -
features-for-woocommerce/trunk/readme.txt
r2198531 r2202493 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 2.0. 78 Stable tag: 2.0.4 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 46 46 47 47 == Changelog == 48 = 2.0.7 =49 Update Changelog50 51 48 = 2.0.6 = 52 49 * Update product price on the fly in product single page
Note: See TracChangeset
for help on using the changeset viewer.