Plugin Directory

Changeset 2669576

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

WordPress update 5.9

Location:
simple-stopwatch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-stopwatch/trunk/README.txt

    r2251112 r2669576  
    55Tags: stopwatch, timer, stop-watch
    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
     
    5353* with basic features.
    5454
     55
     56
    5557
    5658= What should I do when I experience any problem? =
  • simple-stopwatch/trunk/simple-stopwatch.php

    r2251112 r2669576  
    11<?php
    2 
    32/**
    43 * The plugin bootstrap file
     
    109 *
    1110 * @link              http://www.topinfosoft.com/about
    12  * @since             1.0.0
     11 * @since             1.0.
    1312 * @package           Simple_Stopwatch
    1413 *
     
    1716 * Plugin URI:        http://www.topinfosoft.com
    1817 * Description:       Simple Stopwatch with start, pause and reset button. Use shortcode [simplestopwatch]
    19  * Version:           1.0.0
     18 * Version:           1.0.
    2019 * Author:            Top Infosoft
    2120 * Author URI:        http://www.topinfosoft.com/about
     
    3332/**
    3433 * Currently plugin version.
    35  * Start at version 1.0.0 and use SemVer - https://semver.org
     34 * Start at version 1.0. and use SemVer - https://semver.org
    3635 * Rename this for your plugin and update it as you release new versions.
    3736 */
    38 define( 'SIMPLE_STOPWATCH_VERSION', '1.0.0' );
     37define( 'SIMPLE_STOPWATCH_VERSION', '1.0.' );
    3938
    4039/**
     
    7271 * not affect the page life cycle.
    7372 *
    74  * @since    1.0.0
     73 * @since    1.0.
    7574 */
    7675function run_simple_stopwatch() {
Note: See TracChangeset for help on using the changeset viewer.