Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Mar 5, 2017
1 parent a1fabb1 commit c90a1dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions traktivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' );
Expand Down

0 comments on commit c90a1dc

Please sign in to comment.