Changeset 1831184
- Timestamp:
- 03/01/2018 03:19:45 AM (8 years ago)
- Location:
- wysiwyg-custom-products
- Files:
-
- 6 edited
-
tags/1.1/frontend/class-frontend.php (modified) (2 diffs)
-
tags/1.1/readme.txt (modified) (1 diff)
-
tags/1.1/wysiwyg-custom-products.php (modified) (3 diffs)
-
trunk/frontend/class-frontend.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wysiwyg-custom-products.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wysiwyg-custom-products/tags/1.1/frontend/class-frontend.php
r1829767 r1831184 247 247 * 248 248 * @since 1.0.0 249 * @updated 1.1. 4249 * @updated 1.1.8 250 250 */ 251 251 private function svg_html( $liveLines, $message = null, $formats = null, $divId = null, $imageId = null, … … 258 258 259 259 if ( ! $this->canvasDone ) { 260 $h->o_div( ' hidden' );260 $h->o_div( 'wcp-hidden' ); 261 261 $h->o_div( '', 'wcp_canvas_div' ); 262 262 $h->tag( 'canvas', '', 'wcp-canvas' ); -
wysiwyg-custom-products/tags/1.1/readme.txt
r1829767 r1831184 139 139 * Additional code for WooCommerce change in Version 3.3.3. 140 140 141 = 1.1.8 = 142 * Fixed 1st Archive/Catalog image dropping on page. 141 143 142 144 == Upgrade Notice == 143 Fixed for WooCommerce 3.3.0, 3.3.1, 3.3.3 changes. Fixed bug that affected image sizing.145 Improved archive/catalog and product page layout. 144 146 145 147 == Creating Layouts - Instructions == -
wysiwyg-custom-products/tags/1.1/wysiwyg-custom-products.php
r1829767 r1831184 4 4 * Plugin URI: https://tazziedave.com/wp-plugins/wysiwyg-custom-products 5 5 * 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. 76 * Version: 1.1.8 7 7 * Author: Tazziedave 8 8 * Author URI: https://tazziedave.com … … 62 62 * 63 63 * @since 1.0.0 64 * @updated 1.1. 764 * @updated 1.1.8 65 65 */ 66 66 class Wcp_Plugin { … … 74 74 * Plug in version 75 75 */ 76 const VER = '1.1. 7';76 const VER = '1.1.8'; 77 77 /** 78 78 * Database version. Used in class-plugin to run updates as necessary -
wysiwyg-custom-products/trunk/frontend/class-frontend.php
r1829767 r1831184 247 247 * 248 248 * @since 1.0.0 249 * @updated 1.1. 4249 * @updated 1.1.8 250 250 */ 251 251 private function svg_html( $liveLines, $message = null, $formats = null, $divId = null, $imageId = null, … … 258 258 259 259 if ( ! $this->canvasDone ) { 260 $h->o_div( ' hidden' );260 $h->o_div( 'wcp-hidden' ); 261 261 $h->o_div( '', 'wcp_canvas_div' ); 262 262 $h->tag( 'canvas', '', 'wcp-canvas' ); -
wysiwyg-custom-products/trunk/readme.txt
r1829767 r1831184 139 139 * Additional code for WooCommerce change in Version 3.3.3. 140 140 141 = 1.1.8 = 142 * Fixed 1st Archive/Catalog image dropping on page. 141 143 142 144 == Upgrade Notice == 143 Fixed for WooCommerce 3.3.0, 3.3.1, 3.3.3 changes. Fixed bug that affected image sizing.145 Improved archive/catalog and product page layout. 144 146 145 147 == Creating Layouts - Instructions == -
wysiwyg-custom-products/trunk/wysiwyg-custom-products.php
r1829767 r1831184 4 4 * Plugin URI: https://tazziedave.com/wp-plugins/wysiwyg-custom-products 5 5 * 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. 76 * Version: 1.1.8 7 7 * Author: Tazziedave 8 8 * Author URI: https://tazziedave.com … … 62 62 * 63 63 * @since 1.0.0 64 * @updated 1.1. 764 * @updated 1.1.8 65 65 */ 66 66 class Wcp_Plugin { … … 74 74 * Plug in version 75 75 */ 76 const VER = '1.1. 7';76 const VER = '1.1.8'; 77 77 /** 78 78 * Database version. Used in class-plugin to run updates as necessary
Note: See TracChangeset
for help on using the changeset viewer.