Changeset 3145895
- Timestamp:
- 09/03/2024 11:25:02 AM (16 months ago)
- Location:
- advanced-ads
- Files:
-
- 8 edited
- 1 copied
-
tags/1.54.1 (copied) (copied from advanced-ads/trunk)
-
tags/1.54.1/admin/includes/class-ad-network.php (modified) (1 diff)
-
tags/1.54.1/advanced-ads.php (modified) (2 diffs)
-
tags/1.54.1/languages/advanced-ads.pot (modified) (2 diffs)
-
tags/1.54.1/readme.txt (modified) (2 diffs)
-
trunk/admin/includes/class-ad-network.php (modified) (1 diff)
-
trunk/advanced-ads.php (modified) (2 diffs)
-
trunk/languages/advanced-ads.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-ads/tags/1.54.1/admin/includes/class-ad-network.php
r2983598 r3145895 240 240 if ( $js_path ) { 241 241 $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' ) ] ); 243 243 // next we have to pass the data. 244 244 $data = [ -
advanced-ads/tags/1.54.1/advanced-ads.php
r3145275 r3145895 13 13 * Plugin URI: https://wpadvancedads.com 14 14 * Description: Manage and optimize your ads in WordPress 15 * Version: 1.54. 015 * Version: 1.54.1 16 16 * Author: Advanced Ads 17 17 * Author URI: https://wpadvancedads.com … … 34 34 35 35 define( 'ADVADS_FILE', __FILE__ ); 36 define( 'ADVADS_VERSION', '1.54. 0' );36 define( 'ADVADS_VERSION', '1.54.1' ); 37 37 38 38 // Load the autoloader. -
advanced-ads/tags/1.54.1/languages/advanced-ads.pot
r3145275 r3145895 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Advanced Ads 1.5 3.2\n"5 "Project-Id-Version: Advanced Ads 1.54.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n" 7 7 "Last-Translator: Thomas Maier <[email protected]>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-09-0 2T11:05:48+00:00\n"12 "POT-Creation-Date: 2024-09-03T11:24:20+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.6.0\n" -
advanced-ads/tags/1.54.1/readme.txt
r3145275 r3145895 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.2 7 Stable tag: 1.54. 07 Stable tag: 1.54.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 357 357 == Changelog == 358 358 359 = 1.54.1 (September 3, 2024) = 360 361 - Fix: resolve a JavaScript issue on Google AdSense and Ad Manager pages 362 359 363 = 1.54.0 (September 2, 2024) = 360 364 -
advanced-ads/trunk/admin/includes/class-ad-network.php
r2983598 r3145895 240 240 if ( $js_path ) { 241 241 $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' ) ] ); 243 243 // next we have to pass the data. 244 244 $data = [ -
advanced-ads/trunk/advanced-ads.php
r3145275 r3145895 13 13 * Plugin URI: https://wpadvancedads.com 14 14 * Description: Manage and optimize your ads in WordPress 15 * Version: 1.54. 015 * Version: 1.54.1 16 16 * Author: Advanced Ads 17 17 * Author URI: https://wpadvancedads.com … … 34 34 35 35 define( 'ADVADS_FILE', __FILE__ ); 36 define( 'ADVADS_VERSION', '1.54. 0' );36 define( 'ADVADS_VERSION', '1.54.1' ); 37 37 38 38 // Load the autoloader. -
advanced-ads/trunk/languages/advanced-ads.pot
r3145275 r3145895 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Advanced Ads 1.5 3.2\n"5 "Project-Id-Version: Advanced Ads 1.54.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n" 7 7 "Last-Translator: Thomas Maier <[email protected]>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-09-0 2T11:05:48+00:00\n"12 "POT-Creation-Date: 2024-09-03T11:24:20+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.6.0\n" -
advanced-ads/trunk/readme.txt
r3145275 r3145895 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.2 7 Stable tag: 1.54. 07 Stable tag: 1.54.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 357 357 == Changelog == 358 358 359 = 1.54.1 (September 3, 2024) = 360 361 - Fix: resolve a JavaScript issue on Google AdSense and Ad Manager pages 362 359 363 = 1.54.0 (September 2, 2024) = 360 364
Note: See TracChangeset
for help on using the changeset viewer.