WP User Frontend – Membership, Profile, Registration & Post Submission Plugin for WordPress - Version 3.5.19

Version Description

Download this release

Release Info

Developer tareq1988
Plugin Icon 128x128 WP User Frontend – Membership, Profile, Registration & Post Submission Plugin for WordPress
Version 3.5.19
Comparing to
See all releases

Code changes from version 3.5.18 to 3.5.19

admin/promotion.php CHANGED
@@ -27,11 +27,11 @@ class WPUF_Admin_Promotion {
27
  $current_time = $this->convert_utc_to_est();
28
 
29
  if (
30
- strtotime( '2021-05-11 09:00:00 EST' ) < strtotime( $current_time )
31
- && strtotime( $current_time ) < strtotime( '2021-05-24 23:00:00 EST' )
32
  ) {
33
- $option_name = 'wpuf_2021_eid_offer';
34
- $notice = sprintf( '<p>%s <a href="%s" target="_blank">%s</a></p>', __( 'Eid Mubarak! Stay Safe & Spread Happiness. Enjoy Up To 45% OFF on WP User Frontend Pro', 'wp-user-frontend' ), 'https://wedevs.com/wp-user-frontend-pro/pricing?utm_medium=text&utm_source=wordpress-wpuf-eidoffer2021', __( 'Get Now', 'wp-user-frontend' ) );
35
  $this->generate_notice( $notice, $option_name );
36
  }
37
  }
27
  $current_time = $this->convert_utc_to_est();
28
 
29
  if (
30
+ strtotime( '2021-07-16 09:00:00 EST' ) < strtotime( $current_time )
31
+ && strtotime( $current_time ) < strtotime( '2021-07-26 23:00:00 EST' )
32
  ) {
33
+ $option_name = 'wpuf_2021_summer_offer';
34
+ $notice = sprintf( '<p>%s <a href="%s" target="_blank">%s</a></p>', __( 'Summer Sale! Chill out with weDevs. Enjoy Up To 40% OFF on WP User Frontend Pro', 'wp-user-frontend' ), 'https://wedevs.com/wp-user-frontend-pro/pricing?utm_medium=text&utm_source=wordpress-wpuf-summer-sale2021', __( 'Get Now', 'wp-user-frontend' ) );
35
  $this->generate_notice( $notice, $option_name );
36
  }
37
  }
languages/wp-user-frontend.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP User Frontend 3.5.18\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
- "POT-Creation-Date: 2021-07-06 06:21:44+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -3234,8 +3234,8 @@ msgstr ""
3234
 
3235
  #: admin/promotion.php:34
3236
  msgid ""
3237
- "Eid Mubarak! Stay Safe & Spread Happiness. Enjoy Up To 45% OFF on WP User "
3238
- "Frontend Pro"
3239
  msgstr ""
3240
 
3241
  #: admin/promotion.php:34
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 3.5.19\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
+ "POT-Creation-Date: 2021-07-16 08:26:33+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
3234
 
3235
  #: admin/promotion.php:34
3236
  msgid ""
3237
+ "Summer Sale! Chill out with weDevs. Enjoy Up To 40% OFF on WP User Frontend "
3238
+ "Pro"
3239
  msgstr ""
3240
 
3241
  #: admin/promotion.php:34
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs
3
  Donate link: https://tareq.co/donate/
4
  Tags: Forms, registration, profile-builder, login, membership, frontend-post
5
  Requires at least: 4.0
6
- Tested up to: 5.7.2
7
  Requires PHP: 5.6
8
- Stable tag: 3.5.18
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -264,6 +264,11 @@ redirected to the edit page with that post id. Then you'll see the edit post for
264
 
265
  == Changelog ==
266
 
 
 
 
 
 
267
  = v3.5.18 (06 Jul, 2021) =
268
 
269
  * Enhancement - Google Map field enhanced along with acf google map
3
  Donate link: https://tareq.co/donate/
4
  Tags: Forms, registration, profile-builder, login, membership, frontend-post
5
  Requires at least: 4.0
6
+ Tested up to: 5.8
7
  Requires PHP: 5.6
8
+ Stable tag: 3.5.19
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
264
 
265
  == Changelog ==
266
 
267
+ = v3.5.18 (16 Jul, 2021) =
268
+
269
+ * Enhancement - Updated compatibility with WordPress 5.8
270
+ * Enhancement - Promotional campaign
271
+
272
  = v3.5.18 (06 Jul, 2021) =
273
 
274
  * Enhancement - Google Map field enhanced along with acf google map
wpuf.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP User Frontend
4
  Plugin URI: https://wordpress.org/plugins/wp-user-frontend/
5
  Description: Create, edit, delete, manages your post, pages or custom post types from frontend. Create registration forms, frontend profile and more...
6
  Author: weDevs
7
- Version: 3.5.18
8
  Author URI: https://wedevs.com/?utm_source=WPUF_Author_URI
9
  License: GPL2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -12,7 +12,7 @@ Text Domain: wp-user-frontend
12
  Domain Path: /languages
13
  */
14
 
15
- define( 'WPUF_VERSION', '3.5.18' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );
4
  Plugin URI: https://wordpress.org/plugins/wp-user-frontend/
5
  Description: Create, edit, delete, manages your post, pages or custom post types from frontend. Create registration forms, frontend profile and more...
6
  Author: weDevs
7
+ Version: 3.5.19
8
  Author URI: https://wedevs.com/?utm_source=WPUF_Author_URI
9
  License: GPL2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
  Domain Path: /languages
13
  */
14
 
15
+ define( 'WPUF_VERSION', '3.5.19' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', __DIR__ );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );