Removed last TODO flag and bumped version to 1.0.0
This commit is contained in:
parent
51e31c224f
commit
811bd94fa5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode/wp-liveticker2",
|
"name": "stklcode/wp-liveticker2",
|
||||||
"version": "1.0.0-rc1",
|
"version": "1.0.0",
|
||||||
"description": "A simple Liveticker for Wordpress.",
|
"description": "A simple Liveticker for Wordpress.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
@ -17,11 +17,11 @@
|
|||||||
],
|
],
|
||||||
"type": "wordpress-plugin",
|
"type": "wordpress-plugin",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3",
|
"php": ">=5.2",
|
||||||
"composer/installers": "~1.0"
|
"composer/installers": "~1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"php": ">=5.3",
|
"php": ">=5.2",
|
||||||
"consolidation/robo": "^1.0.0",
|
"consolidation/robo": "^1.0.0",
|
||||||
"phpunit/phpunit": "*",
|
"phpunit/phpunit": "*",
|
||||||
"phpunit/php-code-coverage": "*",
|
"phpunit/php-code-coverage": "*",
|
||||||
|
@ -230,7 +230,6 @@ class WPLiveticker2 {
|
|||||||
|
|
||||||
// Show RSS feed link, if configured.
|
// Show RSS feed link, if configured.
|
||||||
if ( $show_feed ) {
|
if ( $show_feed ) {
|
||||||
// TODO: For some reason get_term_feed_link() does not give the desired result...
|
|
||||||
$feed_link = get_post_type_archive_feed_link( 'wplt2_tick' ) . '';
|
$feed_link = get_post_type_archive_feed_link( 'wplt2_tick' ) . '';
|
||||||
if ( false === strpos( $feed_link, '&' ) ) {
|
if ( false === strpos( $feed_link, '&' ) ) {
|
||||||
$feed_link .= '?wplt2_ticker=' . $ticker;
|
$feed_link .= '?wplt2_ticker=' . $ticker;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wp-liveticker2",
|
"name": "wp-liveticker2",
|
||||||
"version": "1.0.0-beta",
|
"version": "1.0.0",
|
||||||
"description": "A simple Liveticker for Wordpress.",
|
"description": "A simple Liveticker for Wordpress.",
|
||||||
"author": "Stefan Kalscheuer",
|
"author": "Stefan Kalscheuer",
|
||||||
"license": "GPL-2.0+",
|
"license": "GPL-2.0+",
|
||||||
|
@ -9,11 +9,10 @@
|
|||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: WP Liveticker 2
|
* Plugin Name: WP Liveticker 2
|
||||||
* Description: A simple Liveticker for WordPress.
|
* Description: A simple Liveticker for WordPress.
|
||||||
* Version: 1.0.0-beta
|
* Version: 1.0.0
|
||||||
* Author: Stefan Kalscheuer
|
* Author: Stefan Kalscheuer
|
||||||
* Author URI: https://www.stklcode.de
|
* Author URI: https://www.stklcode.de
|
||||||
* Text Domain: wplt2
|
* Text Domain: wplt2
|
||||||
* Domain Path: /lang
|
|
||||||
* License: GPLv2 or later
|
* License: GPLv2 or later
|
||||||
*
|
*
|
||||||
* WP Liveticker 2 is free software: you can redistribute it and/or modify
|
* WP Liveticker 2 is free software: you can redistribute it and/or modify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user