Changeset 3253501
- Timestamp:
- 03/10/2025 05:17:47 PM (13 months ago)
- Location:
- captain-hooks
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from captain-hooks/trunk)
-
tags/1.0.2/README.txt (modified) (2 diffs)
-
tags/1.0.2/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.2/README.txt
r3253447 r3253501 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 = 1.0.2 = 41 * Minor performance improvements 42 40 43 = 1.0.1 = 41 44 * Fixed: WordPress.org warnings -
captain-hooks/tags/1.0.2/captainhooks.php
r3071808 r3253501 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. 16 * Version: 1.0.2 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. 1' );23 define( 'CAPTAINHOOKS_VERSION', '1.0.2' ); 24 24 25 25 require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php'; -
captain-hooks/trunk/README.txt
r3253447 r3253501 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 = 1.0.2 = 41 * Minor performance improvements 42 40 43 = 1.0.1 = 41 44 * Fixed: WordPress.org warnings -
captain-hooks/trunk/captainhooks.php
r3071808 r3253501 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. 16 * Version: 1.0.2 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. 1' );23 define( 'CAPTAINHOOKS_VERSION', '1.0.2' ); 24 24 25 25 require_once CAPTAINHOOKS_PLUGIN_DIR . '/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.