User Submitted Posts - Version 20190220

Version Description

To upgrade User Submitted Posts, remove the old version and replace with the new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically.

Important! The /custom/ directory is deprecated. If you are using a custom form template, please move it to /wp-content/your-theme/usp/. For more information, check out the "Custom Submission Form" section under Installation.

Note: uninstalling the plugin from the WP Plugins screen results in the removal of all settings from the WP database. Submitted posts are NOT removed if you deactivate the plugin, reset default options, or uninstall the plugins; that is, all submitted posts must be removed manually.

Download this release

Release Info

Developer specialk
Plugin Icon 128x128 User Submitted Posts
Version 20190220
Comparing to
See all releases

Code changes from version 20181117 to 20190220

Files changed (2) hide show
  1. readme.txt +8 -3
  2. user-submitted-posts.php +4 -4
readme.txt CHANGED
@@ -9,9 +9,9 @@ Author URI: https://plugin-planet.com/
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
- Tested up to: 5.0
13
- Stable tag: 20181117
14
- Version: 20181117
15
  Requires PHP: 5.2
16
  Text Domain: usp
17
  Domain Path: /languages
@@ -700,6 +700,11 @@ Links, tweets and likes also appreciated. Thanks! :)
700
 
701
  *Thank you to everyone who shares feedback for User Submitted Posts!*
702
 
 
 
 
 
 
703
  **20181117**
704
 
705
  * Adds `%%custom_field%%` shortcode for email alerts
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
+ Tested up to: 5.1
13
+ Stable tag: 20190220
14
+ Version: 20190220
15
  Requires PHP: 5.2
16
  Text Domain: usp
17
  Domain Path: /languages
700
 
701
  *Thank you to everyone who shares feedback for User Submitted Posts!*
702
 
703
+ **20190220**
704
+
705
+ * Just a version bump for compat with WP 5.1
706
+ * Full update coming soon :)
707
+
708
  **20181117**
709
 
710
  * Adds `%%custom_field%%` shortcode for email alerts
user-submitted-posts.php CHANGED
@@ -9,9 +9,9 @@
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
- Tested up to: 5.0
13
- Stable tag: 20181117
14
- Version: 20181117
15
  Requires PHP: 5.2
16
  Text Domain: usp
17
  Domain Path: /languages
@@ -40,7 +40,7 @@ if (!defined('ABSPATH')) die();
40
 
41
 
42
  define('USP_WP_VERSION', '4.1');
43
- define('USP_VERSION', '20181117');
44
  define('USP_PLUGIN', esc_html__('User Submitted Posts', 'usp'));
45
  define('USP_PATH', plugin_basename(__FILE__));
46
 
9
  Donate link: https://monzillamedia.com/donate.html
10
  Contributors: specialk
11
  Requires at least: 4.1
12
+ Tested up to: 5.1
13
+ Stable tag: 20190220
14
+ Version: 20190220
15
  Requires PHP: 5.2
16
  Text Domain: usp
17
  Domain Path: /languages
40
 
41
 
42
  define('USP_WP_VERSION', '4.1');
43
+ define('USP_VERSION', '20190220');
44
  define('USP_PLUGIN', esc_html__('User Submitted Posts', 'usp'));
45
  define('USP_PATH', plugin_basename(__FILE__));
46