Changeset 3003905
- Timestamp:
- 11/30/2023 05:51:16 PM (2 years ago)
- Location:
- affilizz/trunk
- Files:
-
- 2 edited
-
init.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affilizz/trunk/init.php
r3003902 r3003905 5 5 * Author URI: https://www.affilizz.com 6 6 * Author: Affilizz, Dewizz SAS <wordpress@affilizz.com> 7 * Version: 1.14. 17 * Version: 1.14.2 8 8 * Text Domain: affilizz 9 9 */ … … 12 12 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 13 13 14 define( 'AFFILIZZ_VERSION', '1.14. 1' );14 define( 'AFFILIZZ_VERSION', '1.14.2' ); 15 15 define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'qtjczbNI52BG4ZhO' ); 16 16 … … 25 25 26 26 register_activation_hook( __FILE__, array( 'Affilizz\Install', 'install' ) ); 27 register_uninstall_hook( __FILE__, array( 'Affilizz\ Install', 'uninstall' ) );27 register_uninstall_hook( __FILE__, array( 'Affilizz\Core', 'uninstall' ) ); 28 28 29 29 // Allows translation of the plugin name -
affilizz/trunk/readme.txt
r3003902 r3003905 4 4 Requires at least: 5.9 5 5 Tested up to: 6.4.1 6 Stable tag: 1.14. 16 Stable tag: 1.14.2 7 7 Requires PHP: 7.3.0 8 8 License: GPLv2 or later … … 52 52 53 53 == Changelog == 54 55 = 1.14.2 = 56 57 * Hotfixes a side-effect from the publication of the new version provoking an error upon uninstallation. 54 58 55 59 = 1.14.1 =
Note: See TracChangeset
for help on using the changeset viewer.