Plugin Directory

Changeset 2662093


Ignore:
Timestamp:
01/23/2022 07:33:48 AM (4 years ago)
Author:
stevenkword
Message:

Version cleanup

Location:
wp-teapot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-teapot/tags/1.0.1/wp-teapot.php

    r1633347 r2662093  
    3434 */
    3535class WP_Teapot {
    36     const VERSION        = '1.0.0';
     36    const VERSION        = '1.0.1';
    3737    const REVISION       = '20140725';
    3838    const METAKEY        = 'wp_teapot';
  • wp-teapot/trunk/readme.txt

    r1633346 r2662093  
    33Tags: http, status code, rfc, teapot
    44Requires at least: 3.0
    5 Tested up to: 4.7
    6 Stable tag: 1.0.1
     5Tested up to: 5.9
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • wp-teapot/trunk/wp-teapot.php

    r1633347 r2662093  
    55Description: I'm a teapot
    66Text Domain: wp-teapot
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author: Steven Word
    99Author URI: http://stevenword.com/
     
    3434 */
    3535class WP_Teapot {
    36     const VERSION        = '1.0.0';
    37     const REVISION       = '20140725';
     36    const VERSION        = '1.0.2';
     37    const REVISION       = '20220123';
    3838    const METAKEY        = 'wp_teapot';
    3939    const NONCE          = 'wp_teapot_nonce';
Note: See TracChangeset for help on using the changeset viewer.