Changeset 3116648
- Timestamp:
- 07/11/2024 06:45:11 PM (20 months ago)
- Location:
- ad-commander
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.5 (copied) (copied from ad-commander/trunk)
-
tags/1.1.5/ad-commander.php (modified) (2 diffs)
-
tags/1.1.5/includes/AdCommander.php (modified) (1 diff)
-
tags/1.1.5/includes/AddonBridge.php (modified) (1 diff)
-
tags/1.1.5/readme.txt (modified) (2 diffs)
-
trunk/ad-commander.php (modified) (2 diffs)
-
trunk/includes/AdCommander.php (modified) (1 diff)
-
trunk/includes/AddonBridge.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ad-commander/tags/1.1.5/ad-commander.php
r3115873 r3116648 4 4 * Plugin URI: https://github.com/wildoperation/Ad-Commander 5 5 * Description: Insert, schedule and track custom advertising banners or script ads from AdSense, Amazon, and other affiliate networks into your site. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Wild Operation 8 8 * Author URI: https://wildoperation.com … … 14 14 * @subpackage Ad Commander - Banner & Ad Manager 15 15 * @since 1.0.0 16 * @version 1.1. 416 * @version 1.1.5 17 17 */ 18 18 -
ad-commander/tags/1.1.5/includes/AdCommander.php
r3115873 r3116648 13 13 */ 14 14 public static function version() { 15 return '1.1. 4';15 return '1.1.5'; 16 16 } 17 17 -
ad-commander/tags/1.1.5/includes/AddonBridge.php
r3115873 r3116648 75 75 switch ( $addon ) { 76 76 case 'tools': 77 /**78 * TODO: Remove when Ad Commander Tools is released.79 * Currently this is causing the add-on boxes to not display (intentionally).80 */81 return true;82 77 return defined( 'ADCMRDRTOOLS_LOADED' ) && ADCMRDRTOOLS_LOADED === true; 83 78 break; -
ad-commander/tags/1.1.5/readme.txt
r3115873 r3116648 4 4 Requires at least: 6.2 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 46 Stable tag: 1.1.5 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 100 100 101 101 == Changelog == 102 = 1.1.5 = 103 * Enables compatibility with Ad Commander Tools add-on 104 102 105 = 1.1.4 = 103 106 * Misc UI/UX improvements -
ad-commander/trunk/ad-commander.php
r3115873 r3116648 4 4 * Plugin URI: https://github.com/wildoperation/Ad-Commander 5 5 * Description: Insert, schedule and track custom advertising banners or script ads from AdSense, Amazon, and other affiliate networks into your site. 6 * Version: 1.1. 46 * Version: 1.1.5 7 7 * Author: Wild Operation 8 8 * Author URI: https://wildoperation.com … … 14 14 * @subpackage Ad Commander - Banner & Ad Manager 15 15 * @since 1.0.0 16 * @version 1.1. 416 * @version 1.1.5 17 17 */ 18 18 -
ad-commander/trunk/includes/AdCommander.php
r3115873 r3116648 13 13 */ 14 14 public static function version() { 15 return '1.1. 4';15 return '1.1.5'; 16 16 } 17 17 -
ad-commander/trunk/includes/AddonBridge.php
r3115873 r3116648 75 75 switch ( $addon ) { 76 76 case 'tools': 77 /**78 * TODO: Remove when Ad Commander Tools is released.79 * Currently this is causing the add-on boxes to not display (intentionally).80 */81 return true;82 77 return defined( 'ADCMRDRTOOLS_LOADED' ) && ADCMRDRTOOLS_LOADED === true; 83 78 break; -
ad-commander/trunk/readme.txt
r3115873 r3116648 4 4 Requires at least: 6.2 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 46 Stable tag: 1.1.5 7 7 Requires PHP: 7.4 8 8 License: GPLv3 … … 100 100 101 101 == Changelog == 102 = 1.1.5 = 103 * Enables compatibility with Ad Commander Tools add-on 104 102 105 = 1.1.4 = 103 106 * Misc UI/UX improvements
Note: See TracChangeset
for help on using the changeset viewer.