Plugin Directory

Changeset 3127901


Ignore:
Timestamp:
07/30/2024 07:42:58 AM (18 months ago)
Author:
woorise
Message:

Update to 1.3.8

Location:
woorise/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woorise/trunk/includes/class-woorise-embed.php

    r2812629 r3127901  
    4444   */
    4545  public function enqueue_scripts() {
    46     wp_register_script( 'woorise-embed', plugins_url( 'assets/js/iframeResizer.min.js', dirname( __FILE__ ) ), [], '4.3.2', true );
    47     wp_add_inline_script( 'woorise-embed', 'document.addEventListener("DOMContentLoaded",function(){iFrameResize({checkOrigin: false},"'. esc_attr( '.' . $this->iframe_class ) .'");});' );
     46    wp_register_script( 'woorise-embed', plugins_url( 'assets/js/iframe-resizer.parent.js', dirname( __FILE__ ) ), [], '5.2.1', true );
     47    wp_add_inline_script( 'woorise-embed', 'document.addEventListener("DOMContentLoaded",function(){iFrameResize({checkOrigin: false, license: "GPLv3"},"'. esc_attr( '.' . $this->iframe_class ) .'");});' );
    4848  }
    4949
  • woorise/trunk/readme.txt

    r3068461 r3127901  
    66Tested up to: 6.5.2
    77Requires PHP: 7.0
    8 Stable tag: 1.3.7
     8Stable tag: 1.3.8
    99License: GPL2
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • woorise/trunk/woorise.php

    r3068454 r3127901  
    55 * Plugin URI: https://woorise.com/
    66 * Description: Create beautiful landing pages, forms, surveys, quizzes, viral giveaways & contests, collect payments and more.
    7  * Version: 1.3.7
     7 * Version: 1.3.8
    88 * Requires at least: 5.6
    99 * Author: Woorise
Note: See TracChangeset for help on using the changeset viewer.