Version Description
- Compatibility Update: Updated to indicate compatibility with WordPress 4.9.8.
Download this release
Release Info
Developer | chrisjean |
Plugin | Easy Theme and Plugin Upgrades |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- history.txt +2 -0
- init.php +1 -1
- readme.txt +8 -5
history.txt
CHANGED
@@ -17,3 +17,5 @@
|
|
17 |
Enhancement: If a zip backup file cannot be created, the old directory is renamed to a new name in order to still keep a backup.
|
18 |
Enhancement: Updated the code to use a better way of integrating the upgrade logic. This approach should greatly reduce the potential for conflicts with other code or site configurations.
|
19 |
Enhancement: The backup details now are found in the same format as the rest of the upgrade messages.
|
|
|
|
17 |
Enhancement: If a zip backup file cannot be created, the old directory is renamed to a new name in order to still keep a backup.
|
18 |
Enhancement: Updated the code to use a better way of integrating the upgrade logic. This approach should greatly reduce the potential for conflicts with other code or site configurations.
|
19 |
Enhancement: The backup details now are found in the same format as the rest of the upgrade messages.
|
20 |
+
2.0.1 - 2018-10-01 - Chris Jean
|
21 |
+
Compatibility Update: Updated to indicate compatibility with WordPress 4.9.8.
|
init.php
CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://wordpress.org/extend/plugins/easy-theme-and-plugin-upgrades/
|
|
6 |
Description: Upgrade themes and plugins using a zip file without having to remove them first.
|
7 |
Author: Chris Jean
|
8 |
Author URI: https://chrisjean.com/
|
9 |
-
Version: 2.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
Text Domain: easy-theme-and-plugin-upgrades
|
6 |
Description: Upgrade themes and plugins using a zip file without having to remove them first.
|
7 |
Author: Chris Jean
|
8 |
Author URI: https://chrisjean.com/
|
9 |
+
Version: 2.0.1
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
Text Domain: easy-theme-and-plugin-upgrades
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: chrisjean
|
3 |
Tags: plugin, theme, upgrade, update, upload
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -25,7 +25,7 @@ Attention: Version 2.0.0 changed the functionality of the plugin. You are no lon
|
|
25 |
|
26 |
= Why does the plugin no longer show the drop down to select "Yes"? Is the plugin broken? =
|
27 |
|
28 |
-
|
29 |
|
30 |
= How do I upgrade a theme? =
|
31 |
|
@@ -64,6 +64,9 @@ Version 2.0.0 no longer requires that a drop down is used to indicate that an up
|
|
64 |
|
65 |
== Changelog ==
|
66 |
|
|
|
|
|
|
|
67 |
= 2.0.0 =
|
68 |
* Enhancement: Removed the requirement for the user to select "Yes" from the drop down in order to initiate an update. This new version does not change the appearance of the upload form. Instead, it automatically creates a backup and performs an upgrade if the supplied plugin or theme already exists.
|
69 |
* Enhancement: If a zip backup file cannot be created, the old directory is renamed to a new name in order to still keep a backup.
|
@@ -94,5 +97,5 @@ Version 2.0.0 no longer requires that a drop down is used to indicate that an up
|
|
94 |
|
95 |
== Upgrade Notice ==
|
96 |
|
97 |
-
= 2.0.
|
98 |
-
Version 2.0.
|
2 |
Contributors: chrisjean
|
3 |
Tags: plugin, theme, upgrade, update, upload
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 4.9.8
|
6 |
+
Stable tag: 2.0.1
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
25 |
|
26 |
= Why does the plugin no longer show the drop down to select "Yes"? Is the plugin broken? =
|
27 |
|
28 |
+
Starting with version 2.0.0, this plugin no longer requires that a drop down is used to indicate that an upgrade is to be performed. The plugin now can determine if an upgrade is required automatically. This change not only streamlines the process for many users, it also fixed compatibility issues that some users experienced with older versions.
|
29 |
|
30 |
= How do I upgrade a theme? =
|
31 |
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
+
= 2.0.1 =
|
68 |
+
* Compatibility Update: Updated to indicate compatibility with WordPress 4.9.8.
|
69 |
+
|
70 |
= 2.0.0 =
|
71 |
* Enhancement: Removed the requirement for the user to select "Yes" from the drop down in order to initiate an update. This new version does not change the appearance of the upload form. Instead, it automatically creates a backup and performs an upgrade if the supplied plugin or theme already exists.
|
72 |
* Enhancement: If a zip backup file cannot be created, the old directory is renamed to a new name in order to still keep a backup.
|
97 |
|
98 |
== Upgrade Notice ==
|
99 |
|
100 |
+
= 2.0.1 =
|
101 |
+
Version 2.0.1 updates details about WordPress version compatibility. It contains no code changes.
|