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

Version Description

Download this release

Release Info

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

Code changes from version 2.5.5 to 2.5.6

Files changed (8) hide show
  1. .editorconfig +0 -19
  2. .gitattributes +0 -12
  3. .jshintrc +0 -31
  4. .svnignore +0 -12
  5. class/subscription.php +1 -1
  6. languages/wpuf.pot +2 -2
  7. readme.txt +25 -19
  8. wpuf.php +2 -2
.editorconfig DELETED
@@ -1,19 +0,0 @@
1
- root = true
2
-
3
- [*]
4
- indent_style = space
5
- indent_size = 4
6
- end_of_line = lf
7
- charset = utf-8
8
- trim_trailing_whitespace = true
9
- insert_final_newline = true
10
-
11
- [*.md]
12
- trim_trailing_whitespace = false
13
-
14
- [{.jshintrc,*.json,*.yml}]
15
- indent_style = space
16
- indent_size = 2
17
-
18
- [{*.txt,wp-config-sample.php}]
19
- end_of_line = crlf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.gitattributes DELETED
@@ -1,12 +0,0 @@
1
- # Items to ignore when downloading a zip
2
-
3
- .editorconfig export-ignore
4
- .gitattributes export-ignore
5
- .gitignore export-ignore
6
- .jshintrc export-ignore
7
- .svnignore export-ignore
8
- docs.md export-ignore
9
- Gruntfile.js export-ignore
10
- package.json export-ignore
11
- plugin-deploy.sh export-ignore
12
- readme.md export-ignore
 
 
 
 
 
 
 
 
 
 
 
 
.jshintrc DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "boss": true,
3
- "curly": true,
4
- "eqeqeq": true,
5
- "eqnull": true,
6
- "expr": true,
7
- "noarg": true,
8
- "onevar": true,
9
- "trailing": true,
10
- "undef": true,
11
- "unused": true,
12
- "browser": true,
13
- "passfail": false, // Stop on first error.
14
- "devel": true,
15
- "esnext": true,
16
-
17
- "globals": {
18
- "jQuery": false,
19
- "$": false,
20
- "JSON": false,
21
- "wp": false,
22
- "_": false,
23
- "Vue": false,
24
- "Vuex": false,
25
- "swal": false,
26
- "toastr": false,
27
- "wpuf_form_builder": false,
28
- "wpuf_form_builder_mixins": false,
29
- "wpuf_mixins": false
30
- }
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.svnignore DELETED
@@ -1,12 +0,0 @@
1
- includes/pro
2
- nbproject
3
- Gruntfile.js
4
- package.json
5
- docs.md
6
- changelog.txt
7
- plugin-deploy.sh
8
- npm-debug.log
9
- secret.json
10
- log.txt
11
- admin/form-builder/assets
12
- assets/css/*.less
 
 
 
 
 
 
 
 
 
 
 
 
class/subscription.php CHANGED
@@ -179,7 +179,7 @@ class WPUF_Subscription {
179
  * @since 2.2
180
  */
181
  function subscription_script() {
182
- wp_enqueue_script( 'wpuf-subscriptions' );
183
  }
184
 
185
  /**
179
  * @since 2.2
180
  */
181
  function subscription_script() {
182
+ wp_enqueue_script( 'wpuf-subscriptions', WPUF_ASSET_URI . '/js/subscriptions.js', array('jquery'), false, true );
183
  }
184
 
