Version Description
- Bug fix
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 2.2.4 |
Comparing to | |
See all releases |
Code changes from version 2.2.3 to 2.2.4
- ditty-news-ticker.php +2 -2
- legacy/admin/edit-columns.php +2 -2
- readme.txt +3 -0
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.2.
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
@@ -29,7 +29,7 @@ along with this program; if not, write to the Free Software
|
|
29 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
30 |
*/
|
31 |
|
32 |
-
define( 'MTPHR_DNT_VERSION', '2.2.
|
33 |
define( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path( __FILE__ )) );
|
34 |
define( 'MTPHR_DNT_FILE', trailingslashit( __FILE__ ) );
|
35 |
define( 'MTPHR_DNT_STORE_URL', 'https://www.metaphorcreations.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.2.4
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
29 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
30 |
*/
|
31 |
|
32 |
+
define( 'MTPHR_DNT_VERSION', '2.2.4' );
|
33 |
define( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path( __FILE__ )) );
|
34 |
define( 'MTPHR_DNT_FILE', trailingslashit( __FILE__ ) );
|
35 |
define( 'MTPHR_DNT_STORE_URL', 'https://www.metaphorcreations.com' );
|
legacy/admin/edit-columns.php
CHANGED
@@ -158,7 +158,7 @@ add_action( 'restrict_manage_posts','mtphr_dnt_edit_screen_filters' );
|
|
158 |
|
159 |
|
160 |
/* --------------------------------------------------------- */
|
161 |
-
/* !Filter the list of tickers -
|
162 |
/* --------------------------------------------------------- */
|
163 |
|
164 |
function mtphr_dnt_parse_query( $query ) {
|
@@ -166,7 +166,7 @@ function mtphr_dnt_parse_query( $query ) {
|
|
166 |
global $pagenow;
|
167 |
$qv = &$query->query_vars;
|
168 |
|
169 |
-
if ( $pagenow=='edit.php' && $qv['post_type']
|
170 |
|
171 |
$meta_query = array();
|
172 |
|
158 |
|
159 |
|
160 |
/* --------------------------------------------------------- */
|
161 |
+
/* !Filter the list of tickers - 2.2.4 */
|
162 |
/* --------------------------------------------------------- */
|
163 |
|
164 |
function mtphr_dnt_parse_query( $query ) {
|
166 |
global $pagenow;
|
167 |
$qv = &$query->query_vars;
|
168 |
|
169 |
+
if ( $pagenow=='edit.php' && isset( $qv['post_type'] ) && 'ditty_news_ticker' == $qv['post_type'] ) {
|
170 |
|
171 |
$meta_query = array();
|
172 |
|
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.2.3 =
|
76 |
* Bug fix
|
77 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.2.4 =
|
76 |
+
* Bug fix
|
77 |
+
|
78 |
= 2.2.3 =
|
79 |
* Bug fix
|
80 |
|