Version Description
- Change: wp-updates.com is long term down, so remove update check
Download this release
Release Info
Developer | wpweaver |
Plugin | Weaver Xtreme Theme Support |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 2.0.1
- readme.txt +5 -2
- weaverx-ts.php +2 -2
readme.txt
CHANGED
@@ -10,7 +10,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
10 |
Text Domain: weaverx-theme-support
|
11 |
Requires at least: 4.0
|
12 |
Tested up to: 4.4
|
13 |
-
Stable tag: 2.0
|
14 |
|
15 |
A useful shortcode and widget collection for Weaver Xtreme
|
16 |
|
@@ -75,7 +75,10 @@ Support for this plugin can best be found at our forum - http://forum.weaverthem
|
|
75 |
This is the initial release of this plugin.
|
76 |
|
77 |
== ChangeLog ==
|
78 |
-
= 2.
|
|
|
|
|
|
|
79 |
* Final tweaks for Weaver Xtreme 2.0
|
80 |
* New: Google Fonts for Font Family selections
|
81 |
|
10 |
Text Domain: weaverx-theme-support
|
11 |
Requires at least: 4.0
|
12 |
Tested up to: 4.4
|
13 |
+
Stable tag: 2.0.1
|
14 |
|
15 |
A useful shortcode and widget collection for Weaver Xtreme
|
16 |
|
75 |
This is the initial release of this plugin.
|
76 |
|
77 |
== ChangeLog ==
|
78 |
+
= 2.0.1 =
|
79 |
+
* Change: wp-updates.com is long term down, so remove update check
|
80 |
+
|
81 |
+
= 2.0 =
|
82 |
* Final tweaks for Weaver Xtreme 2.0
|
83 |
* New: Google Fonts for Font Family selections
|
84 |
|
weaverx-ts.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://weavertheme.com/plugins
|
|
5 |
Description: Weaver X Theme Support - a package of useful shortcodes and widgets that integrates closely with the Weaver X theme. This plugin Will also allow you to switch from Weaver X to any other theme and still be able to use the shortcodes and widgets from Weaver X with minimal effort.
|
6 |
Author: wpweaver
|
7 |
Author URI: http://weavertheme.com/about/
|
8 |
-
Version: 1
|
9 |
License: GPL V3
|
10 |
|
11 |
Weaver Xtreme Theme Support
|
@@ -354,7 +354,7 @@ function wvrx_ts_child_saverestore_action() {
|
|
354 |
--------------- */
|
355 |
}
|
356 |
|
357 |
-
add_action('weaverx_check_updates', 'weaverx_check_updates_action');
|
358 |
|
359 |
function weaverx_check_updates_action() {
|
360 |
require_once('wp-updates-theme-1411.php');
|
5 |
Description: Weaver X Theme Support - a package of useful shortcodes and widgets that integrates closely with the Weaver X theme. This plugin Will also allow you to switch from Weaver X to any other theme and still be able to use the shortcodes and widgets from Weaver X with minimal effort.
|
6 |
Author: wpweaver
|
7 |
Author URI: http://weavertheme.com/about/
|
8 |
+
Version: 2.0.1
|
9 |
License: GPL V3
|
10 |
|
11 |
Weaver Xtreme Theme Support
|
354 |
--------------- */
|
355 |
}
|
356 |
|
357 |
+
//add_action('weaverx_check_updates', 'weaverx_check_updates_action');
|
358 |
|
359 |
function weaverx_check_updates_action() {
|
360 |
require_once('wp-updates-theme-1411.php');
|