PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.43
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.43
1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 1.0.23 All 172 releases
← All changes | userswp.php +4 -4 1.2.651.2.43 View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 Plugin Name: UsersWP
4 4 Plugin URI: https://userswp.io/
5 5 Description: The only lightweight user profile plugin for WordPress. UsersWP features front end user profile, users directory, a registration and a login form.
6 -Version: 1.2.65
6 +Version: 1.2.43
7 7 Author: AyeCode Ltd
8 8 Author URI: https://userswp.io
9 9 License: GPL-2.0+
10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -9,10 +9,10 @@
9 9 License: GPL-2.0+
10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11 11 Text Domain: userswp
12 12 Domain Path: /languages
13 -Requires at least: 6.1
14 -Tested up to: 7.0
13 +Requires at least: 5.0
14 +Tested up to: 6.8
15 15 */
16 16
17 17 // If this file is called directly, abort.
18 18 if ( ! defined( 'WPINC' ) ) {
@@ -23,9 +23,9 @@
23 23 define( 'USERSWP_NAME', 'userswp' );
24 24 }
25 25
26 26 if ( ! defined( 'USERSWP_VERSION' ) ) {
27 - define( 'USERSWP_VERSION', '1.2.65' );
27 + define( 'USERSWP_VERSION', '1.2.43' );
28 28 }
29 29
30 30 if ( ! defined( 'USERSWP_PATH' ) ) {
31 31 define( 'USERSWP_PATH', plugin_dir_path( __FILE__ ) );