Plugin Directory

Changeset 3331688


Ignore:
Timestamp:
07/21/2025 07:12:59 PM (8 months ago)
Author:
dbeja
Message:

Update to version 1.1.1 from GitHub

Location:
quick-admin-launcher
Files:
28 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • quick-admin-launcher/tags/1.1.1/README.txt

    r3331684 r3331688  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 1.1
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565
    6666== Changelog ==
     67= 1.1.1 =
     68* Fix: include composer autoload
     69
    6770= 1.1 =
    6871* Fix: console crash when less than 2 chars
  • quick-admin-launcher/tags/1.1.1/quick-admin-launcher.php

    r3331684 r3331688  
    44 * Plugin URI:  https://wordpress.org/plugins/quick-admin-launcher/
    55 * 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
    77 * Author:      dbeja
    88 * Text Domain: quickal
     
    1515define('QUICKAL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1616define('QUICKAL_PLUGIN_URL', plugin_dir_url(__FILE__));
    17 define('QUICKAL_VERSION', '1.1');
     17define('QUICKAL_VERSION', '1.1.1');
    1818
    1919// Load Composer autoloader
  • quick-admin-launcher/trunk/README.txt

    r3331684 r3331688  
    66Tested up to: 6.8
    77Requires PHP: 7.2
    8 Stable tag: 1.1
     8Stable tag: 1.1.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565
    6666== Changelog ==
     67= 1.1.1 =
     68* Fix: include composer autoload
     69
    6770= 1.1 =
    6871* Fix: console crash when less than 2 chars
  • quick-admin-launcher/trunk/quick-admin-launcher.php

    r3331684 r3331688  
    44 * Plugin URI:  https://wordpress.org/plugins/quick-admin-launcher/
    55 * 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
    77 * Author:      dbeja
    88 * Text Domain: quickal
     
    1515define('QUICKAL_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1616define('QUICKAL_PLUGIN_URL', plugin_dir_url(__FILE__));
    17 define('QUICKAL_VERSION', '1.1');
     17define('QUICKAL_VERSION', '1.1.1');
    1818
    1919// Load Composer autoloader
Note: See TracChangeset for help on using the changeset viewer.