Weaver Xtreme Theme Support - Version 1.2.1

Version Description

  • Tweak: Per Post CSS rules are only supported by Weaver Xtreme Plus.
Download this release

Release Info

Developer wpweaver
Plugin Icon 128x128 Weaver Xtreme Theme Support
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2 to 1.2.1

includes/wvrx-ts-admin-page-posts.php CHANGED
@@ -469,14 +469,10 @@ function wvrx_ts_post_extras() {
469
  wvrx_ts_page_checkbox('_pp_post_add_link',__('Show a "link to single page" icon at bottom of post - useful with compact posts','weaver-xtreme' /*adm*/),90);
470
 
471
 
472
- echo('<br style="clear:both;"/><br /><strong>Per Post Style</strong>' /*a*/ );
473
  weaverx_help_link('help.html#perpoststyle', __('Help for Per Post Style','weaver-xtreme' /*adm*/ ));
474
  echo '<br />' .
475
- __('Enter optional per post CSS style rules. <strong>Do not</strong> include the &lt;style> and &lt;/style> tags.
476
- Include the {}\'s. Don\'t use class names if rules apply to whole post, but do include class names
477
- (e.g., <em>.entry-title a</em>) for specific elements. Custom styles will not be displayed by the Post Editor.','weaver-xtreme' /*adm*/); ?>
478
- <br />
479
- <textarea name="_pp_post_styles" rows=2 style="width: 95%"><?php echo(get_post_meta($post->ID, "_pp_post_styles", true)); ?></textarea>
480
  <br />
481
  <br />
482
  <p><strong><?php _e('<em>Single Page View:</em> Sidebars','weaver-xtreme' /*adm*/); ?></strong></p>
469
  wvrx_ts_page_checkbox('_pp_post_add_link',__('Show a "link to single page" icon at bottom of post - useful with compact posts','weaver-xtreme' /*adm*/),90);
470
 
471
 
472
+ echo('<br style="clear:both;"/><br /><strong>Per Post Style</strong> (&starf;Plus)' /*a*/ );
473
  weaverx_help_link('help.html#perpoststyle', __('Help for Per Post Style','weaver-xtreme' /*adm*/ ));
474
  echo '<br />' .
475
+ __('Weaver Xtreme Plus supports optional per post CSS style rules.','weaver-xtreme' /*adm*/); ?>
 
 
 
 
476
  <br />
477
  <br />
478
  <p><strong><?php _e('<em>Single Page View:</em> Sidebars','weaver-xtreme' /*adm*/); ?></strong></p>
includes/wvrx-ts-shortcodes.php CHANGED
@@ -388,14 +388,14 @@ function wvrx_ts_sc_youtube($args = '') {
388
  // not including: enablejsapi, fs,playerapiid,
389
 
390
  extract(shortcode_atts(array(
391
- 'id' => '',
 
 
392
  'sd' => false,
393
  'related' => '0',
394
  'privacy' => false,
395
  'ratio' => false,
396
  'center' => '1',
397
- 'autohide' => '~!',
398
- 'autoplay' => '0',
399
  'border' => '0',
400
  'color' => false,
401
  'color1' => false,
388
  // not including: enablejsapi, fs,playerapiid,
389
 
390
  extract(shortcode_atts(array(
391
+ 'autohide' => '~!',
392
+ 'autoplay' => '0',
393
+ 'id' => '',
394
  'sd' => false,
395
  'related' => '0',
396
  'privacy' => false,
397
  'ratio' => false,
398
  'center' => '1',
 
 
399
  'border' => '0',
400
  'color' => false,
401
  'color1' => false,
readme.txt CHANGED
@@ -9,7 +9,7 @@ License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires at least: 4.0
11
  Tested up to: 4.2
12
- Stable tag: 1.2
13
 
14
  A useful shortcode and widget collection for Weaver Xtreme
15
 
@@ -74,7 +74,10 @@ Support for this plugin can best be found at our forum - http://forum.weaverthem
74
  This is the initial release of this plugin.
75
 
76
  == ChangeLog ==
77
- == 1.2 =
 
 
 
78
  * New: Improved automatic version update for Weaver Xtreme -
79
  avoids critical update delays due to WordPress theme review process time lag
80
  * Fixed issue with tabs shortcode
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires at least: 4.0
11
  Tested up to: 4.2
12
+ Stable tag: 1.2.1
13
 
14
  A useful shortcode and widget collection for Weaver Xtreme
15
 
74
  This is the initial release of this plugin.
75
 
76
  == ChangeLog ==
77
+ = 1.2.1 =
78
+ * Tweak: Per Post CSS rules are only supported by Weaver Xtreme Plus.
79
+
80
+ = 1.2 =
81
  * New: Improved automatic version update for Weaver Xtreme -
82
  avoids critical update delays due to WordPress theme review process time lag
83
  * Fixed issue with tabs shortcode
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.2
9
  License: GPL V3
10
 
11
  Weaver Xtreme Theme Support
@@ -33,7 +33,7 @@ $theme = get_template_directory();
33
 
34
  if ( strpos( $theme, '/weaver-xtreme') !== false ) { // only load if Weaver Xtreme is the theme
35
 
36
- define ('WVRX_TS_VERSION','1.2');
37
  define ('WVRX_TS_MINIFY','.min'); // '' for dev, '.min' for production
38
  define ('WVRX_TS_APPEARANCE_PAGE', false );
39
 
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.2.1
9
  License: GPL V3
10
 
11
  Weaver Xtreme Theme Support
33
 
34
  if ( strpos( $theme, '/weaver-xtreme') !== false ) { // only load if Weaver Xtreme is the theme
35
 
36
+ define ('WVRX_TS_VERSION','1.2.1');
37
  define ('WVRX_TS_MINIFY','.min'); // '' for dev, '.min' for production
38
  define ('WVRX_TS_APPEARANCE_PAGE', false );
39