Changeset 1577067
- Timestamp:
- 01/18/2017 07:22:54 AM (9 years ago)
- Location:
- woo-layout-editor/trunk
- Files:
-
- 2 edited
-
Readme.txt (modified) (2 diffs)
-
woo-product-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-layout-editor/trunk/Readme.txt
r1577042 r1577067 5 5 Requires at least: 4.1 6 6 Tested up to: 4.7.1 7 Stable tag: 1.5. 27 Stable tag: 1.5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 73 73 74 74 == Changelog == 75 = 1.5.3 = 76 fixing a bug 75 77 = 1.5.2 = 76 78 readme modification -
woo-layout-editor/trunk/woo-product-editor.php
r1577062 r1577067 4 4 * Plugin URI: http://www.triplebit.com/myplugins/woo-layout-editor.zip 5 5 * Description: Page/Shop Layout Editor 6 * Version: 1.5. 26 * Version: 1.5.3 7 7 * Author: Izac Lesher 8 8 * Author URI: http://itziklesher.com … … 43 43 $existing_options = get_option( 'woolayedtil_options' ); 44 44 if ( $existing_options['version'] < 1.5 ) { 45 $existing_options['version'] = "1.5. 2";45 $existing_options['version'] = "1.5.3"; 46 46 update_option( 'woolayedtil_options', $existing_options ); 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.