Version Description
Download this release
Release Info
Developer | chrisjean |
Plugin | Easy Theme and Plugin Upgrades |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- init.php +1 -1
- readme.txt +7 -6
init.php
CHANGED
@@ -5,7 +5,7 @@ Plugin Name: Easy Theme and Plugin Upgrades
|
|
5 |
Plugin URI: http://wordpress.org/extend/plugins/easy-theme-and-plugin-upgrades/
|
6 |
Description: This plugin allows for installed themes to be upgraded by using the Appearance > Add New Themes > Upload feature of WordPress. Without this plugin, themes can only be installed using this method, requiring you to first delete the theme before installing the newer version. Now features the same easy upgrading for plugins via the Plugins > Add New > Upload page.
|
7 |
Author: Chris Jean
|
8 |
-
Version: 1.0.
|
9 |
Author URI: http://ithemes.com/
|
10 |
*/
|
11 |
|
5 |
Plugin URI: http://wordpress.org/extend/plugins/easy-theme-and-plugin-upgrades/
|
6 |
Description: This plugin allows for installed themes to be upgraded by using the Appearance > Add New Themes > Upload feature of WordPress. Without this plugin, themes can only be installed using this method, requiring you to first delete the theme before installing the newer version. Now features the same easy upgrading for plugins via the Plugins > Add New > Upload page.
|
7 |
Author: Chris Jean
|
8 |
+
Version: 1.0.4
|
9 |
Author URI: http://ithemes.com/
|
10 |
*/
|
11 |
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Easy Theme and Plugin Upgrades ===
|
2 |
-
Contributors:
|
3 |
Tags: upload, plugins, themes, upgrade
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
Easily upgrade your themes and plugins using zip files without removing the theme or plugin first.
|
9 |
|
@@ -16,11 +16,12 @@ __Easy Theme and Plugin Upgrades__ was created to make the life of WordPress use
|
|
16 |
1. Download the latest zip file for your theme.
|
17 |
1. Log into your WordPress site.
|
18 |
1. Go to Appearance > Themes.
|
19 |
-
1. Click the "
|
20 |
-
1. Click the Upload
|
|
|
21 |
1. Select the zip file with the new theme version to install.
|
22 |
1. Select "Yes" from the "Upgrade existing theme?" option.
|
23 |
-
1. Click "Install Now".
|
24 |
|
25 |
= Upgrading a Plugin =
|
26 |
|
1 |
=== Easy Theme and Plugin Upgrades ===
|
2 |
+
Contributors: chrisjean
|
3 |
Tags: upload, plugins, themes, upgrade
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 4.4.2
|
6 |
+
Stable tag: 1.0.4
|
7 |
|
8 |
Easily upgrade your themes and plugins using zip files without removing the theme or plugin first.
|
9 |
|
16 |
1. Download the latest zip file for your theme.
|
17 |
1. Log into your WordPress site.
|
18 |
1. Go to Appearance > Themes.
|
19 |
+
1. Click the "Add New" button at the top of the page.
|
20 |
+
1. Click the "Upload Theme" button at the top of the page.
|
21 |
+
1. Click the file browse button to select your theme zip file. The button's text varies by browser. It typically says "Browse...", "Choose File", or "Choose...".
|
22 |
1. Select the zip file with the new theme version to install.
|
23 |
1. Select "Yes" from the "Upgrade existing theme?" option.
|
24 |
+
1. Click the "Install Now" button.
|
25 |
|
26 |
= Upgrading a Plugin =
|
27 |
|