Changeset 3141387
- Timestamp:
- 08/26/2024 03:04:50 AM (19 months ago)
- Location:
- azo-ads
- Files:
-
- 2 edited
- 12 copied
-
tags/1.2.1 (copied) (copied from azo-ads/trunk)
-
tags/1.2.1/assets/css/admin/admin.css (copied) (copied from azo-ads/trunk/assets/css/admin/admin.css)
-
tags/1.2.1/assets/css/admin/apps.min.css (copied) (copied from azo-ads/trunk/assets/css/admin/apps.min.css)
-
tags/1.2.1/assets/js/admin/apps.min.js (copied) (copied from azo-ads/trunk/assets/js/admin/apps.min.js)
-
tags/1.2.1/assets/js/admin/main.js (copied) (copied from azo-ads/trunk/assets/js/admin/main.js)
-
tags/1.2.1/azo-ads.php (copied) (copied from azo-ads/trunk/azo-ads.php) (2 diffs)
-
tags/1.2.1/includes/functions.php (copied) (copied from azo-ads/trunk/includes/functions.php)
-
tags/1.2.1/includes/template-functions.php (copied) (copied from azo-ads/trunk/includes/template-functions.php)
-
tags/1.2.1/readme.txt (copied) (copied from azo-ads/trunk/readme.txt) (3 diffs)
-
tags/1.2.1/views/admin/ads.php (copied) (copied from azo-ads/trunk/views/admin/ads.php)
-
tags/1.2.1/views/admin/manage.php (copied) (copied from azo-ads/trunk/views/admin/manage.php)
-
tags/1.2.1/views/admin/overview.php (copied) (copied from azo-ads/trunk/views/admin/overview.php)
-
trunk/azo-ads.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
azo-ads/tags/1.2.1/azo-ads.php
r3141384 r3141387 13 13 * Plugin URI: https://ads.azonow.com 14 14 * Description: A powerful tool to manage your ads in WordPress easily. 15 * Version: 1.2. 015 * Version: 1.2.1 16 16 * Author: AZO Team 17 17 * Author URI: https://azonow.com … … 35 35 define( 'AZOADS_URL', 'https://azonow.com/' ); 36 36 define( 'AZOADS_NEWS_URL', AZOADS_URL ); 37 define( 'AZOADS_VERSION', '1.2. 0' );37 define( 'AZOADS_VERSION', '1.2.1' ); 38 38 39 39 // INIT plugin -
azo-ads/tags/1.2.1/readme.txt
r3141384 r3141387 11 11 Tested up to: 6.6 12 12 Requires PHP: 5.4 13 Stable tag: 1.2. 013 Stable tag: 1.2.1 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. … … 51 51 * <strong>Appearance Layout Options</strong> where you can set up Alignment, Margin, Padding, Ad Label, Ad Label Position of the ads. 52 52 * <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). 53 55 * Duplicate/Clone your ad with the same configuration by just one click. 54 56 * Amazing speed with searching ad by using AJAX technology. … … 293 295 * New features: Select which days to show up the individual ad. 294 296 * 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 13 13 * Plugin URI: https://ads.azonow.com 14 14 * Description: A powerful tool to manage your ads in WordPress easily. 15 * Version: 1.2. 015 * Version: 1.2.1 16 16 * Author: AZO Team 17 17 * Author URI: https://azonow.com … … 35 35 define( 'AZOADS_URL', 'https://azonow.com/' ); 36 36 define( 'AZOADS_NEWS_URL', AZOADS_URL ); 37 define( 'AZOADS_VERSION', '1.2. 0' );37 define( 'AZOADS_VERSION', '1.2.1' ); 38 38 39 39 // INIT plugin -
azo-ads/trunk/readme.txt
r3141384 r3141387 11 11 Tested up to: 6.6 12 12 Requires PHP: 5.4 13 Stable tag: 1.2. 013 Stable tag: 1.2.1 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. … … 51 51 * <strong>Appearance Layout Options</strong> where you can set up Alignment, Margin, Padding, Ad Label, Ad Label Position of the ads. 52 52 * <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). 53 55 * Duplicate/Clone your ad with the same configuration by just one click. 54 56 * Amazing speed with searching ad by using AJAX technology. … … 293 295 * New features: Select which days to show up the individual ad. 294 296 * 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.