Changeset 2008124
- Timestamp:
- 01/08/2019 01:43:31 AM (7 years ago)
- Location:
- wysiwyg-custom-products
- Files:
-
- 6 edited
-
tags/1.2/common/class-layout.php (modified) (4 diffs)
-
tags/1.2/readme.txt (modified) (1 diff)
-
tags/1.2/wysiwyg-custom-products.php (modified) (2 diffs)
-
trunk/common/class-layout.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wysiwyg-custom-products.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wysiwyg-custom-products/tags/1.2/common/class-layout.php
r2006975 r2008124 7 7 * 8 8 * @since 1.0.0 9 * @updated 1.2. 09 * @updated 1.2.3 10 10 */ 11 11 … … 37 37 * 38 38 * @since 1.0.0 39 * @updated 1.2. 039 * @updated 1.2.3 40 40 */ 41 41 class Layout { … … 420 420 * 421 421 * @since 1.0.0 422 * @updated 1.2. 0423 */ 424 public function getLayouts() : array{422 * @updated 1.2.3 423 */ 424 public function getLayouts() { 425 425 return $this->layouts; 426 426 } … … 713 713 * 714 714 * @since 1.1.0 715 */ 716 public function getScale(): string { 715 * @updated 1.2.3 716 */ 717 public function getScale() { 717 718 return "scale($this->scaleX $this->scaleY)"; 718 719 } -
wysiwyg-custom-products/tags/1.2/readme.txt
r2007602 r2008124 163 163 * Fixed introduced bug with throbber and empty template 164 164 165 = 1.2.3 = 166 * Fixed introduced PHP incompatibility bug 165 167 166 168 == Upgrade Notice == 167 169 168 = 1.2. 2=170 = 1.2.3 = 169 171 Faster and more stable. 170 172 Multi line catalog text now always displays correctly. (In premium version the same fix applies to using select and multiline select methods.) -
wysiwyg-custom-products/tags/1.2/wysiwyg-custom-products.php
r2007602 r2008124 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.2. 26 * Version: 1.2.3 7 7 * Author: Tazziedave 8 8 * Author URI: https://tazziedave.com … … 76 76 * Plug in version 77 77 */ 78 const VER = '1.2. 2';78 const VER = '1.2.3'; 79 79 /** 80 80 * Database version. Used in class-plugin to run updates as necessary -
wysiwyg-custom-products/trunk/common/class-layout.php
r2006975 r2008124 7 7 * 8 8 * @since 1.0.0 9 * @updated 1.2. 09 * @updated 1.2.3 10 10 */ 11 11 … … 37 37 * 38 38 * @since 1.0.0 39 * @updated 1.2. 039 * @updated 1.2.3 40 40 */ 41 41 class Layout { … … 420 420 * 421 421 * @since 1.0.0 422 * @updated 1.2. 0423 */ 424 public function getLayouts() : array{422 * @updated 1.2.3 423 */ 424 public function getLayouts() { 425 425 return $this->layouts; 426 426 } … … 713 713 * 714 714 * @since 1.1.0 715 */ 716 public function getScale(): string { 715 * @updated 1.2.3 716 */ 717 public function getScale() { 717 718 return "scale($this->scaleX $this->scaleY)"; 718 719 } -
wysiwyg-custom-products/trunk/readme.txt
r2007602 r2008124 163 163 * Fixed introduced bug with throbber and empty template 164 164 165 = 1.2.3 = 166 * Fixed introduced PHP incompatibility bug 165 167 166 168 == Upgrade Notice == 167 169 168 = 1.2. 2=170 = 1.2.3 = 169 171 Faster and more stable. 170 172 Multi line catalog text now always displays correctly. (In premium version the same fix applies to using select and multiline select methods.) -
wysiwyg-custom-products/trunk/wysiwyg-custom-products.php
r2007602 r2008124 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.2. 26 * Version: 1.2.3 7 7 * Author: Tazziedave 8 8 * Author URI: https://tazziedave.com … … 76 76 * Plug in version 77 77 */ 78 const VER = '1.2. 2';78 const VER = '1.2.3'; 79 79 /** 80 80 * Database version. Used in class-plugin to run updates as necessary
Note: See TracChangeset
for help on using the changeset viewer.