Version Description
- Extension updater bug fix.
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 2.3.14 |
Comparing to | |
See all releases |
Code changes from version 2.3.13 to 2.3.14
- ditty-news-ticker.php +2 -2
- eddsl/eddsl.php +2 -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.3.
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
@@ -62,7 +62,7 @@ final class Ditty_News_Ticker {
|
|
62 |
|
63 |
// Plugin version
|
64 |
if ( ! defined( 'MTPHR_DNT_VERSION' ) ) {
|
65 |
-
define( 'MTPHR_DNT_VERSION', '2.3.
|
66 |
}
|
67 |
|
68 |
// Plugin Folder Path
|
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.3.14
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
62 |
|
63 |
// Plugin version
|
64 |
if ( ! defined( 'MTPHR_DNT_VERSION' ) ) {
|
65 |
+
define( 'MTPHR_DNT_VERSION', '2.3.14' );
|
66 |
}
|
67 |
|
68 |
// Plugin Folder Path
|
eddsl/eddsl.php
CHANGED
@@ -93,7 +93,7 @@ function mtphr_dnt_all_license_data() {
|
|
93 |
|
94 |
/**
|
95 |
* Initialize the extension updaters
|
96 |
-
* @since 2.
|
97 |
*/
|
98 |
function mtphr_dnt_plugin_updater() {
|
99 |
|
@@ -120,7 +120,7 @@ function mtphr_dnt_plugin_updater() {
|
|
120 |
} elseif( isset( $data['item_name'] ) ) {
|
121 |
$api_params['item_name'] = $data['item_name']; // the name of our product in EDD
|
122 |
}
|
123 |
-
$edd_updater = new EDD_SL_Plugin_Updater( MTPHR_DNT_STORE_URL, $data['path'], $
|
124 |
|
125 |
}
|
126 |
}
|
93 |
|
94 |
/**
|
95 |
* Initialize the extension updaters
|
96 |
+
* @since 2.3.14
|
97 |
*/
|
98 |
function mtphr_dnt_plugin_updater() {
|
99 |
|
120 |
} elseif( isset( $data['item_name'] ) ) {
|
121 |
$api_params['item_name'] = $data['item_name']; // the name of our product in EDD
|
122 |
}
|
123 |
+
$edd_updater = new EDD_SL_Plugin_Updater( MTPHR_DNT_STORE_URL, $data['path'], $api_params );
|
124 |
|
125 |
}
|
126 |
}
|
readme.txt
CHANGED
@@ -72,6 +72,9 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= 2.3.13 =
|
76 |
* Updated extension updater code.
|
77 |
|
@@ -589,4 +592,4 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
|
|
589 |
|
590 |
== Upgrade Notice ==
|
591 |
|
592 |
-
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.3.14 =
|
76 |
+
* Extension updater bug fix.
|
77 |
+
|
78 |
= 2.3.13 =
|
79 |
* Updated extension updater code.
|
80 |
|
592 |
|
593 |
== Upgrade Notice ==
|
594 |
|
595 |
+
Extension updater bug fix
|