From 6587ac47efc17252c3b1f184ede4cac20419bf9e Mon Sep 17 00:00:00 2001 From: Tatsuya Fukata Date: Tue, 27 Jan 2015 00:00:15 +0700 Subject: [PATCH] change version v2.1.0 --- FlickrPress.php | 2 +- readme.txt | 8 ++++++-- wp-flickr-press.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/FlickrPress.php b/FlickrPress.php index cb75c7f..34b947c 100755 --- a/FlickrPress.php +++ b/FlickrPress.php @@ -22,7 +22,7 @@ class FlickrPress { // constants - const VERSION = '2.0.0'; + const VERSION = '2.1.0'; const NAME = 'FlickrPress'; const PREFIX = 'wpfp_'; const MEDIA_BUTTON_TYPE = 'flickr_media'; diff --git a/readme.txt b/readme.txt index cd6f396..f79707f 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: tatsuya, alexanderovsov Donate link: http://fukata.org/ Tags: images,flickr Requires at least: 3.8 -Tested up to: 3.9 -Stable tag: 2.0.0 +Tested up to: 4.1 +Stable tag: 2.1.0 Flickr integration for wordpress plugin. @@ -54,6 +54,10 @@ None 6. New UI 2 == Changelog == + += 2.1.0 = +* Feature(beta): Use flickr image to post thumbnail. + = 2.0.0 = * Feature: Add new UI. diff --git a/wp-flickr-press.php b/wp-flickr-press.php index d86002e..f31afaf 100755 --- a/wp-flickr-press.php +++ b/wp-flickr-press.php @@ -3,7 +3,7 @@ Plugin Name: wp-flickr-press Plugin URI: http://fukata.org/dev/wp-plugin/wp-flickr-press/ Description: Flickr integration for wordpress plugin. -Version: 2.0.0 +Version: 2.1.0 Author: Tatsuya Fukata, Alexander Ovsov Author URI: http://fukata.org */