Plugin Directory

Changeset 3129831


Ignore:
Timestamp:
08/02/2024 05:03:59 AM (20 months ago)
Author:
azonow
Message:

Release AZO Ads v1.1.3

Location:
azo-ads
Files:
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • azo-ads/tags/1.1.3/azo-ads.php

    r3129822 r3129831  
    1313 * Plugin URI:        https://ads.azonow.com
    1414 * Description:       A powerful tool to manage your ads in WordPress easily.
    15  * Version:           1.1.2
     15 * Version:           1.1.3
    1616 * Author:            AZO Team
    1717 * Author URI:        https://azonow.com
     
    3434define( 'AZOADS_SLUG', 'azo-ads' );
    3535define( 'AZOADS_URL', 'https://azonow.com/' );
    36 define( 'AZOADS_VERSION', '1.1.2' );
     36define( 'AZOADS_NEWS_URL', AZOADS_URL );
     37define( 'AZOADS_VERSION', '1.1.3' );
    3738
    3839// INIT plugin
  • azo-ads/tags/1.1.3/includes/ajax.php

    r3122428 r3129831  
    631631    $data = get_transient( $cache_key );
    632632    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' );
    634634
    635635        if ( is_wp_error( $response ) ) wp_send_json_success();
  • azo-ads/tags/1.1.3/readme.txt

    r3129822 r3129831  
    1111Tested up to: 6.6
    1212Requires PHP: 5.4
    13 Stable tag: 1.1.2
     13Stable tag: 1.1.3
    1414
    1515A 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.
     
    279279= 1.1.2 (August 2, 2024) =
    280280* 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  
    1313 * Plugin URI:        https://ads.azonow.com
    1414 * Description:       A powerful tool to manage your ads in WordPress easily.
    15  * Version:           1.1.2
     15 * Version:           1.1.3
    1616 * Author:            AZO Team
    1717 * Author URI:        https://azonow.com
     
    3434define( 'AZOADS_SLUG', 'azo-ads' );
    3535define( 'AZOADS_URL', 'https://azonow.com/' );
    36 define( 'AZOADS_VERSION', '1.1.2' );
     36define( 'AZOADS_NEWS_URL', AZOADS_URL );
     37define( 'AZOADS_VERSION', '1.1.3' );
    3738
    3839// INIT plugin
  • azo-ads/trunk/includes/ajax.php

    r3122428 r3129831  
    631631    $data = get_transient( $cache_key );
    632632    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' );
    634634
    635635        if ( is_wp_error( $response ) ) wp_send_json_success();
  • azo-ads/trunk/readme.txt

    r3129822 r3129831  
    1111Tested up to: 6.6
    1212Requires PHP: 5.4
    13 Stable tag: 1.1.2
     13Stable tag: 1.1.3
    1414
    1515A 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.
     
    279279= 1.1.2 (August 2, 2024) =
    280280* 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.