Changeset 2554744
- Timestamp:
- 06/27/2021 04:19:53 PM (5 years ago)
- Location:
- quriobot/trunk
- Files:
-
- 3 edited
-
includes/class-quriobot.php (modified) (1 diff)
-
quriobot.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quriobot/trunk/includes/class-quriobot.php
r2554708 r2554744 11 11 } 12 12 13 const VERSION = '2.7. 3';13 const VERSION = '2.7.4'; 14 14 15 15 public function init() -
quriobot/trunk/quriobot.php
r2554708 r2554744 5 5 * Author: Quriobot 6 6 * Author URI: https://quriobot.com/ 7 * Version: 2.7. 37 * Version: 2.7.4 8 8 * License: GPLv3 9 9 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 15 15 exit; 16 16 } 17 18 17 19 18 add_action( 'plugins_loaded', 'quriobot_plugin_init' ); … … 27 26 * @var Const Plugin Version Number 28 27 */ 29 const VERSION = '2.7. 3';28 const VERSION = '2.7.4'; 30 29 31 30 /** -
quriobot/trunk/readme.txt
r2554708 r2554744 72 72 == Changelog == 73 73 74 = 2.7. 3=74 = 2.7.4 = 75 75 * AMP support. 76 76
Note: See TracChangeset
for help on using the changeset viewer.