Changeset 3181688
- Timestamp:
- 11/04/2024 05:29:35 PM (16 months ago)
- Location:
- ad-commander-tools
- Files:
-
- 10 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from ad-commander-tools/trunk)
-
tags/1.0.4/ad-commander-tools.php (modified) (2 diffs)
-
tags/1.0.4/includes/AdCommanderTools.php (modified) (1 diff)
-
tags/1.0.4/includes/AdminTools.php (modified) (1 diff)
-
tags/1.0.4/languages/ad-commander-tools.pot (modified) (1 diff)
-
tags/1.0.4/readme.txt (modified) (3 diffs)
-
trunk/ad-commander-tools.php (modified) (2 diffs)
-
trunk/includes/AdCommanderTools.php (modified) (1 diff)
-
trunk/includes/AdminTools.php (modified) (1 diff)
-
trunk/languages/ad-commander-tools.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ad-commander-tools/tags/1.0.4/ad-commander-tools.php
r3150901 r3181688 5 5 * Description: Add-on for the Ad Commander plugin that allows you to import, export, and manage ad statistics. 6 6 * Requires Plugins: ad-commander 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: Wild Operation 9 9 * Author URI: https://wildoperation.com … … 15 15 * @subpackage ad-commander-tools 16 16 * @since 1.0.0 17 * @version 1.0. 317 * @version 1.0.4 18 18 */ 19 19 -
ad-commander-tools/tags/1.0.4/includes/AdCommanderTools.php
r3150901 r3181688 12 12 */ 13 13 public static function version() { 14 return '1.0. 3';14 return '1.0.4'; 15 15 } 16 16 -
ad-commander-tools/tags/1.0.4/includes/AdminTools.php
r3116646 r3181688 474 474 */ 475 475 private function delete_stats_specific_id() { 476 $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander ' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) );476 $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander-tools' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) ); 477 477 ?> 478 478 <h2><?php esc_html_e( 'Delete ad stats', 'ad-commander-tools' ); ?></h2> -
ad-commander-tools/tags/1.0.4/languages/ad-commander-tools.pot
r3150901 r3181688 3 3 msgstr "" 4 4 "Project-Id-Version: Ad Commander Tools\n" 5 "POT-Creation-Date: 2024- 09-12 09:11-0500\n"6 "PO-Revision-Date: 2024- 09-12 09:11-0500\n"5 "POT-Creation-Date: 2024-11-04 11:22-0600\n" 6 "PO-Revision-Date: 2024-11-04 11:22-0600\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: \n" -
ad-commander-tools/tags/1.0.4/readme.txt
r3150901 r3181688 3 3 Tags: advertising, banners, rotate, adsense, amp 4 4 Requires at least: 6.2 5 Tested up to: 6. 66 Stable tag: 1.0. 35 Tested up to: 6.7 6 Stable tag: 1.0.4 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 1.0.4 = 29 * Support for WordPress 6.7 30 28 31 = 1.0.3 = 29 32 * Adds localization support … … 40 43 41 44 == Upgrade Notice == 45 = 1.0.4 = 46 * Support for WordPress 6.7 47 42 48 = 1.0.3 = 43 49 * Adds localization support -
ad-commander-tools/trunk/ad-commander-tools.php
r3150901 r3181688 5 5 * Description: Add-on for the Ad Commander plugin that allows you to import, export, and manage ad statistics. 6 6 * Requires Plugins: ad-commander 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: Wild Operation 9 9 * Author URI: https://wildoperation.com … … 15 15 * @subpackage ad-commander-tools 16 16 * @since 1.0.0 17 * @version 1.0. 317 * @version 1.0.4 18 18 */ 19 19 -
ad-commander-tools/trunk/includes/AdCommanderTools.php
r3150901 r3181688 12 12 */ 13 13 public static function version() { 14 return '1.0. 3';14 return '1.0.4'; 15 15 } 16 16 -
ad-commander-tools/trunk/includes/AdminTools.php
r3116646 r3181688 474 474 */ 475 475 private function delete_stats_specific_id() { 476 $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander ' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) );476 $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander-tools' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) ); 477 477 ?> 478 478 <h2><?php esc_html_e( 'Delete ad stats', 'ad-commander-tools' ); ?></h2> -
ad-commander-tools/trunk/languages/ad-commander-tools.pot
r3150901 r3181688 3 3 msgstr "" 4 4 "Project-Id-Version: Ad Commander Tools\n" 5 "POT-Creation-Date: 2024- 09-12 09:11-0500\n"6 "PO-Revision-Date: 2024- 09-12 09:11-0500\n"5 "POT-Creation-Date: 2024-11-04 11:22-0600\n" 6 "PO-Revision-Date: 2024-11-04 11:22-0600\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: \n" -
ad-commander-tools/trunk/readme.txt
r3150901 r3181688 3 3 Tags: advertising, banners, rotate, adsense, amp 4 4 Requires at least: 6.2 5 Tested up to: 6. 66 Stable tag: 1.0. 35 Tested up to: 6.7 6 Stable tag: 1.0.4 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 1.0.4 = 29 * Support for WordPress 6.7 30 28 31 = 1.0.3 = 29 32 * Adds localization support … … 40 43 41 44 == Upgrade Notice == 45 = 1.0.4 = 46 * Support for WordPress 6.7 47 42 48 = 1.0.3 = 43 49 * Adds localization support
Note: See TracChangeset
for help on using the changeset viewer.