PluginProbe
GamiPress – Gamification plugin to reward points, badges & ranks in WordPress, now with AI / 8.0.3
GamiPress – Gamification plugin to reward points, badges & ranks in WordPress, now with AI v8.0.3
8.0.3 8.0.1 8.0.2 8.0.0 7.9.9.7 7.9.9.6 7.9.9.5 7.9.9.4 7.9.9.3 7.9.9.2 7.9.9.1 7.9.9 7.9.8 7.9.7 7.9.6 7.9.5 7.9.4 7.9.3 7.9.2 7.9.1 7.9.0 7.8.9 7.8.8 7.8.7 7.8.6 All 45 releases
← All changes | gamipress.php +2 -2 8.0.08.0.3 View file →
@@ -2,9 +2,9 @@
2 2 /**
3 3 * Plugin Name: GamiPress
4 4 * Plugin URI: https://gamipress.com
5 5 * Description: The most flexible and powerful gamification system for WordPress.
6 - * Version: 8.0.0
6 + * Version: 8.0.3
7 7 * Author: GamiPress
8 8 * Author URI: https://gamipress.com/
9 9 * Text Domain: gamipress
10 10 * Domain Path: /languages/
@@ -121,9 +121,9 @@
121 121 */
122 122 private function constants() {
123 123
124 124 // Plugin version
125 - define( 'GAMIPRESS_VER', '8.0.0' );
125 + define( 'GAMIPRESS_VER', '8.0.3' );
126 126
127 127 // Plugin file
128 128 define( 'GAMIPRESS_FILE', __FILE__ );
129 129