Plugin Directory

Changeset 3141387


Ignore:
Timestamp:
08/26/2024 03:04:50 AM (19 months ago)
Author:
azonow
Message:

Release AZO Ads v1.2.1

Location:
azo-ads
Files:
2 edited
12 copied

Legend:

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

    r3141384 r3141387  
    1313 * Plugin URI:        https://ads.azonow.com
    1414 * Description:       A powerful tool to manage your ads in WordPress easily.
    15  * Version:           1.2.0
     15 * Version:           1.2.1
    1616 * Author:            AZO Team
    1717 * Author URI:        https://azonow.com
     
    3535define( 'AZOADS_URL', 'https://azonow.com/' );
    3636define( 'AZOADS_NEWS_URL', AZOADS_URL );
    37 define( 'AZOADS_VERSION', '1.2.0' );
     37define( 'AZOADS_VERSION', '1.2.1' );
    3838
    3939// INIT plugin
  • azo-ads/tags/1.2.1/readme.txt

    r3141384 r3141387  
    1111Tested up to: 6.6
    1212Requires PHP: 5.4
    13 Stable tag: 1.2.0
     13Stable tag: 1.2.1
    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.
     
    5151* <strong>Appearance Layout Options</strong> where you can set up Alignment, Margin, Padding, Ad Label, Ad Label Position of the ads.
    5252* <strong>Ad Label</strong>: You can easily add your custom label, you can choose the position to show label above or below of the ad.
     53* <strong>Expiration</strong>: Set up expiration time for the individual ad.
     54* <strong>Show Up by Days</strong>: Select which days to show up the individual ad (Pro version only).
    5355* Duplicate/Clone your ad with the same configuration by just one click.
    5456* Amazing speed with searching ad by using AJAX technology.
     
    293295* New features: Select which days to show up the individual ad.
    294296* Improve the UI elements.
     297
     298= 1.2.1 (August 26, 2024) =
     299* Update readme.txt content.
  • azo-ads/trunk/azo-ads.php

    r3141384 r3141387  
    1313 * Plugin URI:        https://ads.azonow.com
    1414 * Description:       A powerful tool to manage your ads in WordPress easily.
    15  * Version:           1.2.0
     15 * Version:           1.2.1
    1616 * Author:            AZO Team
    1717 * Author URI:        https://azonow.com
     
    3535define( 'AZOADS_URL', 'https://azonow.com/' );
    3636define( 'AZOADS_NEWS_URL', AZOADS_URL );
    37 define( 'AZOADS_VERSION', '1.2.0' );
     37define( 'AZOADS_VERSION', '1.2.1' );
    3838
    3939// INIT plugin
  • azo-ads/trunk/readme.txt

    r3141384 r3141387  
    1111Tested up to: 6.6
    1212Requires PHP: 5.4
    13 Stable tag: 1.2.0
     13Stable tag: 1.2.1
    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.
     
    5151* <strong>Appearance Layout Options</strong> where you can set up Alignment, Margin, Padding, Ad Label, Ad Label Position of the ads.
    5252* <strong>Ad Label</strong>: You can easily add your custom label, you can choose the position to show label above or below of the ad.
     53* <strong>Expiration</strong>: Set up expiration time for the individual ad.
     54* <strong>Show Up by Days</strong>: Select which days to show up the individual ad (Pro version only).
    5355* Duplicate/Clone your ad with the same configuration by just one click.
    5456* Amazing speed with searching ad by using AJAX technology.
     
    293295* New features: Select which days to show up the individual ad.
    294296* Improve the UI elements.
     297
     298= 1.2.1 (August 26, 2024) =
     299* Update readme.txt content.
Note: See TracChangeset for help on using the changeset viewer.