Plugin Directory

Changeset 3365392


Ignore:
Timestamp:
09/21/2025 06:37:38 PM (7 months ago)
Author:
CompleteWebResources
Message:

Updated icons

Location:
dynamic-number-insertion/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-number-insertion/trunk/dynamic-number-insertion.php

    r3365387 r3365392  
    33 * Plugin Name: Dynamic Number Insertion
    44 * Description: Dynamically replace phone numbers on specific pages or posts.
    5  * Version: 1.0.1
     5 * Version: 1.0.2
    66 * Author: Ryan Howard
    77 * Author URI: https://www.ryanhoward.dev
     
    1717}
    1818
    19 define( 'DYNIN_VERSION', '1.0.1' );
     19define( 'DYNIN_VERSION', '1.0.2' );
    2020define( 'DYNIN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2121define( 'DYNIN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • dynamic-number-insertion/trunk/readme.txt

    r3365387 r3365392  
    55Tested up to: 6.8
    66Requires PHP: 7.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696== Changelog ==
    9797
     98= 1.0.2 =
     99Updated icons
     100
    98101= 1.0.1 =
    99102* 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.