Plugin Directory

Changeset 3474064


Ignore:
Timestamp:
03/03/2026 11:27:24 PM (4 weeks ago)
Author:
swaptify
Message:

updated version 1.2.2 numbering

Location:
swaptify/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • swaptify/trunk/README.txt

    r3473178 r3474064  
    55Requires at least: 6.8
    66Tested up to: 6.9
    7 Stable Tag: 1.2.0
     7Stable Tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    107107== Changelog ==
    108108
     109= 1.2.2 =
     110* Fixed version tag
     111
    109112= 1.2.0 =
    110113* Added consent mode
  • swaptify/trunk/includes/class-swaptify.php

    r3474059 r3474064  
    172172        else
    173173        {
    174             $this->version = '1.2.1';
     174            $this->version = '1.2.2';
    175175        }
    176176       
  • swaptify/trunk/swaptify.php

    r3474059 r3474064  
    2121 * Plugin URI:        https://swaptify.com
    2222 * Description:       Swaptify personalizes content for each visitor with the aim of increasing conversions
    23  * Version:           1.2.1
     23 * Version:           1.2.2
    2424 * Author:            Swaptify
    2525 * Author URI:        https://github.com/swaptify
     
    4040 * use SemVer - https://semver.org for naming
    4141 */
    42 define('swaptify_version', '1.2.1');
     42define('swaptify_version', '1.2.2');
    4343
    4444/**
Note: See TracChangeset for help on using the changeset viewer.