185
  /**
languages/wpuf.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPL2.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP User Frontend 2.5.5\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wedevs.com/support/forum/plugin-support/wp-user-frontend/\n"
8
- "POT-Creation-Date: 2017-08-26 07:01:29+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPL2.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP User Frontend 2.5.6\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wedevs.com/support/forum/plugin-support/wp-user-frontend/\n"
8
+ "POT-Creation-Date: 2017-08-28 10:00:15+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -1,16 +1,18 @@
1
- === WP User Frontend ===
2
  Contributors: tareq1988, sk.shaikat, rabbii, wedevs
3
  Donate link: https://tareq.co/donate/
4
- Tags: frontend, post, edit, dashboard, restrict, content submission, guest post, guest, registration, profile, anonymous post, gravity, gravity forms, formidable, author, author profile, authors, comments, conditional fields, conditional logic, custom fields, file uploads, form builder, front-end login, front-end registration, profile builder, profiles, member, member directory, members, Membership
5
  Requires at least: 4.0
6
  Tested up to: 4.8
7
- Stable tag: 2.5.5
8
  License: GPLv2
9
 
10
- The best frontend plugin for WordPress. Users can create, edit, delete, build profiles, post on subscription, use coupons etc.
11
 
12
  == Description ==
13
 
 
 
14
  The forms gives users the ability to create new posts, edit their profile all from the site frontend, so that the user does not need to enter the backend admin panel to do action.
15
 
16
  = The best free plugin with most features =
@@ -58,29 +60,29 @@ Quickly create registration forms, woocommerce product forms, guest posting form
58
 
59
  = WP User Frontend PRO - Premium Features =
60
 
61
- The <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro">premium version</a> of WP User Frontend is completely different from the free version as there are a lot more features included.
62
 
63
  [youtube http://www.youtube.com/watch?v=C0sInxx49Vg]
64
 
65
 
66
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#unlimited-forms">Unlimited post type form creation</a>
67
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#post-forms">Drag-n-drop form builder</a>
68
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-taxonomy">Custom taxonomy support</a>
69
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-fields">13 variations of custom fields</a>
70
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#guest-posting">Guest post support</a>
71
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-redirection">Custom Redirection</a>
72
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#image-upload-post">Image upload on post content area</a>
73
  * Post status selection on new post and edited post separately
74
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#post-notification">New or edit post notification</a>
75
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-field-admin">Custom fields are also generated in admin area</a>
76
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#profile-builder">Profile form builder</a>
77
  * Different profile edit forms for different user roles
78
  * Drag-n-Drop profile form builder
79
  * Profile fields are also generated on the backend
80
  * Avatar Upload
81
  * Frontend profile edit
82
  * <strong>Registration form</strong> builder
83
- * <a href="https://wedevs.com/products/plugins/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#captcha">Captcha Support</a>
84
 
85
  Try an <a href="http://wpufdemo.wedevs.com/">online demo</a> of the Pro version.
86
 
@@ -90,10 +92,10 @@ Try an <a href="http://wpufdemo.wedevs.com/">online demo</a> of the Pro version.
90
  * Persian translation by Abolfazl Esmailinejad
91
 
92
  = Checkout Our Other Products =
93
- * [weForms](https://wordpress.org/plugins/weforms/)
94
  * [WP ERP](https://wperp.com/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+ERP)
95
- * [Dokan - Multivendor Plugin](https://wedevs.com/products/plugins/dokan/?utm_medium=referral&utm_source=wporg&utm_campaign=WP+ERP+Readme&utm_content=Dokan)
96
- * [WP Project Manager](https://wedevs.com/products/plugins/wp-project-manager-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WP+ERP+Readme&utm_content=WP+Project+Manager)
97
 
98
  [Github Repository](https://github.com/tareq1988/WP-User-Frontend).
99
 
@@ -164,6 +166,10 @@ redirected to the edit page with that post id. Then you'll see the edit post for
164
 
165
  == Changelog ==
166
 
 
 
 
 
167
  = v2.5.5 (26 August, 2017) =
168
 
169
  * [new] Added Invisible reCaptcha option
1
+ === WP User Frontend - Membership, Profile, Registration & Post Submission Plugin for WordPress ===
2
  Contributors: tareq1988, sk.shaikat, rabbii, wedevs
3
  Donate link: https://tareq.co/donate/
4
+ Tags: Forms, registration, profile-builder, login, membership
5
  Requires at least: 4.0
6
  Tested up to: 4.8
7
+ Stable tag: 2.5.6
8
  License: GPLv2
9
 
10
+ Frontend post submission, guest post, membership, login, registration and profile builder. The best frontend plugin for WordPress.
11
 
12
  == Description ==
13
 
14
+ <strong>#1 Frontend Post Submission, Membership and Profile Builder Plugin</strong>
15
+
16
  The forms gives users the ability to create new posts, edit their profile all from the site frontend, so that the user does not need to enter the backend admin panel to do action.
17
 
18
  = The best free plugin with most features =
60
 
61
  = WP User Frontend PRO - Premium Features =
62
 
63
+ The <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro">premium version</a> of WP User Frontend is completely different from the free version as there are a lot more features included.
64
 
65
  [youtube http://www.youtube.com/watch?v=C0sInxx49Vg]
66
 
67
 
68
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#unlimited-forms">Unlimited post type form creation</a>
69
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#post-forms">Drag-n-drop form builder</a>
70
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-taxonomy">Custom taxonomy support</a>
71
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-fields">13 variations of custom fields</a>
72
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#guest-posting">Guest post support</a>
73
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-redirection">Custom Redirection</a>
74
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#image-upload-post">Image upload on post content area</a>
75
  * Post status selection on new post and edited post separately
76
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#post-notification">New or edit post notification</a>
77
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#custom-field-admin">Custom fields are also generated in admin area</a>
78
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#profile-builder">Profile form builder</a>
79
  * Different profile edit forms for different user roles
80
  * Drag-n-Drop profile form builder
81
  * Profile fields are also generated on the backend
82
  * Avatar Upload
83
  * Frontend profile edit
84
  * <strong>Registration form</strong> builder
85
+ * <a href="https://wedevs.com/wp-user-frontend-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+User+Frontend+Pro#captcha">Captcha Support</a>
86
 
87
  Try an <a href="http://wpufdemo.wedevs.com/">online demo</a> of the Pro version.
88
 
92
  * Persian translation by Abolfazl Esmailinejad
93
 
94
  = Checkout Our Other Products =
95
+ * [weForms - Best Contact Form Plugin](https://wordpress.org/plugins/weforms/)
96
  * [WP ERP](https://wperp.com/?utm_medium=referral&utm_source=wporg&utm_campaign=WPUF+Readme&utm_content=WP+ERP)
97
+ * [Dokan - Multivendor Plugin](https://wedevs.com/dokan/?utm_medium=referral&utm_source=wporg&utm_campaign=WP+ERP+Readme&utm_content=Dokan)
98
+ * [WP Project Manager](https://wedevs.com/wp-project-manager-pro/?utm_medium=referral&utm_source=wporg&utm_campaign=WP+ERP+Readme&utm_content=WP+Project+Manager)
99
 
100
  [Github Repository](https://github.com/tareq1988/WP-User-Frontend).
101
 
166
 
167
  == Changelog ==
168
 
169
+ = v2.5.6 (28 August, 2017) =
170
+
171
+ * [fix] Call subscriptions.js file directly from the js directory. Fix #174
172
+
173
  = v2.5.5 (26 August, 2017) =
174
 
175
  * [new] Added Invisible reCaptcha option
wpuf.php CHANGED
@@ -4,13 +4,13 @@ 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: 2.5.5
8
  Author URI: https://tareq.co
9
  License: GPL2
10
  TextDomain: wpuf
11
  */
12
 
13
- define( 'WPUF_VERSION', '2.5.5' );
14
  define( 'WPUF_FILE', __FILE__ );
15
  define( 'WPUF_ROOT', dirname( __FILE__ ) );
16
  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: 2.5.6
8
  Author URI: https://tareq.co
9
  License: GPL2
10
  TextDomain: wpuf
11
  */
12
 
13
+ define( 'WPUF_VERSION', '2.5.6' );
14
  define( 'WPUF_FILE', __FILE__ );
15
  define( 'WPUF_ROOT', dirname( __FILE__ ) );
16
  define( 'WPUF_ROOT_URI', plugins_url( '', __FILE__ ) );