Plugin Directory

Changeset 3071808


Ignore:
Timestamp:
04/16/2024 04:41:16 PM (2 years ago)
Author:
dbeja
Message:

Update to version 1.0.1 from GitHub

Location:
captain-hooks
Files:
4 edited
1 copied

Legend:

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

    r3071782 r3071808  
    11=== Captain Hooks ===
    22Contributors: dbeja
    3 Tags: admin, dashboard, hooks, filters, actions, shortcodes
     3Tags: admin, hooks, filters, actions, shortcodes
    44Donate link: https://www.paypal.com/paypalme/dbkode
    5 Requires at least: 5.7 or higher
     5Requires at least: 5.7
    66Tested up to: 6.3.1
    7 Requires PHP: 7.2 or higher
    8 Stable tag: 1.0.0
     7Requires PHP: 7.2
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11Captain Hooks is a WordPress plugin that provides developers with a comprehensive view of all actions, filters, and shortcodes of their environment.
    1112
    1213== Description ==
     
    3738
    3839== Changelog ==
    39 = 1.0 =
     40= 1.0.1 =
     41* Fixed: WordPress.org warnings
     42
     43= 1.0.0 =
    4044* Plugin release
  • captain-hooks/tags/1.0.1/captainhooks.php

    r3071782 r3071808  
    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.0
     6 * Version:           1.0.1
    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.0' );
     23define( 'CAPTAINHOOKS_VERSION', '1.0.1' );
    2424
    2525require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php';
  • captain-hooks/trunk/README.txt

    r3071782 r3071808  
    11=== Captain Hooks ===
    22Contributors: dbeja
    3 Tags: admin, dashboard, hooks, filters, actions, shortcodes
     3Tags: admin, hooks, filters, actions, shortcodes
    44Donate link: https://www.paypal.com/paypalme/dbkode
    5 Requires at least: 5.7 or higher
     5Requires at least: 5.7
    66Tested up to: 6.3.1
    7 Requires PHP: 7.2 or higher
    8 Stable tag: 1.0.0
     7Requires PHP: 7.2
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11Captain Hooks is a WordPress plugin that provides developers with a comprehensive view of all actions, filters, and shortcodes of their environment.
    1112
    1213== Description ==
     
    3738
    3839== Changelog ==
    39 = 1.0 =
     40= 1.0.1 =
     41* Fixed: WordPress.org warnings
     42
     43= 1.0.0 =
    4044* Plugin release
  • captain-hooks/trunk/captainhooks.php

    r3071782 r3071808  
    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.0
     6 * Version:           1.0.1
    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.0' );
     23define( 'CAPTAINHOOKS_VERSION', '1.0.1' );
    2424
    2525require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.