Skip to content

Commit

Permalink
Prepare for 1.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Mar 5, 2017
1 parent 5f509d4 commit 8750346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion 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.1.1
Stable tag: 1.1.2
Requires at least: 4.7
Tested up to: 4.7
License: GPLv2
Expand Down Expand Up @@ -42,6 +42,12 @@ Do you like that header image? Me too! Credit goes to [Andrew Branch](https://un

== Changelog ==

= 1.1.2 =
Release Date: March 5, 2017

* Fix link on Settings page.
* Only log the episode title as post title for each event.

= 1.1.1 =
Release Date: March 5, 2017

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.1.1
* Version: 1.1.2
* 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.1.1' );
define( 'TRAKTIVITY__VERSION', '1.1.2' );
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 8750346

Please sign in to comment.