Plugin Directory

Changeset 3003905


Ignore:
Timestamp:
11/30/2023 05:51:16 PM (2 years ago)
Author:
affilizz
Message:

build(plugin): Tagging version 1.14.2

Location:
affilizz/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • affilizz/trunk/init.php

    r3003902 r3003905  
    55 * Author URI: https://www.affilizz.com
    66 * Author: Affilizz, Dewizz SAS <wordpress@affilizz.com>
    7  * Version: 1.14.1
     7 * Version: 1.14.2
    88 * Text Domain: affilizz
    99 */
     
    1212if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1313
    14 define( 'AFFILIZZ_VERSION', '1.14.1' );
     14define( 'AFFILIZZ_VERSION', '1.14.2' );
    1515define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'qtjczbNI52BG4ZhO' );
    1616
     
    2525
    2626register_activation_hook( __FILE__, array( 'Affilizz\Install', 'install' ) );
    27 register_uninstall_hook( __FILE__, array( 'Affilizz\Install', 'uninstall' ) );
     27register_uninstall_hook( __FILE__, array( 'Affilizz\Core', 'uninstall' ) );
    2828
    2929// Allows translation of the plugin name
  • affilizz/trunk/readme.txt

    r3003902 r3003905  
    44Requires at least: 5.9
    55Tested up to: 6.4.1
    6 Stable tag: 1.14.1
     6Stable tag: 1.14.2
    77Requires PHP: 7.3.0
    88License: GPLv2 or later
     
    5252
    5353== Changelog ==
     54
     55= 1.14.2 =
     56
     57* Hotfixes a side-effect from the publication of the new version provoking an error upon uninstallation.
    5458
    5559= 1.14.1 =
Note: See TracChangeset for help on using the changeset viewer.