Version Description
- Removed testing code from last update
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 2.1.4 |
Comparing to | |
See all releases |
Code changes from version 2.1.3 to 2.1.4
- ditty-news-ticker.php +2 -2
- includes/composer.php +1 -2
- readme.txt +4 -1
ditty-news-ticker.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://dittynewsticker.com/
|
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
-
Version: 2.1.
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
31 |
|
32 |
|
33 |
|
34 |
-
define ( 'MTPHR_DNT_VERSION', '2.1.
|
35 |
define ( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path(__FILE__)) );
|
36 |
|
37 |
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
+
Version: 2.1.4
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
31 |
|
32 |
|
33 |
|
34 |
+
define ( 'MTPHR_DNT_VERSION', '2.1.4' );
|
35 |
define ( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path(__FILE__)) );
|
36 |
|
37 |
|
includes/composer.php
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
<?php
|
2 |
|
3 |
/* --------------------------------------------------------- */
|
4 |
-
/* !Add VC Shortcode - 2.1.
|
5 |
/* --------------------------------------------------------- */
|
6 |
|
7 |
function mtphr_dnt_add_to_vc() {
|
8 |
if( defined('WPB_VC_VERSION') && version_compare(WPB_VC_VERSION, '5.0.0', '>=' ) ) {
|
9 |
-
echo '<pre>';print_r('testing');echo '</pre>';
|
10 |
vc_map( array(
|
11 |
'name' => __( 'Ditty News Ticker', 'ditty-news-ticker' ),
|
12 |
'base' => 'ditty_news_ticker',
|
1 |
<?php
|
2 |
|
3 |
/* --------------------------------------------------------- */
|
4 |
+
/* !Add VC Shortcode - 2.1.4 */
|
5 |
/* --------------------------------------------------------- */
|
6 |
|
7 |
function mtphr_dnt_add_to_vc() {
|
8 |
if( defined('WPB_VC_VERSION') && version_compare(WPB_VC_VERSION, '5.0.0', '>=' ) ) {
|
|
|
9 |
vc_map( array(
|
10 |
'name' => __( 'Ditty News Ticker', 'ditty-news-ticker' ),
|
11 |
'base' => 'ditty_news_ticker',
|
readme.txt
CHANGED
@@ -68,6 +68,9 @@ Each individual Ticker post has multiple settings to customize.
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
71 |
= 2.1.3 =
|
72 |
* Added check to ensure VC version is 5 or greater before adding VC shortcode
|
73 |
|
@@ -401,4 +404,4 @@ Each individual Ticker post has multiple settings to customize.
|
|
401 |
|
402 |
== Upgrade Notice ==
|
403 |
|
404 |
-
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 2.1.4 =
|
72 |
+
* Removed testing code from last update
|
73 |
+
|
74 |
= 2.1.3 =
|
75 |
* Added check to ensure VC version is 5 or greater before adding VC shortcode
|
76 |
|
404 |
|
405 |
== Upgrade Notice ==
|
406 |
|
407 |
+
Removed testing code from last update
|