Changeset 3129831
- Timestamp:
- 08/02/2024 05:03:59 AM (20 months ago)
- Location:
- azo-ads
- Files:
-
- 4 edited
- 3 copied
-
tags/1.1.3 (copied) (copied from azo-ads/trunk)
-
tags/1.1.3/azo-ads.php (copied) (copied from azo-ads/trunk/azo-ads.php) (2 diffs)
-
tags/1.1.3/includes/ajax.php (modified) (1 diff)
-
tags/1.1.3/readme.txt (copied) (copied from azo-ads/trunk/readme.txt) (2 diffs)
-
trunk/azo-ads.php (modified) (2 diffs)
-
trunk/includes/ajax.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
azo-ads/tags/1.1.3/azo-ads.php
r3129822 r3129831 13 13 * Plugin URI: https://ads.azonow.com 14 14 * Description: A powerful tool to manage your ads in WordPress easily. 15 * Version: 1.1. 215 * Version: 1.1.3 16 16 * Author: AZO Team 17 17 * Author URI: https://azonow.com … … 34 34 define( 'AZOADS_SLUG', 'azo-ads' ); 35 35 define( 'AZOADS_URL', 'https://azonow.com/' ); 36 define( 'AZOADS_VERSION', '1.1.2' ); 36 define( 'AZOADS_NEWS_URL', AZOADS_URL ); 37 define( 'AZOADS_VERSION', '1.1.3' ); 37 38 38 39 // INIT plugin -
azo-ads/tags/1.1.3/includes/ajax.php
r3122428 r3129831 631 631 $data = get_transient( $cache_key ); 632 632 if ( false === $data ) { 633 $response = wp_remote_get( AZOADS_ URL . '/blog/wp-json/wp/v2/posts?_embed&per_page=6' );633 $response = wp_remote_get( AZOADS_NEWS_URL . '/wp-json/wp/v2/posts?_embed&per_page=6' ); 634 634 635 635 if ( is_wp_error( $response ) ) wp_send_json_success(); -
azo-ads/tags/1.1.3/readme.txt
r3129822 r3129831 11 11 Tested up to: 6.6 12 12 Requires PHP: 5.4 13 Stable tag: 1.1. 213 Stable tag: 1.1.3 14 14 15 15 A powerful tool to manage your ads in WordPress easily. Easy way to embed Google AdSense and other kinds of ad. Cool features and beautiful UI/UX. … … 279 279 = 1.1.2 (August 2, 2024) = 280 280 * Bug fix and code optimization. 281 282 = 1.1.3 (August 2, 2024) = 283 * Bug fix regarding AZO Ads news URL. -
azo-ads/trunk/azo-ads.php
r3129822 r3129831 13 13 * Plugin URI: https://ads.azonow.com 14 14 * Description: A powerful tool to manage your ads in WordPress easily. 15 * Version: 1.1. 215 * Version: 1.1.3 16 16 * Author: AZO Team 17 17 * Author URI: https://azonow.com … … 34 34 define( 'AZOADS_SLUG', 'azo-ads' ); 35 35 define( 'AZOADS_URL', 'https://azonow.com/' ); 36 define( 'AZOADS_VERSION', '1.1.2' ); 36 define( 'AZOADS_NEWS_URL', AZOADS_URL ); 37 define( 'AZOADS_VERSION', '1.1.3' ); 37 38 38 39 // INIT plugin -
azo-ads/trunk/includes/ajax.php
r3122428 r3129831 631 631 $data = get_transient( $cache_key ); 632 632 if ( false === $data ) { 633 $response = wp_remote_get( AZOADS_ URL . '/blog/wp-json/wp/v2/posts?_embed&per_page=6' );633 $response = wp_remote_get( AZOADS_NEWS_URL . '/wp-json/wp/v2/posts?_embed&per_page=6' ); 634 634 635 635 if ( is_wp_error( $response ) ) wp_send_json_success(); -
azo-ads/trunk/readme.txt
r3129822 r3129831 11 11 Tested up to: 6.6 12 12 Requires PHP: 5.4 13 Stable tag: 1.1. 213 Stable tag: 1.1.3 14 14 15 15 A powerful tool to manage your ads in WordPress easily. Easy way to embed Google AdSense and other kinds of ad. Cool features and beautiful UI/UX. … … 279 279 = 1.1.2 (August 2, 2024) = 280 280 * Bug fix and code optimization. 281 282 = 1.1.3 (August 2, 2024) = 283 * Bug fix regarding AZO Ads news URL.
Note: See TracChangeset
for help on using the changeset viewer.