Changeset 3267022
- Timestamp:
- 04/04/2025 04:38:48 PM (12 months ago)
- Location:
- all-in-one-wp-migration/trunk
- Files:
-
- 4 edited
-
all-in-one-wp-migration.php (modified) (1 diff)
-
constants.php (modified) (1 diff)
-
lib/controller/class-ai1wm-main-controller.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-wp-migration/trunk/all-in-one-wp-migration.php
r3266064 r3267022 6 6 * Author: ServMask 7 7 * Author URI: https://servmask.com/ 8 * Version: 7.9 28 * Version: 7.93 9 9 * Text Domain: all-in-one-wp-migration 10 10 * Domain Path: /languages -
all-in-one-wp-migration/trunk/constants.php
r3266064 r3267022 38 38 // = Plugin Version = 39 39 // ================== 40 define( 'AI1WM_VERSION', '7.9 2' );40 define( 'AI1WM_VERSION', '7.93' ); 41 41 42 42 // =============== -
all-in-one-wp-migration/trunk/lib/controller/class-ai1wm-main-controller.php
r3266064 r3267022 704 704 ai1wm_register_style( 705 705 'ai1wm_servmask', 706 Ai1wm_Template::asset_link( 'css/servmask.min.css' ) ,706 Ai1wm_Template::asset_link( 'css/servmask.min.css' ) 707 707 ); 708 708 -
all-in-one-wp-migration/trunk/readme.txt
r3266064 r3267022 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.3 7 Stable tag: 7.9 27 Stable tag: 7.93 8 8 License: GPLv3 or later 9 9 … … 114 114 115 115 == Changelog == 116 = 7.93 = 117 **Fixed** 118 119 * Compatibility issue with PHP 7 and PHP 5 due to trailing comma in style registration 120 116 121 = 7.92 = 117 122 **Improved**
Note: See TracChangeset
for help on using the changeset viewer.