Plugin Directory

Changeset 3145895


Ignore:
Timestamp:
09/03/2024 11:25:02 AM (16 months ago)
Author:
advancedads
Message:

Update to version 1.54.1 from GitHub

Location:
advanced-ads
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • advanced-ads/tags/1.54.1/admin/includes/class-ad-network.php

    r2983598 r3145895  
    240240        if ( $js_path ) {
    241241            $id = $this->get_js_library_name();
    242             wp_enqueue_script( $id, $js_path, [ 'jquery' ] );
     242            wp_enqueue_script( $id, $js_path, [ 'jquery', wp_advads()->registry->prefix_it( 'admin' ) ] );
    243243            // next we have to pass the data.
    244244            $data = [
  • advanced-ads/tags/1.54.1/advanced-ads.php

    r3145275 r3145895  
    1313 * Plugin URI:        https://wpadvancedads.com
    1414 * Description:       Manage and optimize your ads in WordPress
    15  * Version:           1.54.0
     15 * Version:           1.54.1
    1616 * Author:            Advanced Ads
    1717 * Author URI:        https://wpadvancedads.com
     
    3434
    3535define( 'ADVADS_FILE', __FILE__ );
    36 define( 'ADVADS_VERSION', '1.54.0' );
     36define( 'ADVADS_VERSION', '1.54.1' );
    3737
    3838// Load the autoloader.
  • advanced-ads/tags/1.54.1/languages/advanced-ads.pot

    r3145275 r3145895  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Advanced Ads 1.53.2\n"
     5"Project-Id-Version: Advanced Ads 1.54.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n"
    77"Last-Translator: Thomas Maier <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-09-02T11:05:48+00:00\n"
     12"POT-Creation-Date: 2024-09-03T11:24:20+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
  • advanced-ads/tags/1.54.1/readme.txt

    r3145275 r3145895  
    55Tested up to: 6.5
    66Requires PHP: 7.2
    7 Stable tag: 1.54.0
     7Stable tag: 1.54.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    357357== Changelog ==
    358358
     359= 1.54.1 (September 3, 2024) =
     360
     361- Fix: resolve a JavaScript issue on Google AdSense and Ad Manager pages
     362
    359363= 1.54.0 (September 2, 2024) =
    360364
  • advanced-ads/trunk/admin/includes/class-ad-network.php

    r2983598 r3145895  
    240240        if ( $js_path ) {
    241241            $id = $this->get_js_library_name();
    242             wp_enqueue_script( $id, $js_path, [ 'jquery' ] );
     242            wp_enqueue_script( $id, $js_path, [ 'jquery', wp_advads()->registry->prefix_it( 'admin' ) ] );
    243243            // next we have to pass the data.
    244244            $data = [
  • advanced-ads/trunk/advanced-ads.php

    r3145275 r3145895  
    1313 * Plugin URI:        https://wpadvancedads.com
    1414 * Description:       Manage and optimize your ads in WordPress
    15  * Version:           1.54.0
     15 * Version:           1.54.1
    1616 * Author:            Advanced Ads
    1717 * Author URI:        https://wpadvancedads.com
     
    3434
    3535define( 'ADVADS_FILE', __FILE__ );
    36 define( 'ADVADS_VERSION', '1.54.0' );
     36define( 'ADVADS_VERSION', '1.54.1' );
    3737
    3838// Load the autoloader.
  • advanced-ads/trunk/languages/advanced-ads.pot

    r3145275 r3145895  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Advanced Ads 1.53.2\n"
     5"Project-Id-Version: Advanced Ads 1.54.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n"
    77"Last-Translator: Thomas Maier <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-09-02T11:05:48+00:00\n"
     12"POT-Creation-Date: 2024-09-03T11:24:20+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
  • advanced-ads/trunk/readme.txt

    r3145275 r3145895  
    55Tested up to: 6.5
    66Requires PHP: 7.2
    7 Stable tag: 1.54.0
     7Stable tag: 1.54.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    357357== Changelog ==
    358358
     359= 1.54.1 (September 3, 2024) =
     360
     361- Fix: resolve a JavaScript issue on Google AdSense and Ad Manager pages
     362
    359363= 1.54.0 (September 2, 2024) =
    360364
Note: See TracChangeset for help on using the changeset viewer.