diff --git a/readme.txt b/readme.txt index 84228a1..3e61ade 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Traktivity === Contributors: jeherve Tags: Trakt.tv, TV, Activity, Track, tmdb, Movies, TV Shows, Trakt, Log -Stable tag: 1.0.0 +Stable tag: 1.1.0 Requires at least: 4.7 Tested up to: 4.7 @@ -42,7 +42,7 @@ Do you like that header image? Me too! Credit goes to [Andrew Branch](https://un == Changelog == = 1.1.0 = -Release Date: +Release Date: March 5, 2017 * Add more information to our Settings page. * Implement system to check API credentials from the Settings page. diff --git a/traktivity.php b/traktivity.php index 628bbec..7f624d5 100644 --- a/traktivity.php +++ b/traktivity.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/traktivity * Description: Log your activity on Trakt.tv * Author: Jeremy Herve - * Version: 1.0.0 + * Version: 1.1.0 * Author URI: https://jeremy.hu * License: GPL2+ * Text Domain: traktivity @@ -15,7 +15,7 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); -define( 'TRAKTIVITY__VERSION', '1.0.0' ); +define( 'TRAKTIVITY__VERSION', '1.1.0' ); define( 'TRAKTIVITY__API_URL', 'https://api.trakt.tv' ); define( 'TRAKTIVITY__API_VERSION', '2' ); define( 'TRAKTIVITY__TMDB_API_URL', 'https://api.themoviedb.org' );