PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.73
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.73
1.2.74 1.2.73 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 All 174 releases
← All changes | userswp.php +2 -2 1.2.741.2.73 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.74
6 +Version: 1.2.73
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
@@ -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.74' );
27 + define( 'USERSWP_VERSION', '1.2.73' );
28 28 }
29 29
30 30 if ( ! defined( 'USERSWP_PATH' ) ) {
31 31 define( 'USERSWP_PATH', plugin_dir_path( __FILE__ ) );