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

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.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

assets/css/frontend-forms.css CHANGED
File without changes
class/frontend-dashboard.php CHANGED
File without changes
class/frontend-form-post.php CHANGED
@@ -954,6 +954,8 @@ class WPUF_Frontend_Form_Post extends WPUF_Render_Form {
954
  // delete any previous value
955
  delete_post_meta( $post_id, $file_input['name'] );
956
 
 
 
957
  if ( count( $file_input['value'] ) > 1 ) {
958
  $image_ids = maybe_serialize( $file_input['value'] );
959
  }
954
  // delete any previous value
955
  delete_post_meta( $post_id, $file_input['name'] );
956
 
957
+ $image_ids = '';
958
+
959
  if ( count( $file_input['value'] ) > 1 ) {
960
  $image_ids = maybe_serialize( $file_input['value'] );
961
  }
includes/class-wc-vendors-integration.php CHANGED
@@ -42,7 +42,7 @@ class WPUF_WC_Vendors_Integration{
42
  );
43
 
44
  $settings[] = array(
45
- 'title' => __('Allow Post', 'wp-user-frontend'),
46
  'desc_tip' => __('Select a post form that will show on the vendor dashboard.', 'wp-user-frontend'),
47
  'id' => 'wcvendors_wpuf_allowed_post_form',
48
  'type' => 'select',
42
  );
43
 
44
  $settings[] = array(
45
+ 'title' => __('Select Post Form', 'wp-user-frontend'),
46
  'desc_tip' => __('Select a post form that will show on the vendor dashboard.', 'wp-user-frontend'),
47
  'id' => 'wcvendors_wpuf_allowed_post_form',
48
  'type' => 'select',
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.0.0\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
- "POT-Creation-Date: 2018-12-04 10:16:48+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -3639,7 +3639,7 @@ msgstr ""
3639
  msgid "Something went wrong"
3640
  msgstr ""
3641
 
3642
- #: class/frontend-form-post.php:1127
3643
  msgid "Email successfully verified. Please Login."
3644
  msgstr ""
3645
 
@@ -4148,7 +4148,6 @@ msgstr ""
4148
 
4149
  #: includes/class-dokan-integration.php:92
4150
  #: includes/class-wc-vendors-integration.php:37
4151
- #: includes/class-wc-vendors-integration.php:45
4152
  #: includes/class-wcmp-integration.php:37
4153
  msgid "Allow Post"
4154
  msgstr ""
@@ -4158,6 +4157,7 @@ msgid "Allow Vendors to submit post from dashboard area"
4158
  msgstr ""
4159
 
4160
  #: includes/class-dokan-integration.php:100
 
4161
  #: includes/class-wcmp-integration.php:47
4162
  msgid "Select Post Form"
4163
  msgstr ""
2
  # This file is distributed under the GPL2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 3.0.1\n"
6
  "Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
7
+ "POT-Creation-Date: 2018-12-05 07:27:48+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
3639
  msgid "Something went wrong"
3640
  msgstr ""
3641
 
3642
+ #: class/frontend-form-post.php:1129
3643
  msgid "Email successfully verified. Please Login."
3644
  msgstr ""
3645
 
4148
 
4149
  #: includes/class-dokan-integration.php:92
4150
  #: includes/class-wc-vendors-integration.php:37
 
4151
  #: includes/class-wcmp-integration.php:37
4152
  msgid "Allow Post"
4153
  msgstr ""
4157
  msgstr ""
4158
 
4159
  #: includes/class-dokan-integration.php:100
4160
+ #: includes/class-wc-vendors-integration.php:45
4161
  #: includes/class-wcmp-integration.php:47
4162
  msgid "Select Post Form"
4163
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Forms, registration, profile-builder, login, membership
5
  Requires at least: 4.0
6
  Tested up to: 4.9.8
7
  Requires PHP: 5.4
8
- Stable tag: 3.0.0
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -230,6 +230,10 @@ redirected to the edit page with that post id. Then you'll see the edit post for
230
 
231
  == Changelog ==
232
 
 
 
 
 
233
  = v3.0.0 (4 December, 2018) =
234
 
235
  * **New:** Integrated WC Marketplace plugin: vendor can submit post from their frontend dashboard
5
  Requires at least: 4.0
6
  Tested up to: 4.9.8
7
  Requires PHP: 5.4
8
+ Stable tag: trunk
9
  License: GPLv2
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
230
 
231
  == Changelog ==
232
 
233
+ = v3.0.1 (5 December, 2018) =
234
+
235
+ * **Fix:** Image is duplicating
236
+
237
  = v3.0.0 (4 December, 2018) =
238
 
239
  * **New:** Integrated WC Marketplace plugin: vendor can submit post from their frontend dashboard
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.0.0
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.0.0' );
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.0.1
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.0.1' );
16
  define( 'WPUF_FILE', __FILE__ );
17
  define( 'WPUF_ROOT', dirname( __FILE__ ) );
18
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );