| @@ -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.73 | |
| 6 | +Version: 1.2.32 | |
| 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.1 | |
| 13 | +Requires at least: 4.9 | |
| 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.73' ); | |
| 27 | + define( 'USERSWP_VERSION', '1.2.32' ); | |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | if ( ! defined( 'USERSWP_PATH' ) ) { |
| 31 | 31 | define( 'USERSWP_PATH', plugin_dir_path( __FILE__ ) ); |