Changeset 3331688
- Timestamp:
- 07/21/2025 07:12:59 PM (8 months ago)
- Location:
- quick-admin-launcher
- Files:
-
- 28 added
- 4 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from quick-admin-launcher/trunk)
-
tags/1.1.1/README.txt (modified) (2 diffs)
-
tags/1.1.1/quick-admin-launcher.php (modified) (2 diffs)
-
tags/1.1.1/vendor (added)
-
tags/1.1.1/vendor/autoload.php (added)
-
tags/1.1.1/vendor/composer (added)
-
tags/1.1.1/vendor/composer/ClassLoader.php (added)
-
tags/1.1.1/vendor/composer/InstalledVersions.php (added)
-
tags/1.1.1/vendor/composer/LICENSE (added)
-
tags/1.1.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.1.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.1.1/vendor/composer/autoload_real.php (added)
-
tags/1.1.1/vendor/composer/autoload_static.php (added)
-
tags/1.1.1/vendor/composer/installed.json (added)
-
tags/1.1.1/vendor/composer/installed.php (added)
-
tags/1.1.1/vendor/composer/platform_check.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/quick-admin-launcher.php (modified) (2 diffs)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
Legend:
- Unmodified
- Added
- Removed
-
quick-admin-launcher/tags/1.1.1/README.txt
r3331684 r3331688 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 1.1 8 Stable tag: 1.1.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 66 66 == Changelog == 67 = 1.1.1 = 68 * Fix: include composer autoload 69 67 70 = 1.1 = 68 71 * Fix: console crash when less than 2 chars -
quick-admin-launcher/tags/1.1.1/quick-admin-launcher.php
r3331684 r3331688 4 4 * Plugin URI: https://wordpress.org/plugins/quick-admin-launcher/ 5 5 * Description: Quick Admin Launcher is a WordPress plugin that allows to quickly launch any admin tool from a search box. 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: dbeja 8 8 * Text Domain: quickal … … 15 15 define('QUICKAL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 16 16 define('QUICKAL_PLUGIN_URL', plugin_dir_url(__FILE__)); 17 define('QUICKAL_VERSION', '1.1 ');17 define('QUICKAL_VERSION', '1.1.1'); 18 18 19 19 // Load Composer autoloader -
quick-admin-launcher/trunk/README.txt
r3331684 r3331688 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 1.1 8 Stable tag: 1.1.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 66 66 == Changelog == 67 = 1.1.1 = 68 * Fix: include composer autoload 69 67 70 = 1.1 = 68 71 * Fix: console crash when less than 2 chars -
quick-admin-launcher/trunk/quick-admin-launcher.php
r3331684 r3331688 4 4 * Plugin URI: https://wordpress.org/plugins/quick-admin-launcher/ 5 5 * Description: Quick Admin Launcher is a WordPress plugin that allows to quickly launch any admin tool from a search box. 6 * Version: 1.1 6 * Version: 1.1.1 7 7 * Author: dbeja 8 8 * Text Domain: quickal … … 15 15 define('QUICKAL_PLUGIN_DIR', plugin_dir_path(__FILE__)); 16 16 define('QUICKAL_PLUGIN_URL', plugin_dir_url(__FILE__)); 17 define('QUICKAL_VERSION', '1.1 ');17 define('QUICKAL_VERSION', '1.1.1'); 18 18 19 19 // Load Composer autoloader
Note: See TracChangeset
for help on using the changeset viewer.