Version Description
Download this release
Release Info
| Developer | cbaldelomar |
| Plugin | |
| Version | 3.42 |
| Comparing to | |
| See all releases | |
Code changes from version 3.41 to 3.42
- README.md +4 -0
- public/class-vars.php +1 -1
- public/templates/borderless/content-aside.php +3 -1
- public/templates/borderless/content-audio.php +2 -0
- public/templates/borderless/content-chat.php +2 -0
- public/templates/borderless/content-excerpt.php +2 -0
- public/templates/borderless/content-gallery.php +2 -0
- public/templates/borderless/content-link.php +3 -1
- public/templates/borderless/content-video.php +2 -0
- public/templates/borderless/content.php +2 -0
- readme.txt +4 -0
- wc-shortcodes.php +1 -1
README.md
CHANGED
|
@@ -106,6 +106,10 @@ See our help article on [how to manually upload a plugin](http://knowledgebase.a
|
|
| 106 |
|
| 107 |
## Changelog ##
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
### Version 3.41 ###
|
| 110 |
|
| 111 |
* Updated to Font Awesome 4.7.0
|
| 106 |
|
| 107 |
## Changelog ##
|
| 108 |
|
| 109 |
+
### Version 3.42 ###
|
| 110 |
+
|
| 111 |
+
* fixed bug with excert wrapper not being applied
|
| 112 |
+
|
| 113 |
### Version 3.41 ###
|
| 114 |
|
| 115 |
* Updated to Font Awesome 4.7.0
|
public/class-vars.php
CHANGED
|
@@ -8,7 +8,7 @@ class WPC_Shortcodes_Vars {
|
|
| 8 |
*
|
| 9 |
* @var string
|
| 10 |
*/
|
| 11 |
-
const VERSION = '3.
|
| 12 |
const DB_VERSION = '1.0';
|
| 13 |
|
| 14 |
/**
|
| 8 |
*
|
| 9 |
* @var string
|
| 10 |
*/
|
| 11 |
+
const VERSION = '3.42';
|
| 12 |
const DB_VERSION = '1.0';
|
| 13 |
|
| 14 |
/**
|
public/templates/borderless/content-aside.php
CHANGED
|
@@ -8,7 +8,9 @@
|
|
| 8 |
<?php endif; ?>
|
| 9 |
|
| 10 |
<?php if ( $display['show_content'] ) : ?>
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
<?php endif; ?>
|
| 13 |
|
| 14 |
<?php include('entry-meta.php'); ?>
|
| 8 |
<?php endif; ?>
|
| 9 |
|
| 10 |
<?php if ( $display['show_content'] ) : ?>
|
| 11 |
+
<div class="wc-shortcodes-entry-summary">
|
| 12 |
+
<?php wc_shortcodes_the_excerpt(); ?>
|
| 13 |
+
</div>
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php include('entry-meta.php'); ?>
|
public/templates/borderless/content-audio.php
CHANGED
|
@@ -12,7 +12,9 @@
|
|
| 12 |
<?php endif; ?>
|
| 13 |
|
| 14 |
<?php if ( $display['show_content'] ) : ?>
|
|
|
|
| 15 |
<?php wc_shortcodes_the_excerpt(); ?>
|
|
|
|
| 16 |
<?php endif; ?>
|
| 17 |
|
| 18 |
<?php include('entry-meta.php'); ?>
|
| 12 |
<?php endif; ?>
|
| 13 |
|
| 14 |
<?php if ( $display['show_content'] ) : ?>
|
| 15 |
+
<div class="wc-shortcodes-entry-summary">
|
| 16 |
<?php wc_shortcodes_the_excerpt(); ?>
|
| 17 |
+
</div>
|
| 18 |
<?php endif; ?>
|
| 19 |
|
| 20 |
<?php include('entry-meta.php'); ?>
|
public/templates/borderless/content-chat.php
CHANGED
|
@@ -14,7 +14,9 @@
|
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
|
|
|
| 17 |
<?php wc_shortcodes_the_excerpt(); ?>
|
|
|
|
| 18 |
<?php endif; ?>
|
| 19 |
|
| 20 |
<?php include('entry-meta.php'); ?>
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
| 17 |
+
<div class="wc-shortcodes-entry-summary">
|
| 18 |
<?php wc_shortcodes_the_excerpt(); ?>
|
| 19 |
+
</div>
|
| 20 |
<?php endif; ?>
|
| 21 |
|
| 22 |
<?php include('entry-meta.php'); ?>
|
public/templates/borderless/content-excerpt.php
CHANGED
|
@@ -14,7 +14,9 @@
|
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
|
|
|
| 17 |
<?php wc_shortcodes_the_excerpt(); ?>
|
|
|
|
| 18 |
<?php endif; ?>
|
| 19 |
|
| 20 |
<?php if ( $display['readmore'] ) : ?>
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
| 17 |
+
<div class="wc-shortcodes-entry-summary">
|
| 18 |
<?php wc_shortcodes_the_excerpt(); ?>
|
| 19 |
+
</div>
|
| 20 |
<?php endif; ?>
|
| 21 |
|
| 22 |
<?php if ( $display['readmore'] ) : ?>
|
public/templates/borderless/content-gallery.php
CHANGED
|
@@ -22,7 +22,9 @@
|
|
| 22 |
<?php endif; ?>
|
| 23 |
|
| 24 |
<?php if ( $display['show_content'] ) : ?>
|
|
|
|
| 25 |
<?php wc_shortcodes_the_excerpt(); ?>
|
|
|
|
| 26 |
<?php endif; ?>
|
| 27 |
|
| 28 |
<?php include('entry-meta.php'); ?>
|
| 22 |
<?php endif; ?>
|
| 23 |
|
| 24 |
<?php if ( $display['show_content'] ) : ?>
|
| 25 |
+
<div class="wc-shortcodes-entry-summary">
|
| 26 |
<?php wc_shortcodes_the_excerpt(); ?>
|
| 27 |
+
</div>
|
| 28 |
<?php endif; ?>
|
| 29 |
|
| 30 |
<?php include('entry-meta.php'); ?>
|
public/templates/borderless/content-link.php
CHANGED
|
@@ -19,7 +19,9 @@
|
|
| 19 |
<?php endif; ?>
|
| 20 |
|
| 21 |
<?php if ( $display['show_content'] ) : ?>
|
| 22 |
-
|
|
|
|
|
|
|
| 23 |
<?php endif; ?>
|
| 24 |
|
| 25 |
<?php include('entry-meta.php'); ?>
|
| 19 |
<?php endif; ?>
|
| 20 |
|
| 21 |
<?php if ( $display['show_content'] ) : ?>
|
| 22 |
+
<div class="wc-shortcodes-entry-summary">
|
| 23 |
+
<?php wc_shortcodes_the_excerpt(); ?>
|
| 24 |
+
</div>
|
| 25 |
<?php endif; ?>
|
| 26 |
|
| 27 |
<?php include('entry-meta.php'); ?>
|
public/templates/borderless/content-video.php
CHANGED
|
@@ -14,7 +14,9 @@
|
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
|
|
|
| 17 |
<?php wc_shortcodes_the_excerpt(); ?>
|
|
|
|
| 18 |
<?php endif; ?>
|
| 19 |
|
| 20 |
<?php include('entry-meta.php'); ?>
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
| 17 |
+
<div class="wc-shortcodes-entry-summary">
|
| 18 |
<?php wc_shortcodes_the_excerpt(); ?>
|
| 19 |
+
</div>
|
| 20 |
<?php endif; ?>
|
| 21 |
|
| 22 |
<?php include('entry-meta.php'); ?>
|
public/templates/borderless/content.php
CHANGED
|
@@ -14,7 +14,9 @@
|
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
|
|
|
| 17 |
<?php wc_shortcodes_the_excerpt(); ?>
|
|
|
|
| 18 |
<?php endif; ?>
|
| 19 |
|
| 20 |
<?php if ( $display['readmore'] ) : ?>
|
| 14 |
<?php endif; ?>
|
| 15 |
|
| 16 |
<?php if ( $display['show_content'] ) : ?>
|
| 17 |
+
<div class="wc-shortcodes-entry-summary">
|
| 18 |
<?php wc_shortcodes_the_excerpt(); ?>
|
| 19 |
+
</div>
|
| 20 |
<?php endif; ?>
|
| 21 |
|
| 22 |
<?php if ( $display['readmore'] ) : ?>
|
readme.txt
CHANGED
|
@@ -113,6 +113,10 @@ See our help article on [how to manually upload a plugin](http://knowledgebase.a
|
|
| 113 |
|
| 114 |
== Changelog ==
|
| 115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
= Version 3.41 =
|
| 117 |
|
| 118 |
* Updated to Font Awesome 4.7.0
|
| 113 |
|
| 114 |
== Changelog ==
|
| 115 |
|
| 116 |
+
= Version 3.42 =
|
| 117 |
+
|
| 118 |
+
* fixed bug with excert wrapper not being applied
|
| 119 |
+
|
| 120 |
= Version 3.41 =
|
| 121 |
|
| 122 |
* Updated to Font Awesome 4.7.0
|
wc-shortcodes.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: http://angiemakes.com/feminine-wordpress-blog-themes-women/
|
|
| 5 |
Description: A plugin that adds a useful family of shortcodes to your WordPress theme.
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://angiemakes.com/
|
| 8 |
-
Version: 3.
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
| 5 |
Description: A plugin that adds a useful family of shortcodes to your WordPress theme.
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://angiemakes.com/
|
| 8 |
+
Version: 3.42
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
