Plugin Directory

Changeset 2008124


Ignore:
Timestamp:
01/08/2019 01:43:31 AM (7 years ago)
Author:
tazziedave
Message:

1.2.3

  • Fixed introduced PHP incompatibility bug
Location:
wysiwyg-custom-products
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • wysiwyg-custom-products/tags/1.2/common/class-layout.php

    r2006975 r2008124  
    77 *
    88 * @since      1.0.0
    9  * @updated    1.2.0
     9 * @updated    1.2.3
    1010 */
    1111
     
    3737 *
    3838 * @since      1.0.0
    39  * @updated    1.2.0
     39 * @updated    1.2.3
    4040 */
    4141class Layout {
     
    420420     *
    421421     * @since    1.0.0
    422      * @updated  1.2.0
    423      */
    424     public function getLayouts(): array {
     422     * @updated  1.2.3
     423     */
     424    public function getLayouts() {
    425425        return $this->layouts;
    426426    }
     
    713713     *
    714714     * @since   1.1.0
    715      */
    716     public function getScale(): string {
     715     * @updated 1.2.3
     716     */
     717    public function getScale() {
    717718        return "scale($this->scaleX $this->scaleY)";
    718719    }
  • wysiwyg-custom-products/tags/1.2/readme.txt

    r2007602 r2008124  
    163163* Fixed introduced bug with throbber and empty template
    164164
     165= 1.2.3 =
     166* Fixed introduced PHP incompatibility bug
    165167
    166168== Upgrade Notice ==
    167169
    168 = 1.2.2 =
     170= 1.2.3 =
    169171Faster and more stable.
    170172Multi 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  
    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.2.2
     6 * Version: 1.2.3
    77 * Author: Tazziedave
    88 * Author URI: https://tazziedave.com
     
    7676     *  Plug in version
    7777     */
    78     const VER = '1.2.2';
     78    const VER = '1.2.3';
    7979    /**
    8080     * Database version. Used in class-plugin to run updates as necessary
  • wysiwyg-custom-products/trunk/common/class-layout.php

    r2006975 r2008124  
    77 *
    88 * @since      1.0.0
    9  * @updated    1.2.0
     9 * @updated    1.2.3
    1010 */
    1111
     
    3737 *
    3838 * @since      1.0.0
    39  * @updated    1.2.0
     39 * @updated    1.2.3
    4040 */
    4141class Layout {
     
    420420     *
    421421     * @since    1.0.0
    422      * @updated  1.2.0
    423      */
    424     public function getLayouts(): array {
     422     * @updated  1.2.3
     423     */
     424    public function getLayouts() {
    425425        return $this->layouts;
    426426    }
     
    713713     *
    714714     * @since   1.1.0
    715      */
    716     public function getScale(): string {
     715     * @updated 1.2.3
     716     */
     717    public function getScale() {
    717718        return "scale($this->scaleX $this->scaleY)";
    718719    }
  • wysiwyg-custom-products/trunk/readme.txt

    r2007602 r2008124  
    163163* Fixed introduced bug with throbber and empty template
    164164
     165= 1.2.3 =
     166* Fixed introduced PHP incompatibility bug
    165167
    166168== Upgrade Notice ==
    167169
    168 = 1.2.2 =
     170= 1.2.3 =
    169171Faster and more stable.
    170172Multi 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  
    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.2.2
     6 * Version: 1.2.3
    77 * Author: Tazziedave
    88 * Author URI: https://tazziedave.com
     
    7676     *  Plug in version
    7777     */
    78     const VER = '1.2.2';
     78    const VER = '1.2.3';
    7979    /**
    8080     * Database version. Used in class-plugin to run updates as necessary
Note: See TracChangeset for help on using the changeset viewer.