Changeset 3070940
- Timestamp:
- 04/15/2024 03:16:52 PM (2 years ago)
- Location:
- affiliatex/trunk
- Files:
-
- 3 edited
-
affiliatex.php (modified) (1 diff)
-
includes/AffiliateX.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affiliatex/trunk/affiliatex.php
r2919507 r3070940 8 8 * Text Domain: affiliatex 9 9 * Domain Path: /languages 10 * Version: 1.2. 210 * Version: 1.2.3 11 11 * Requires at least: 5.8 12 * Requires PHP: 7. 012 * Requires PHP: 7.4 13 13 * 14 14 * @package AffiliateX -
affiliatex/trunk/includes/AffiliateX.php
r2919507 r3070940 20 20 * Version 21 21 */ 22 public $version = '1.2. 2';22 public $version = '1.2.3'; 23 23 24 24 /** -
affiliatex/trunk/readme.txt
r2919507 r3070940 4 4 Tags: affiliates, affiliate plugin, affiliate marketing, gutenberg, amazon affiliate 5 5 Requires at least: 5.8 6 Tested up to: 6. 26 Tested up to: 6.5 7 7 Requires PHP: 7.0 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 113 113 114 114 == Changelog == 115 = 1.2.2 - 31st May, 2023 = 115 116 = 1.2.3 - 15th April, 2024 = 116 117 * Compatibility updates. 117 118
Note: See TracChangeset
for help on using the changeset viewer.