Changeset 3365392
- Timestamp:
- 09/21/2025 06:37:38 PM (7 months ago)
- Location:
- dynamic-number-insertion/trunk
- Files:
-
- 2 edited
-
dynamic-number-insertion.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-number-insertion/trunk/dynamic-number-insertion.php
r3365387 r3365392 3 3 * Plugin Name: Dynamic Number Insertion 4 4 * Description: Dynamically replace phone numbers on specific pages or posts. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author: Ryan Howard 7 7 * Author URI: https://www.ryanhoward.dev … … 17 17 } 18 18 19 define( 'DYNIN_VERSION', '1.0. 1' );19 define( 'DYNIN_VERSION', '1.0.2' ); 20 20 define( 'DYNIN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 21 21 define( 'DYNIN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
dynamic-number-insertion/trunk/readme.txt
r3365387 r3365392 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 == Changelog == 97 97 98 = 1.0.2 = 99 Updated icons 100 98 101 = 1.0.1 = 99 102 * Added uninstall.php file to properly clean up plugin data (options) when the plugin is deleted.
Note: See TracChangeset
for help on using the changeset viewer.