Plugin Directory

Changeset 2669590

Timestamp:
01/31/2022 07:14:36 AM (2 years ago)
Author:
ravisinghit
Message:

WordPress update 5.9

Location:
change-font-size-and-color/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • change-font-size-and-color/trunk/README.txt

    r2244385 r2669590  
    55Tags: font, font-color, font-size, link-color, link-size, font-style
    66Requires at least: 3.0.1
    7 Tested up to: 5.3.2
    8 Stable tag: 4.3
    9 Requires PHP: 5.6
     7Tested up to: 5.
     8Stable tag:
     9Requires PHP: 5.
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • change-font-size-and-color/trunk/change-font-size-color.php

    r2238082 r2669590  
    1010 *
    1111 * @link              http://www.topinfosoft.com/about
    12  * @since             1.0.0
     12 * @since             1.0.
    1313 * @package           Change_Font_Size_Color
    1414 *
     
    1717 * Plugin URI:        http://www.topinfosoft.com
    1818 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           1.0.0
     19 * Version:           1.0.
    2020 * Author:            Top Infosoft
    2121 * Author URI:        http://www.topinfosoft.com/about
     
    3939/**
    4040 * Currently plugin version.
    41  * Start at version 1.0.0 and use SemVer - https://semver.org
     41 * Start at version 1.0. and use SemVer - https://semver.org
    4242 * Rename this for your plugin and update it as you release new versions.
    4343 */
    44 define( 'CHANGE_FONT_SIZE_COLOR_VERSION', '1.0.0' );
     44define( 'CHANGE_FONT_SIZE_COLOR_VERSION', '1.0.' );
    4545
    4646/**
     
    7878 * not affect the page life cycle.
    7979 *
    80  * @since    1.0.0
     80 * @since    1.0.
    8181 */
    8282
Note: See TracChangeset for help on using the changeset viewer.