Changeset 3071808
- Timestamp:
- 04/16/2024 04:41:16 PM (2 years ago)
- Location:
- captain-hooks
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from captain-hooks/trunk)
-
tags/1.0.1/README.txt (modified) (2 diffs)
-
tags/1.0.1/captainhooks.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/captainhooks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
captain-hooks/tags/1.0.1/README.txt
r3071782 r3071808 1 1 === Captain Hooks === 2 2 Contributors: dbeja 3 Tags: admin, dashboard,hooks, filters, actions, shortcodes3 Tags: admin, hooks, filters, actions, shortcodes 4 4 Donate link: https://www.paypal.com/paypalme/dbkode 5 Requires at least: 5.7 or higher5 Requires at least: 5.7 6 6 Tested up to: 6.3.1 7 Requires PHP: 7.2 or higher8 Stable tag: 1.0. 07 Requires PHP: 7.2 8 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 Captain Hooks is a WordPress plugin that provides developers with a comprehensive view of all actions, filters, and shortcodes of their environment. 11 12 12 13 == Description == … … 37 38 38 39 == Changelog == 39 = 1.0 = 40 = 1.0.1 = 41 * Fixed: WordPress.org warnings 42 43 = 1.0.0 = 40 44 * Plugin release -
captain-hooks/tags/1.0.1/captainhooks.php
r3071782 r3071808 4 4 * Plugin URI: https://github.com/dbkode/captain-hooks 5 5 * 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. 06 * Version: 1.0.1 7 7 * Requires at least: 5.7 8 8 * Requires PHP: 7.2 … … 21 21 define( 'CAPTAINHOOKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'CAPTAINHOOKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 23 define( 'CAPTAINHOOKS_VERSION', '1.0. 0' );23 define( 'CAPTAINHOOKS_VERSION', '1.0.1' ); 24 24 25 25 require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php'; -
captain-hooks/trunk/README.txt
r3071782 r3071808 1 1 === Captain Hooks === 2 2 Contributors: dbeja 3 Tags: admin, dashboard,hooks, filters, actions, shortcodes3 Tags: admin, hooks, filters, actions, shortcodes 4 4 Donate link: https://www.paypal.com/paypalme/dbkode 5 Requires at least: 5.7 or higher5 Requires at least: 5.7 6 6 Tested up to: 6.3.1 7 Requires PHP: 7.2 or higher8 Stable tag: 1.0. 07 Requires PHP: 7.2 8 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 Captain Hooks is a WordPress plugin that provides developers with a comprehensive view of all actions, filters, and shortcodes of their environment. 11 12 12 13 == Description == … … 37 38 38 39 == Changelog == 39 = 1.0 = 40 = 1.0.1 = 41 * Fixed: WordPress.org warnings 42 43 = 1.0.0 = 40 44 * Plugin release -
captain-hooks/trunk/captainhooks.php
r3071782 r3071808 4 4 * Plugin URI: https://github.com/dbkode/captain-hooks 5 5 * 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. 06 * Version: 1.0.1 7 7 * Requires at least: 5.7 8 8 * Requires PHP: 7.2 … … 21 21 define( 'CAPTAINHOOKS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 22 22 define( 'CAPTAINHOOKS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 23 define( 'CAPTAINHOOKS_VERSION', '1.0. 0' );23 define( 'CAPTAINHOOKS_VERSION', '1.0.1' ); 24 24 25 25 require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.