Plugin Directory

Changeset 2576971

Timestamp:
08/03/2021 07:51:26 AM (3 years ago)
Author:
shaampk1
Message:

Tested with the latest build

Location:
wp-unit-converter/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-unit-converter/trunk/README.txt

    r2414672 r2576971  
    44Tags: unit converter, measurement, metrics, shortcode
    55Requires at least: 5.0
    6 Tested up to: 5.5.3
    7 Stable tag: 1.0.3
     6Tested up to: 5.
     7Stable tag: 1.0.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757## Changelog
    5858
     59
     60
     61
    5962### 1.0.3
    6063* Tested with the latest build
  • wp-unit-converter/trunk/admin/class-wp-unit-converter-register-settings.php

    r2056952 r2576971  
    9999        ?>
    100100
    101         <h3 class="wpuc_shortcode_heading">WP Unit Converter Shorcodes</h3>
     101        <h3 class="wpuc_shortcode_heading">WP Unit Converter Shorcodes</h3>
    102102        <h3 class="wpuc_shortcode_subheading">Choose any Metrics by shortcode to Display</h3>
    103103
  • wp-unit-converter/trunk/wp-unit-converter.php

    r2414672 r2576971  
    1717 * Plugin URI:        https://github.com/centangle/wp-unit-converter
    1818 * Description:       WP Unit Converter let's you convert into different units of six different metrics.
    19  * Version:           1.0.3
     19 * Version:           1.0.
    2020 * Author:            Centangle Interactive
    2121 * Author URI:        centangle.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WP_UNIT_CONVERTER_VERSION', '1.0.3' );
     38define( 'WP_UNIT_CONVERTER_VERSION', '1.0.' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.