Removed last TODO flag and bumped version to 1.0.0

This commit is contained in:
Stefan Kalscheuer 2018-11-01 14:51:02 +01:00
parent 51e31c224f
commit 811bd94fa5
4 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stklcode/wp-liveticker2",
"version": "1.0.0-rc1",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
"wordpress",
@ -17,11 +17,11 @@
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.3",
"php": ">=5.2",
"composer/installers": "~1.0"
},
"require-dev": {
"php": ">=5.3",
"php": ">=5.2",
"consolidation/robo": "^1.0.0",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",

View File

@ -230,7 +230,6 @@ class WPLiveticker2 {
// Show RSS feed link, if configured.
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' ) . '';
if ( false === strpos( $feed_link, '&' ) ) {
$feed_link .= '?wplt2_ticker=' . $ticker;

View File

@ -1,6 +1,6 @@
{
"name": "wp-liveticker2",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",
"license": "GPL-2.0+",

View File

@ -9,11 +9,10 @@
* @wordpress-plugin
* Plugin Name: WP Liveticker 2
* Description: A simple Liveticker for WordPress.
* Version: 1.0.0-beta
* Version: 1.0.0
* Author: Stefan Kalscheuer
* Author URI: https://www.stklcode.de
* Text Domain: wplt2
* Domain Path: /lang
* License: GPLv2 or later
*
* WP Liveticker 2 is free software: you can redistribute it and/or modify