Plugin Directory

Changeset 3315591


Ignore:
Timestamp:
06/21/2025 08:20:01 AM (9 months ago)
Author:
ndevfr
Message:

Update Lockee Plugin to 3.1.4

Location:
lockee
Files:
3 deleted
3 edited
44 copied

Legend:

Unmodified
Added
Removed
  • lockee/tags/3.1.4/inc/class-lockee-migration.php

    r3315590 r3315591  
    151151          ?>
    152152        </div>
    153         <?php $this->render_migration_import_form(); ?>
    154153      </div>
    155154    </div>
  • lockee/tags/3.1.4/lockee.php

    r3315590 r3315591  
    55 * Plugin URI:        https://wordpress.lockee.fr/
    66 * Description:       Add Lockee locks to your WordPress site to gamify your content and engage your visitors in a completely autonomous way.
    7  * Version:           3.1.3
     7 * Version:           3.1.4
    88 * Author:            Nicolas Desmarets
    99 * Author URI:        https://ndev.fr/
     
    1818}
    1919
    20 define('LOCKEE_VERSION', '3.1.3');
     20define('LOCKEE_VERSION', '3.1.4');
    2121
    2222require_once plugin_dir_path(__FILE__) . 'inc/class-lockee-singleton.php';
  • lockee/tags/3.1.4/readme.txt

    r3315590 r3315591  
    55Requires at least: 5.3
    66Tested up to: 6.8.1
    7 Stable tag: 3.1.3
     7Stable tag: 3.1.4
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    1313
    1414== Changelog ==
     15
     16= 3.1.4 =
     17* Fixed bug in the "Locks Migration" page (using a non-existing function).
    1518
    1619= 3.1.3 =
  • lockee/trunk/inc/class-lockee-migration.php

    r3315590 r3315591  
    151151          ?>
    152152        </div>
    153         <?php $this->render_migration_import_form(); ?>
    154153      </div>
    155154    </div>
  • lockee/trunk/lockee.php

    r3315590 r3315591  
    55 * Plugin URI:        https://wordpress.lockee.fr/
    66 * Description:       Add Lockee locks to your WordPress site to gamify your content and engage your visitors in a completely autonomous way.
    7  * Version:           3.1.3
     7 * Version:           3.1.4
    88 * Author:            Nicolas Desmarets
    99 * Author URI:        https://ndev.fr/
     
    1818}
    1919
    20 define('LOCKEE_VERSION', '3.1.3');
     20define('LOCKEE_VERSION', '3.1.4');
    2121
    2222require_once plugin_dir_path(__FILE__) . 'inc/class-lockee-singleton.php';
  • lockee/trunk/readme.txt

    r3315590 r3315591  
    55Requires at least: 5.3
    66Tested up to: 6.8.1
    7 Stable tag: 3.1.3
     7Stable tag: 3.1.4
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    1313
    1414== Changelog ==
     15
     16= 3.1.4 =
     17* Fixed bug in the "Locks Migration" page (using a non-existing function).
    1518
    1619= 3.1.3 =
Note: See TracChangeset for help on using the changeset viewer.