Plugin Directory

Changeset 3253501


Ignore:
Timestamp:
03/10/2025 05:17:47 PM (13 months ago)
Author:
dbeja
Message:

Update to version 1.0.2 from GitHub

Location:
captain-hooks
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • captain-hooks/tags/1.0.2/README.txt

    r3253447 r3253501  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40= 1.0.2 =
     41* Minor performance improvements
     42
    4043= 1.0.1 =
    4144* Fixed: WordPress.org warnings
  • captain-hooks/tags/1.0.2/captainhooks.php

    r3071808 r3253501  
    44 * Plugin URI:        https://github.com/dbkode/captain-hooks
    55 * Description:       Captain Hooks is a plugin that allows you to explore all the hooks (actions, filters and shortcodes) that are available in your WordPress installation.
    6  * Version:           1.0.1
     6 * Version:           1.0.2
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2
     
    2121define( 'CAPTAINHOOKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'CAPTAINHOOKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    23 define( 'CAPTAINHOOKS_VERSION', '1.0.1' );
     23define( 'CAPTAINHOOKS_VERSION', '1.0.2' );
    2424
    2525require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php';
  • captain-hooks/trunk/README.txt

    r3253447 r3253501  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939== Changelog ==
     40= 1.0.2 =
     41* Minor performance improvements
     42
    4043= 1.0.1 =
    4144* Fixed: WordPress.org warnings
  • captain-hooks/trunk/captainhooks.php

    r3071808 r3253501  
    44 * Plugin URI:        https://github.com/dbkode/captain-hooks
    55 * Description:       Captain Hooks is a plugin that allows you to explore all the hooks (actions, filters and shortcodes) that are available in your WordPress installation.
    6  * Version:           1.0.1
     6 * Version:           1.0.2
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2
     
    2121define( 'CAPTAINHOOKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2222define( 'CAPTAINHOOKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    23 define( 'CAPTAINHOOKS_VERSION', '1.0.1' );
     23define( 'CAPTAINHOOKS_VERSION', '1.0.2' );
    2424
    2525require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.