Version Description
- Fix: coordination with Weaver Xtreme 5 file access
Download this release
Release Info
Developer | wpweaver |
Plugin | Weaver Xtreme Theme Support |
Version | 5.0.2 |
Comparing to | |
See all releases |
Code changes from version 5.0.1 to 5.0.2
- admin/admin-advancedopts4.php +6 -2
- readme.txt +2 -2
- weaverx-ts.php +1 -1
admin/admin-advancedopts4.php
CHANGED
@@ -56,7 +56,6 @@ function weaverx_admin_advancedopts4() {
|
|
56 |
} ?>
|
57 |
|
58 |
|
59 |
-
|
60 |
<!-- ***************************************************** -->
|
61 |
|
62 |
<div id="asp_tab_admin" class="tab_adv">
|
@@ -262,13 +261,18 @@ Technically, these features are not part of the theme styling, but cover other a
|
|
262 |
<br/>
|
263 |
<hr/>
|
264 |
<!-- ======== -->
|
265 |
-
|
|
|
|
|
266 |
<h3><?php _e( 'Inline CSS - (Xtreme-Plus Option)', 'weaver-xtreme' /*adm*/ ); ?></h3>
|
267 |
|
268 |
<label><input type="checkbox" name="<?php weaverx_sapi_main_name( '_inline_style' ); ?>" id="_inline_style" <?php checked( weaverx_getopt_checked( '_inline_style' ) ); ?> />
|
269 |
<?php _e( 'Generate inline CSS code rather than using style-weaverxt.css file.
|
270 |
By default, Weaver Xtreme Plus will use the style-weaverxt.css file. ♦', 'weaver-xtreme' /*adm*/ ); ?>
|
271 |
</label><br/><br/>
|
|
|
|
|
|
|
272 |
|
273 |
<h3><?php _e( 'Disable Schema.org Structured Data', 'weaver-xtreme' /*adm*/ ); ?></h3>
|
274 |
|
56 |
} ?>
|
57 |
|
58 |
|
|
|
59 |
<!-- ***************************************************** -->
|
60 |
|
61 |
<div id="asp_tab_admin" class="tab_adv">
|
261 |
<br/>
|
262 |
<hr/>
|
263 |
<!-- ======== -->
|
264 |
+
<?php
|
265 |
+
if ( weaverx_f_file_access_available() ) {
|
266 |
+
?>
|
267 |
<h3><?php _e( 'Inline CSS - (Xtreme-Plus Option)', 'weaver-xtreme' /*adm*/ ); ?></h3>
|
268 |
|
269 |
<label><input type="checkbox" name="<?php weaverx_sapi_main_name( '_inline_style' ); ?>" id="_inline_style" <?php checked( weaverx_getopt_checked( '_inline_style' ) ); ?> />
|
270 |
<?php _e( 'Generate inline CSS code rather than using style-weaverxt.css file.
|
271 |
By default, Weaver Xtreme Plus will use the style-weaverxt.css file. ♦', 'weaver-xtreme' /*adm*/ ); ?>
|
272 |
</label><br/><br/>
|
273 |
+
<?php
|
274 |
+
}
|
275 |
+
?>
|
276 |
|
277 |
<h3><?php _e( 'Disable Schema.org Structured Data', 'weaver-xtreme' /*adm*/ ); ?></h3>
|
278 |
|
readme.txt
CHANGED
@@ -11,7 +11,7 @@ Text Domain: weaverx-theme-support
|
|
11 |
Requires at least: 5.4
|
12 |
Requires PHP: 5.6
|
13 |
Tested up to: 5.8
|
14 |
-
Stable tag: 5.0.
|
15 |
|
16 |
A useful shortcode and widget collection for Weaver Xtreme
|
17 |
|
@@ -75,7 +75,7 @@ Support for this plugin can best be found at our forum - http://forum.weaverthem
|
|
75 |
See ChangeLog for changes to this version.
|
76 |
|
77 |
== ChangeLog =
|
78 |
-
= 5.0.
|
79 |
* Fix: coordination with Weaver Xtreme 5 file access
|
80 |
|
81 |
= 5.0 =
|
11 |
Requires at least: 5.4
|
12 |
Requires PHP: 5.6
|
13 |
Tested up to: 5.8
|
14 |
+
Stable tag: 5.0.2
|
15 |
|
16 |
A useful shortcode and widget collection for Weaver Xtreme
|
17 |
|
75 |
See ChangeLog for changes to this version.
|
76 |
|
77 |
== ChangeLog =
|
78 |
+
= 5.0.2 =
|
79 |
* Fix: coordination with Weaver Xtreme 5 file access
|
80 |
|
81 |
= 5.0 =
|
weaverx-ts.php
CHANGED
@@ -6,7 +6,7 @@ Plugin URI: http://weavertheme.com/plugins
|
|
6 |
Description: Weaver Xtreme Theme Support - Legacy Admin plus a package of useful shortcodes and widgets that integrate closely with the Weaver Xtreme theme.
|
7 |
Author: wpweaver
|
8 |
Author URI: http://weavertheme.com/about/
|
9 |
-
Version: 5.0.
|
10 |
License: GPL V3
|
11 |
|
12 |
Weaver Xtreme Theme Support
|
6 |
Description: Weaver Xtreme Theme Support - Legacy Admin plus a package of useful shortcodes and widgets that integrate closely with the Weaver Xtreme theme.
|
7 |
Author: wpweaver
|
8 |
Author URI: http://weavertheme.com/about/
|
9 |
+
Version: 5.0.2
|
10 |
License: GPL V3
|
11 |
|
12 |
Weaver Xtreme Theme Support
|