Changeset 3150901
- Timestamp:
- 09/12/2024 02:13:52 PM (19 months ago)
- Location:
- ad-commander-tools
- Files:
-
- 6 added
- 8 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from ad-commander-tools/trunk)
-
tags/1.0.3/ad-commander-tools.php (modified) (3 diffs)
-
tags/1.0.3/includes/AdCommanderTools.php (modified) (1 diff)
-
tags/1.0.3/includes/LocalizeTools.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/ad-commander-tools.pot (added)
-
tags/1.0.3/readme.txt (modified) (3 diffs)
-
tags/1.0.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/ad-commander-tools.php (modified) (3 diffs)
-
trunk/includes/AdCommanderTools.php (modified) (1 diff)
-
trunk/includes/LocalizeTools.php (added)
-
trunk/languages (added)
-
trunk/languages/ad-commander-tools.pot (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ad-commander-tools/tags/1.0.3/ad-commander-tools.php
r3117170 r3150901 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. 27 * Version: 1.0.3 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. 217 * @version 1.0.3 18 18 */ 19 19 … … 129 129 */ 130 130 $classes = array( 131 'ADCmdr\LocalizeTools', 131 132 'ADCmdr\AdminTools', 132 133 'ADCmdr\Export', -
ad-commander-tools/tags/1.0.3/includes/AdCommanderTools.php
r3117170 r3150901 12 12 */ 13 13 public static function version() { 14 return '1.0. 2';14 return '1.0.3'; 15 15 } 16 16 -
ad-commander-tools/tags/1.0.3/readme.txt
r3117170 r3150901 4 4 Requires at least: 6.2 5 5 Tested up to: 6.6 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 1.0.3 = 29 * Adds localization support 30 28 31 = 1.0.2 = 29 32 * Fixes WP multisite issue where some import bundles could not be opened … … 37 40 38 41 == Upgrade Notice == 42 = 1.0.3 = 43 * Adds localization support 44 39 45 = 1.0.0 = 40 46 * Initial stable version -
ad-commander-tools/tags/1.0.3/vendor/composer/installed.php
r3116646 r3150901 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' 9cdfb501d76141892b5bdb21002c0c7059eb9460',6 'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-develop', 15 15 'version' => 'dev-develop', 16 'reference' => ' 9cdfb501d76141892b5bdb21002c0c7059eb9460',16 'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
ad-commander-tools/trunk/ad-commander-tools.php
r3117170 r3150901 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. 27 * Version: 1.0.3 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. 217 * @version 1.0.3 18 18 */ 19 19 … … 129 129 */ 130 130 $classes = array( 131 'ADCmdr\LocalizeTools', 131 132 'ADCmdr\AdminTools', 132 133 'ADCmdr\Export', -
ad-commander-tools/trunk/includes/AdCommanderTools.php
r3117170 r3150901 12 12 */ 13 13 public static function version() { 14 return '1.0. 2';14 return '1.0.3'; 15 15 } 16 16 -
ad-commander-tools/trunk/readme.txt
r3117170 r3150901 4 4 Requires at least: 6.2 5 5 Tested up to: 6.6 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 26 26 27 27 == Changelog == 28 = 1.0.3 = 29 * Adds localization support 30 28 31 = 1.0.2 = 29 32 * Fixes WP multisite issue where some import bundles could not be opened … … 37 40 38 41 == Upgrade Notice == 42 = 1.0.3 = 43 * Adds localization support 44 39 45 = 1.0.0 = 40 46 * Initial stable version -
ad-commander-tools/trunk/vendor/composer/installed.php
r3116646 r3150901 4 4 'pretty_version' => 'dev-develop', 5 5 'version' => 'dev-develop', 6 'reference' => ' 9cdfb501d76141892b5bdb21002c0c7059eb9460',6 'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-develop', 15 15 'version' => 'dev-develop', 16 'reference' => ' 9cdfb501d76141892b5bdb21002c0c7059eb9460',16 'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.