Plugin Directory

Changeset 1831184


Ignore:
Timestamp:
03/01/2018 03:19:45 AM (8 years ago)
Author:
tazziedave
Message:

Improved archive/catalog and product page layout.

Location:
wysiwyg-custom-products
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wysiwyg-custom-products/tags/1.1/frontend/class-frontend.php

    r1829767 r1831184  
    247247     *
    248248     * @since   1.0.0
    249      * @updated 1.1.4
     249     * @updated 1.1.8
    250250     */
    251251    private function svg_html( $liveLines, $message = null, $formats = null, $divId = null, $imageId = null,
     
    258258
    259259        if ( ! $this->canvasDone ) {
    260             $h->o_div( 'hidden' );
     260            $h->o_div( 'wcp-hidden' );
    261261            $h->o_div( '', 'wcp_canvas_div' );
    262262            $h->tag( 'canvas', '', 'wcp-canvas' );
  • wysiwyg-custom-products/tags/1.1/readme.txt

    r1829767 r1831184  
    139139* Additional code for WooCommerce change in Version 3.3.3.
    140140
     141= 1.1.8 =
     142* Fixed 1st Archive/Catalog image dropping on page.
    141143
    142144== Upgrade Notice ==
    143 Fixed for WooCommerce 3.3.0, 3.3.1, 3.3.3 changes. Fixed bug that affected image sizing.
     145Improved archive/catalog and product page layout.
    144146
    145147== Creating Layouts - Instructions ==
  • wysiwyg-custom-products/tags/1.1/wysiwyg-custom-products.php

    r1829767 r1831184  
    44 * Plugin URI: https://tazziedave.com/wp-plugins/wysiwyg-custom-products
    55 * Description: Enables a live WYSIWYG preview of custom products where text is edited in text area or text field in woo commerce.
    6  * Version: 1.1.7
     6 * Version: 1.1.8
    77 * Author: Tazziedave
    88 * Author URI: https://tazziedave.com
     
    6262 *
    6363 * @since   1.0.0
    64  * @updated 1.1.7
     64 * @updated 1.1.8
    6565 */
    6666class Wcp_Plugin {
     
    7474     *  Plug in version
    7575     */
    76     const VER = '1.1.7';
     76    const VER = '1.1.8';
    7777    /**
    7878     * Database version. Used in class-plugin to run updates as necessary
  • wysiwyg-custom-products/trunk/frontend/class-frontend.php

    r1829767 r1831184  
    247247     *
    248248     * @since   1.0.0
    249      * @updated 1.1.4
     249     * @updated 1.1.8
    250250     */
    251251    private function svg_html( $liveLines, $message = null, $formats = null, $divId = null, $imageId = null,
     
    258258
    259259        if ( ! $this->canvasDone ) {
    260             $h->o_div( 'hidden' );
     260            $h->o_div( 'wcp-hidden' );
    261261            $h->o_div( '', 'wcp_canvas_div' );
    262262            $h->tag( 'canvas', '', 'wcp-canvas' );
  • wysiwyg-custom-products/trunk/readme.txt

    r1829767 r1831184  
    139139* Additional code for WooCommerce change in Version 3.3.3.
    140140
     141= 1.1.8 =
     142* Fixed 1st Archive/Catalog image dropping on page.
    141143
    142144== Upgrade Notice ==
    143 Fixed for WooCommerce 3.3.0, 3.3.1, 3.3.3 changes. Fixed bug that affected image sizing.
     145Improved archive/catalog and product page layout.
    144146
    145147== Creating Layouts - Instructions ==
  • wysiwyg-custom-products/trunk/wysiwyg-custom-products.php

    r1829767 r1831184  
    44 * Plugin URI: https://tazziedave.com/wp-plugins/wysiwyg-custom-products
    55 * Description: Enables a live WYSIWYG preview of custom products where text is edited in text area or text field in woo commerce.
    6  * Version: 1.1.7
     6 * Version: 1.1.8
    77 * Author: Tazziedave
    88 * Author URI: https://tazziedave.com
     
    6262 *
    6363 * @since   1.0.0
    64  * @updated 1.1.7
     64 * @updated 1.1.8
    6565 */
    6666class Wcp_Plugin {
     
    7474     *  Plug in version
    7575     */
    76     const VER = '1.1.7';
     76    const VER = '1.1.8';
    7777    /**
    7878     * Database version. Used in class-plugin to run updates as necessary
Note: See TracChangeset for help on using the changeset viewer.