Plugin Directory

Changeset 1576251


Ignore:
Timestamp:
01/17/2017 08:38:16 AM (9 years ago)
Author:
triplebit2
Message:

ver 1.5.1

Location:
woo-layout-editor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-layout-editor/trunk/Readme.txt

    r1576226 r1576251  
    44Tags: woocommerce, customize, customization, customizer, modify, modification, editor, gui, drag and drop
    55Requires at least: 4.1
    6 Tested up to: 4.6.1
    7 Stable tag: 1.5.0
     6Tested up to: 4.7.1
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    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.
     11Introduces under WooCommerce menu a visual drag&drop editor functioning as a layout WooCommerce customizer by add/exchange/drop position of any element,
     12in a single product page as well as in an archive shop page which are the main pages that WooCommerce users tend to modify.
    1413 
    1514== Description ==
    1615 
    1716Upon installation the plugin introduces under Woocommerce menu a visual drag&drop editor to customize WooCommerce by
    18 exchange position and/or drop any element in a single product page as well as in an archive shop page which are the main pages
     17exchange 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
    1918that WooCommerce users tend to modify - hence a Woocommerce customizing Editor.
    2019Each element is given a consecutive number and a friendly name reflecting their default position and functionality
    2120and the user can change its position and/or drop it completely.
     21In 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
     22create or import from anywhere).
    2223The plugin doesn't use WooCommerce templates nor does it add any file or content to the used themes.
    2324In certain cases the user may need to custom the css as it depends also on the specific environment like the theme
     
    7273
    7374== Changelog ==
     75= 1.5.1 =
     76readme modification
    7477= 1.5.0 =
    7578Add Custom Content
  • woo-layout-editor/trunk/woo-product-editor.php

    r1576226 r1576251  
    44 * Plugin URI: http://www.triplebit.com/myplugins/woo-layout-editor.zip
    55 * Description: Page/Shop Layout Editor
    6  * Version: 1.5.0
     6 * Version: 1.5.1
    77 * Author: Izac Lesher
    88 * Author URI: http://itziklesher.com
     
    4343        $existing_options = get_option( 'woolayedtil_options' );
    4444        if ( $existing_options['version'] < 1.5 ) {
    45             $existing_options['version'] = "1.5.0";
     45            $existing_options['version'] = "1.5.1";
    4646            update_option( 'woolayedtil_options', $existing_options );
    4747        }
Note: See TracChangeset for help on using the changeset viewer.