Changeset 3474064
- Timestamp:
- 03/03/2026 11:27:24 PM (4 weeks ago)
- Location:
- swaptify/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-swaptify.php (modified) (1 diff)
-
swaptify.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
swaptify/trunk/README.txt
r3473178 r3474064 5 5 Requires at least: 6.8 6 6 Tested up to: 6.9 7 Stable Tag: 1.2. 07 Stable Tag: 1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 107 107 == Changelog == 108 108 109 = 1.2.2 = 110 * Fixed version tag 111 109 112 = 1.2.0 = 110 113 * Added consent mode -
swaptify/trunk/includes/class-swaptify.php
r3474059 r3474064 172 172 else 173 173 { 174 $this->version = '1.2. 1';174 $this->version = '1.2.2'; 175 175 } 176 176 -
swaptify/trunk/swaptify.php
r3474059 r3474064 21 21 * Plugin URI: https://swaptify.com 22 22 * Description: Swaptify personalizes content for each visitor with the aim of increasing conversions 23 * Version: 1.2. 123 * Version: 1.2.2 24 24 * Author: Swaptify 25 25 * Author URI: https://github.com/swaptify … … 40 40 * use SemVer - https://semver.org for naming 41 41 */ 42 define('swaptify_version', '1.2. 1');42 define('swaptify_version', '1.2.2'); 43 43 44 44 /**
Note: See TracChangeset
for help on using the changeset viewer.