Version Description
- Moved plugin files to GitHub
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 1.4.10 |
Comparing to | |
See all releases |
Code changes from version 1.4.9 to 1.4.10
- ditty-news-ticker.php +3 -3
- readme.txt +4 -1
ditty-news-ticker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ditty News Ticker
|
4 |
Plugin URI: http://dittynewsticker.com/
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
-
Version: 1.4.
|
7 |
Author: Metaphor Creations
|
8 |
Author URI: http://www.metaphorcreations.com
|
9 |
License: GPL2
|
@@ -29,10 +29,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
29 |
|
30 |
|
31 |
/* --------------------------------------------------------- */
|
32 |
-
/* !Define constants - 1.4.
|
33 |
/* --------------------------------------------------------- */
|
34 |
|
35 |
-
define ( 'MTPHR_DNT_VERSION', '1.4.
|
36 |
define ( 'MTPHR_DNT_DIR', plugin_dir_path(__FILE__) );
|
37 |
define ( 'MTPHR_DNT_URL', plugins_url().'/ditty-news-ticker' );
|
38 |
|
3 |
Plugin Name: Ditty News Ticker
|
4 |
Plugin URI: http://dittynewsticker.com/
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
+
Version: 1.4.10
|
7 |
Author: Metaphor Creations
|
8 |
Author URI: http://www.metaphorcreations.com
|
9 |
License: GPL2
|
29 |
|
30 |
|
31 |
/* --------------------------------------------------------- */
|
32 |
+
/* !Define constants - 1.4.10 */
|
33 |
/* --------------------------------------------------------- */
|
34 |
|
35 |
+
define ( 'MTPHR_DNT_VERSION', '1.4.10' );
|
36 |
define ( 'MTPHR_DNT_DIR', plugin_dir_path(__FILE__) );
|
37 |
define ( 'MTPHR_DNT_URL', plugins_url().'/ditty-news-ticker' );
|
38 |
|
readme.txt
CHANGED
@@ -54,6 +54,9 @@ Each individual Ticker post has multiple settings to customize.
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 1.4.9 =
|
58 |
* Added Author support to post type
|
59 |
|
@@ -242,4 +245,4 @@ Each individual Ticker post has multiple settings to customize.
|
|
242 |
|
243 |
== Upgrade Notice ==
|
244 |
|
245 |
-
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 1.4.10 =
|
58 |
+
* Moved plugin files to GitHub
|
59 |
+
|
60 |
= 1.4.9 =
|
61 |
* Added Author support to post type
|
62 |
|
245 |
|
246 |
== Upgrade Notice ==
|
247 |
|
248 |
+
Moved plugin files to GitHub.
|