Changeset 3003902
- Timestamp:
- 11/30/2023 05:41:09 PM (2 years ago)
- Location:
- affilizz
- Files:
-
- 16 added
- 2 edited
-
tags/1.14.0/assets/src/scss/components/notices.scss (added)
-
tags/1.14.0/classes/Editor/Divi.php (added)
-
tags/1.14.0/classes/Exception (added)
-
tags/1.14.0/classes/Exception/Missing (added)
-
tags/1.14.0/classes/Exception/Missing/Channel.php (added)
-
tags/1.14.0/classes/Util/Cron.php (added)
-
tags/1.14.0/classes/Util/Divi.php (added)
-
tags/1.14.0/classes/Util/Notices.php (added)
-
trunk/assets/src/scss/components/notices.scss (added)
-
trunk/classes/Editor/Divi.php (added)
-
trunk/classes/Exception (added)
-
trunk/classes/Exception/Missing (added)
-
trunk/classes/Exception/Missing/Channel.php (added)
-
trunk/classes/Util/Cron.php (added)
-
trunk/classes/Util/Divi.php (added)
-
trunk/classes/Util/Notices.php (added)
-
trunk/init.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affilizz/trunk/init.php
r3003806 r3003902 5 5 * Author URI: https://www.affilizz.com 6 6 * Author: Affilizz, Dewizz SAS <wordpress@affilizz.com> 7 * Version: 1.14. 07 * Version: 1.14.1 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. 0' );14 define( 'AFFILIZZ_VERSION', '1.14.1' ); 15 15 define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'qtjczbNI52BG4ZhO' ); 16 16 -
affilizz/trunk/readme.txt
r3003806 r3003902 4 4 Requires at least: 5.9 5 5 Tested up to: 6.4.1 6 Stable tag: 1.14. 06 Stable tag: 1.14.1 7 7 Requires PHP: 7.3.0 8 8 License: GPLv2 or later … … 52 52 53 53 == Changelog == 54 55 = 1.14.1 = 56 57 * Hotfixes SVN malfunction / misuse. 54 58 55 59 = 1.14.0 =
Note: See TracChangeset
for help on using the changeset viewer.