Changeset 2701831
- Timestamp:
- 03/30/2022 11:21:14 AM (4 years ago)
- Location:
- waiting
- Files:
-
- 2 edited
- 5 copied
-
tags/0.5.8 (copied) (copied from waiting/trunk)
-
tags/0.5.8/js/admin.js (copied) (copied from waiting/trunk/js/admin.js)
-
tags/0.5.8/readme.txt (copied) (copied from waiting/trunk/readme.txt) (1 diff)
-
tags/0.5.8/templates/templates.php (copied) (copied from waiting/trunk/templates/templates.php)
-
tags/0.5.8/waiting.php (copied) (copied from waiting/trunk/waiting.php) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/waiting.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
waiting/tags/0.5.8/readme.txt
r2672167 r2701831 4 4 Donate link: https://plugin.builders/waiting/?d=donate 5 5 Requires at least: 3.5 6 Tested up to: 5.9 7 Stable tag: 0.5. 76 Tested up to: 5.9.2 7 Stable tag: 0.5.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
waiting/tags/0.5.8/waiting.php
r2672167 r2701831 2 2 /** 3 3 * @package Waiting 4 * @version 0.5. 74 * @version 0.5.8 5 5 */ 6 6 /* … … 10 10 Author: Plugin Builders 11 11 Author URI: https://plugin.builders/?from=plugins 12 Version: 0.5. 712 Version: 0.5.8 13 13 Text Domain: waiting 14 14 Domain Path: languages … … 19 19 20 20 class WPB_Waiting{ 21 static $version = '0.5. 7';22 static $version_file = '0.5. 7';21 static $version = '0.5.8'; 22 static $version_file = '0.5.8'; 23 23 static $terms = array(); 24 24 -
waiting/trunk/readme.txt
r2672167 r2701831 4 4 Donate link: https://plugin.builders/waiting/?d=donate 5 5 Requires at least: 3.5 6 Tested up to: 5.9 7 Stable tag: 0.5. 76 Tested up to: 5.9.2 7 Stable tag: 0.5.8 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
waiting/trunk/waiting.php
r2672167 r2701831 2 2 /** 3 3 * @package Waiting 4 * @version 0.5. 74 * @version 0.5.8 5 5 */ 6 6 /* … … 10 10 Author: Plugin Builders 11 11 Author URI: https://plugin.builders/?from=plugins 12 Version: 0.5. 712 Version: 0.5.8 13 13 Text Domain: waiting 14 14 Domain Path: languages … … 19 19 20 20 class WPB_Waiting{ 21 static $version = '0.5. 7';22 static $version_file = '0.5. 7';21 static $version = '0.5.8'; 22 static $version_file = '0.5.8'; 23 23 static $terms = array(); 24 24
Note: See TracChangeset
for help on using the changeset viewer.