Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Mar 7, 2018
1 parent 8d77f04 commit 713a967
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion css/feedzy-rss-feeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* feedzy-rss-feeds.css
* Feedzy RSS Feed
* Copyright: (c) 2016 Themeisle, themeisle.com
* Version: 3.2.8
* Version: 3.2.9
* Plugin Name: FEEDZY RSS Feeds
* Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
* Author: Themeisle
Expand Down
2 changes: 1 addition & 1 deletion feedzy-rss-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Feedzy RSS Feeds Lite
* Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/
* Description: A small and lightweight RSS aggregator plugin. Fast and very easy to use, it allows you to aggregate multiple RSS feeds into your WordPress site through fully customizable shortcodes & widgets.
* Version: 3.2.8
* Version: 3.2.9
* Author: Themeisle
* Author URI: http://themeisle.com
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion includes/feedzy-rss-feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function instance() {
*/
public function init() {
self::$plugin_name = 'feedzy-rss-feeds';
self::$version = '3.2.8';
self::$version = '3.2.9';
self::$instance->load_dependencies();
self::$instance->set_locale();
self::$instance->define_admin_hooks();
Expand Down
16 changes: 8 additions & 8 deletions languages/feedzy-rss-feeds.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Feedzy RSS Feeds Lite 3.2.6\n"
"Project-Id-Version: Feedzy RSS Feeds Lite 3.2.8\n"
"Report-Msgid-Bugs-To: https://github.com/Codeinwp/feedzy-rss-feeds/issues\n"
"POT-Creation-Date: 2018-01-05 12:16:57+00:00\n"
"POT-Creation-Date: 2018-03-07 09:46:44+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -32,20 +32,20 @@ msgstr ""
msgid "Sorry, this feed is currently unavailable or does not exists anymore."
msgstr ""

#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:427
#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:434
#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:485
#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:492
msgid "Feed URL: %s not valid and removed from fetch."
msgstr ""

#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:718
#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:784
msgid "by"
msgstr ""

#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:724
#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:790
msgid "on"
msgstr ""

#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:726
#: includes/abstract/feedzy-rss-feeds-admin-abstract.php:792
msgid "at"
msgstr ""

Expand Down Expand Up @@ -431,7 +431,7 @@ msgstr ""
msgid "Password"
msgstr ""

#: includes/layouts/settings.php:111
#: includes/layouts/settings.php:113
msgid "Save"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feedzy-rss-feeds",
"version": "3.2.8",
"version": "3.2.9",
"description": "Feedzy RSS Feeds - lite version",
"repository": {
"type": "git",
Expand Down

0 comments on commit 713a967

Please sign in to comment.