Changeset 2662093
- Timestamp:
- 01/23/2022 07:33:48 AM (4 years ago)
- Location:
- wp-teapot
- Files:
-
- 3 edited
-
tags/1.0.1/wp-teapot.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-teapot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-teapot/tags/1.0.1/wp-teapot.php
r1633347 r2662093 34 34 */ 35 35 class WP_Teapot { 36 const VERSION = '1.0. 0';36 const VERSION = '1.0.1'; 37 37 const REVISION = '20140725'; 38 38 const METAKEY = 'wp_teapot'; -
wp-teapot/trunk/readme.txt
r1633346 r2662093 3 3 Tags: http, status code, rfc, teapot 4 4 Requires at least: 3.0 5 Tested up to: 4.76 Stable tag: 1.0. 15 Tested up to: 5.9 6 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-teapot/trunk/wp-teapot.php
r1633347 r2662093 5 5 Description: I'm a teapot 6 6 Text Domain: wp-teapot 7 Version: 1.0. 17 Version: 1.0.2 8 8 Author: Steven Word 9 9 Author URI: http://stevenword.com/ … … 34 34 */ 35 35 class WP_Teapot { 36 const VERSION = '1.0. 0';37 const REVISION = '20 140725';36 const VERSION = '1.0.2'; 37 const REVISION = '20220123'; 38 38 const METAKEY = 'wp_teapot'; 39 39 const NONCE = 'wp_teapot_nonce';
Note: See TracChangeset
for help on using the changeset viewer.