We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb047e commit f15adc3Copy full SHA for f15adc3
1 file changed
typerocket-v5.php
@@ -3,7 +3,7 @@
3
Plugin Name: TypeRocket - Andromeda
4
Plugin URI: https://typerocket.com/
5
Description: TypeRocket is a framework that joins refined UI elements and modern programming architecture together.
6
-Version: 5.1.7
+Version: 5.1.8
7
Requires at least: 6.0
8
Requires PHP: 7.4
9
Author: TypeRocket
@@ -34,7 +34,7 @@ public function __construct()
34
return;
35
}
36
37
- define('TYPEROCKET_PLUGIN_VERSION', '5.1.7');
+ define('TYPEROCKET_PLUGIN_VERSION', '5.1.8');
38
define('TYPEROCKET_PLUGIN_INSTALL', __DIR__);
39
40
if(!defined('TYPEROCKET_ROOT_WP'))
0 commit comments