Changeset 1576251
- Timestamp:
- 01/17/2017 08:38:16 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
r1576226 r1576251 4 4 Tags: woocommerce, customize, customization, customizer, modify, modification, editor, gui, drag and drop 5 5 Requires at least: 4.1 6 Tested up to: 4. 6.17 Stable tag: 1.5. 06 Tested up to: 4.7.1 7 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Introduces under WooCommerce menu a visual drag&drop editor functioning as a layout WooCommerce customizer by exchange position and/or drop any element 12 in a single product page as well as in an archive shop page which are the main pages that WooCommerce users 13 tend to modify. 11 Introduces under WooCommerce menu a visual drag&drop editor functioning as a layout WooCommerce customizer by add/exchange/drop position of any element, 12 in a single product page as well as in an archive shop page which are the main pages that WooCommerce users tend to modify. 14 13 15 14 == Description == 16 15 17 16 Upon installation the plugin introduces under Woocommerce menu a visual drag&drop editor to customize WooCommerce by 18 exchange position a nd/or drop any element in a single product page as well as in an archive shop page which are the main pages17 exchange position add custom content and/or drop any element in a single product page as well as in an archive shop page which are the main pages 19 18 that WooCommerce users tend to modify - hence a Woocommerce customizing Editor. 20 19 Each element is given a consecutive number and a friendly name reflecting their default position and functionality 21 20 and the user can change its position and/or drop it completely. 21 In addition there is a Custom content box which enables adding a simple button or a link or a any complex Html tag (which you can 22 create or import from anywhere). 22 23 The plugin doesn't use WooCommerce templates nor does it add any file or content to the used themes. 23 24 In certain cases the user may need to custom the css as it depends also on the specific environment like the theme … … 72 73 73 74 == Changelog == 75 = 1.5.1 = 76 readme modification 74 77 = 1.5.0 = 75 78 Add Custom Content -
woo-layout-editor/trunk/woo-product-editor.php
r1576226 r1576251 4 4 * Plugin URI: http://www.triplebit.com/myplugins/woo-layout-editor.zip 5 5 * Description: Page/Shop Layout Editor 6 * Version: 1.5. 06 * Version: 1.5.1 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. 0";45 $existing_options['version'] = "1.5.1"; 46 46 update_option( 'woolayedtil_options', $existing_options ); 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.