Skip to content

Commit

Permalink
Version number updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 11, 2018
1 parent daf41ea commit 08c12c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Automatically send your posts as Tweets.
* Tags: accessibility, WordPress
* Requires at least: 4.4
* Tested up to: 4.9
* Stable tag: `3.3.2`
* Stable tag: `3.3.6`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
6 changes: 5 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 4.9
Requires PHP: 5.3
License: GPLv2 or later
Text Domain: wp-to-twitter
Stable tag: 3.3.5
Stable tag: 3.3.6

Posts a Twitter update when you update your WordPress blog or add a link, with your chosen URL shortening service.

Expand Down Expand Up @@ -65,6 +65,10 @@ Check out my <a href="https://github.com/joedolson/plugin-extensions/tree/master

== Changelog ==

= 3.3.6 =

* Bug fix: Check for existing short URL should not run when parsing text of Tweets for URLs.

= 3.3.5 =

* Bug fix: Assignment replaced with comparison in connection creation.
Expand Down
4 changes: 2 additions & 2 deletions src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.3.5
* Version: 3.3.6
*/

/*
Expand Down Expand Up @@ -56,7 +56,7 @@
require_once( plugin_dir_path( __FILE__ ) . 'wpt-rate-limiting.php' );

global $wpt_version;
$wpt_version = '3.3.5';
$wpt_version = '3.3.6';

add_action( 'init', 'wpt_load_textdomain' );
/**
Expand Down

0 comments on commit 08c12c0

Please sign in to comment.