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

Version Description

Download this release

Release Info

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

Code changes from version 3.1.4 to 3.1.5

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.1.4\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
- "POT-Creation-Date: 2019-05-02 04:42:14+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -305,7 +305,7 @@ msgstr ""
305
  #: admin/class-admin-subscription.php:754
306
  #: admin/form-builder/class-wpuf-admin-form-builder.php:265
307
  #: class/payment.php:199 class/subscription.php:780
308
- #: includes/class-list-table-subscribers.php:128 lib/appsero/Insights.php:738
309
  #: templates/dashboard/subscription.php:61
310
  msgid "Cancel"
311
  msgstr ""
@@ -5686,37 +5686,37 @@ msgstr ""
5686
  msgid "Go to Full Settings"
5687
  msgstr ""
5688
 
5689
- #: lib/appsero/Insights.php:352
5690
  msgid ""
5691
  "Want to help make <strong>%1$s</strong> even more awesome? Allow %1$s to "
5692
  "collect non-sensitive diagnostic data and usage information."
5693
  msgstr ""
5694
 
5695
- #: lib/appsero/Insights.php:357
5696
  msgid "what we collect"
5697
  msgstr ""
5698
 
5699
- #: lib/appsero/Insights.php:363
5700
  msgid "Allow"
5701
  msgstr ""
5702
 
5703
- #: lib/appsero/Insights.php:364
5704
  msgid "No thanks"
5705
  msgstr ""
5706
 
5707
- #: lib/appsero/Insights.php:563
5708
  msgid "Once Weekly"
5709
  msgstr ""
5710
 
5711
- #: lib/appsero/Insights.php:722
5712
  msgid "If you have a moment, please let us know why you are deactivating:"
5713
  msgstr ""
5714
 
5715
- #: lib/appsero/Insights.php:736
5716
  msgid "I rather wouldn't say"
5717
  msgstr ""
5718
 
5719
- #: lib/appsero/Insights.php:737
5720
  msgid "Submit & Deactivate"
5721
  msgstr ""
5722
 
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 3.1.5\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
+ "POT-Creation-Date: 2019-05-02 08:00:22+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
305
  #: admin/class-admin-subscription.php:754
306
  #: admin/form-builder/class-wpuf-admin-form-builder.php:265
307
  #: class/payment.php:199 class/subscription.php:780
308
+ #: includes/class-list-table-subscribers.php:128 lib/appsero/Insights.php:742
309
  #: templates/dashboard/subscription.php:61
310
  msgid "Cancel"
311
  msgstr ""
5686
  msgid "Go to Full Settings"
5687
  msgstr ""
5688
 
5689
+ #: lib/appsero/Insights.php:356
5690
  msgid ""
5691
  "Want to help make <strong>%1$s</strong> even more awesome? Allow %1$s to "
5692
  "collect non-sensitive diagnostic data and usage information."
5693
  msgstr ""
5694
 
5695
+ #: lib/appsero/Insights.php:361
5696
  msgid "what we collect"
5697
  msgstr ""
5698
 
5699
+ #: lib/appsero/Insights.php:367
5700
  msgid "Allow"
5701
  msgstr ""
5702
 
5703
+ #: lib/appsero/Insights.php:368
5704
  msgid "No thanks"
5705
  msgstr ""
5706
 
5707
+ #: lib/appsero/Insights.php:567
5708
  msgid "Once Weekly"
5709
  msgstr ""
5710
 
5711
+ #: lib/appsero/Insights.php:726
5712
  msgid "If you have a moment, please let us know why you are deactivating:"
5713
  msgstr ""
5714
 
5715
+ #: lib/appsero/Insights.php:740
5716
  msgid "I rather wouldn't say"
5717
  msgstr ""
5718
 
5719
+ #: lib/appsero/Insights.php:741
5720
  msgid "Submit & Deactivate"
5721
  msgstr ""
5722
 
lib/appsero/Insights.php CHANGED
@@ -43,10 +43,14 @@ class Insights {
43
  *
44
  * @param AppSero\Client
45
  */
46
- public function __construct( Client $client ) {
47
-
48
- $this->client = $client;
 
49
 
 
 
 
50
  }
51
 
52
  /**
43
  *
44
  * @param AppSero\Client
45
  */
46
+ public function __construct( $client, $name = null, $file = null ) {
47
+ if ( is_string( $client ) && ! empty( $name ) && ! empty( $file ) ) {
48
+ $client = new Client( $client, $name, $file );
49
+ }
50
 
51
+ if ( is_object( $client ) && is_a( $client, 'Appsero\Client' ) ) {
52
+ $this->client = $client;
53
+ }
54
  }
55
 
56
  /**
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Forms, registration, profile-builder, login, membership
5
  Requires at least: 4.0
6
  Tested up to: 5.1.1
7
  Requires PHP: 5.4
8
- Stable tag: 3.1.4
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -257,6 +257,10 @@ redirected to the edit page with that post id. Then you'll see the edit post for
257
 
258
  == Changelog ==
259
 
 
 
 
 
260
  = v3.1.4 (02 May, 2019) =
261
 
262
  * **Fix:** Category field data were not being saved when conditional logic is applied to custom taxonomy fields based on category field.
5
  Requires at least: 4.0
6
  Tested up to: 5.1.1
7
  Requires PHP: 5.4
8
+ Stable tag: 3.1.5
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
257
 
258
  == Changelog ==
259
 
260
+ = v3.1.5 (02 May, 2019) =
261
+
262
+ * **Fix:** Conflict weDevs insight library with WP Project Manager plugin.
263
+
264
  = v3.1.4 (02 May, 2019) =
265
 
266
  * **Fix:** Category field data were not being saved when conditional logic is applied to custom taxonomy fields based on category field.
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: Tareq Hasan
7
- Version: 3.1.4
8
  Author URI: https://tareq.co
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.1.4' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', dirname( __FILE__ ) );
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: Tareq Hasan
7
+ Version: 3.1.5
8
  Author URI: https://tareq.co
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.1.5' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', dirname( __FILE__ ) );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );