diff --git a/CHANGELOG.md b/CHANGELOG.md index 653bf4a..9ca8c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log # +## 2.3.5 ## +* Fix: Update plugin homepage link. + ## 2.3.4 ## * New: Add *Site Links* section to the *Links* settings tab to facilitate adding Goodreads and/or Barnes & Noble links. * Tweak: Optimize Javascript and CSS files. diff --git a/src/book-review.php b/src/book-review.php index 48b6805..f34b5b9 100755 --- a/src/book-review.php +++ b/src/book-review.php @@ -14,9 +14,9 @@ * * @wordpress-plugin * Plugin Name: Book Review - * Plugin URI: http://wpreviewplugins.com/downloads/book-review/ + * Plugin URI: http://wpreviewplugins.com/product/book-review/ * Description: Add book information such as title, author, publisher and cover photo to enhance your review posts. - * Version: 2.3.4 + * Version: 2.3.5 * Author: Donna Peplinskie * Author URI: http://donnapeplinskie.com/ * Text Domain: book-review diff --git a/src/includes/class-book-review-activator.php b/src/includes/class-book-review-activator.php index 741e611..c6f9e1d 100755 --- a/src/includes/class-book-review-activator.php +++ b/src/includes/class-book-review-activator.php @@ -28,7 +28,7 @@ class Book_Review_Activator { * @access protected * @var string */ - const VERSION = '2.3.4'; + const VERSION = '2.3.5'; /** * Fired when the plugin is activated. diff --git a/src/includes/class-book-review.php b/src/includes/class-book-review.php index 4c2c93a..46a9ef8 100755 --- a/src/includes/class-book-review.php +++ b/src/includes/class-book-review.php @@ -91,7 +91,7 @@ public static function get_instance() { */ private function __construct() { $this->plugin_name = 'book-review'; - $this->version = '2.3.4'; + $this->version = '2.3.5'; if ( !defined( 'BOOK_REVIEW_PLUGIN_DIR' ) ) { define( 'BOOK_REVIEW_PLUGIN_DIR', plugin_dir_path( dirname( __FILE__ ) ) ); diff --git a/src/languages/book-review-cs_CZ.po b/src/languages/book-review-cs_CZ.po index 1bc8cd2..cdf1cc8 100755 --- a/src/languages/book-review-cs_CZ.po +++ b/src/languages/book-review-cs_CZ.po @@ -353,7 +353,7 @@ msgid "Book Cover" msgstr "Obálka knihy" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-de_DE.po b/src/languages/book-review-de_DE.po index fba3770..5db92b1 100755 --- a/src/languages/book-review-de_DE.po +++ b/src/languages/book-review-de_DE.po @@ -349,7 +349,7 @@ msgid "Book Cover" msgstr "" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-es_ES.po b/src/languages/book-review-es_ES.po index 6163ecf..a00474e 100755 --- a/src/languages/book-review-es_ES.po +++ b/src/languages/book-review-es_ES.po @@ -348,7 +348,7 @@ msgid "Book Cover" msgstr "" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-fr_FR.po b/src/languages/book-review-fr_FR.po index cfab94f..1c5e9b1 100755 --- a/src/languages/book-review-fr_FR.po +++ b/src/languages/book-review-fr_FR.po @@ -353,7 +353,7 @@ msgid "Book Cover" msgstr "Couverture du livre" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-id_ID.po b/src/languages/book-review-id_ID.po index 84f1db2..d80ac6b 100755 --- a/src/languages/book-review-id_ID.po +++ b/src/languages/book-review-id_ID.po @@ -377,8 +377,8 @@ msgid "Book Cover" msgstr "Sampul Buku" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" -msgstr "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" +msgstr "http://wpreviewplugins.com/product/book-review/" #. Description of the plugin/theme msgid "" diff --git a/src/languages/book-review-it_IT.po b/src/languages/book-review-it_IT.po index 8b8efbd..99da49b 100755 --- a/src/languages/book-review-it_IT.po +++ b/src/languages/book-review-it_IT.po @@ -350,7 +350,7 @@ msgid "Book Cover" msgstr "" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-nb_NO.po b/src/languages/book-review-nb_NO.po index 4a68742..06f8d0e 100755 --- a/src/languages/book-review-nb_NO.po +++ b/src/languages/book-review-nb_NO.po @@ -375,8 +375,8 @@ msgid "Book Cover" msgstr "Bokomslag" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" -msgstr "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" +msgstr "http://wpreviewplugins.com/product/book-review/" #. Description of the plugin/theme msgid "" diff --git a/src/languages/book-review-nl_NL.po b/src/languages/book-review-nl_NL.po index 64a160c..6026c9b 100755 --- a/src/languages/book-review-nl_NL.po +++ b/src/languages/book-review-nl_NL.po @@ -404,8 +404,8 @@ msgid "Product" msgstr "Product" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" -msgstr "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" +msgstr "http://wpreviewplugins.com/product/book-review/" #. Description of the plugin/theme msgid "" diff --git a/src/languages/book-review-pt_BR.po b/src/languages/book-review-pt_BR.po index 1edc5e6..141790c 100644 --- a/src/languages/book-review-pt_BR.po +++ b/src/languages/book-review-pt_BR.po @@ -1456,7 +1456,7 @@ msgid "Product" msgstr "Produto" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-ru_RU.po b/src/languages/book-review-ru_RU.po index 2d5f8e2..281404f 100755 --- a/src/languages/book-review-ru_RU.po +++ b/src/languages/book-review-ru_RU.po @@ -355,7 +355,7 @@ msgid "Book Cover" msgstr "" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review-sr_RS.po b/src/languages/book-review-sr_RS.po index b789181..6cb6c28 100755 --- a/src/languages/book-review-sr_RS.po +++ b/src/languages/book-review-sr_RS.po @@ -394,8 +394,8 @@ msgid "Product" msgstr "Proizvod" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" -msgstr "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" +msgstr "http://wpreviewplugins.com/product/book-review/" #. Description of the plugin/theme msgid "" diff --git a/src/languages/book-review-sv_SE.po b/src/languages/book-review-sv_SE.po index aefd2d8..1fee555 100755 --- a/src/languages/book-review-sv_SE.po +++ b/src/languages/book-review-sv_SE.po @@ -372,8 +372,8 @@ msgid "Book Cover" msgstr "Bokomslag" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" -msgstr "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" +msgstr "http://wpreviewplugins.com/product/book-review/" #. Description of the plugin/theme msgid "" diff --git a/src/languages/book-review-zh_CN.po b/src/languages/book-review-zh_CN.po index 9daadde..7bc5ad9 100755 --- a/src/languages/book-review-zh_CN.po +++ b/src/languages/book-review-zh_CN.po @@ -351,7 +351,7 @@ msgid "Book Cover" msgstr "" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme diff --git a/src/languages/book-review.pot b/src/languages/book-review.pot index a3be356..ce679e2 100644 --- a/src/languages/book-review.pot +++ b/src/languages/book-review.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Book Review package. msgid "" msgstr "" -"Project-Id-Version: Book Review 2.3.4\n" +"Project-Id-Version: Book Review 2.3.5\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/build\n" -"POT-Creation-Date: 2016-03-17 10:42:55+00:00\n" +"POT-Creation-Date: 2016-03-24 10:50:57+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -1418,7 +1418,7 @@ msgid "Book Cover" msgstr "" #. Plugin URI of the plugin/theme -msgid "http://wpreviewplugins.com/downloads/book-review/" +msgid "http://wpreviewplugins.com/product/book-review/" msgstr "" #. Description of the plugin/theme