diff --git a/bin/deploy.sh b/bin/deploy.sh index efdcecf3..2df91cdb 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -49,7 +49,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then svn co -q "http://svn.wp-plugins.org/$THEMEISLE_REPO" svn # Copy new content to svn trunk. - rsync -r -p --delete dist/* svn/trunk + rsync -r -p --delete --exclude=".*" dist/* svn/trunk # Create new SVN tag. mkdir -p svn/tags/$THEMEISLE_VERSION diff --git a/css/feedzy-rss-feeds.css b/css/feedzy-rss-feeds.css index 22981813..17e79b5c 100755 --- a/css/feedzy-rss-feeds.css +++ b/css/feedzy-rss-feeds.css @@ -2,7 +2,7 @@ * feedzy-rss-feeds.css * Feedzy RSS Feed * Copyright: (c) 2016 Themeisle, themeisle.com - * Version: 3.0.11 + * Version: 3.0.12 * Plugin Name: FEEDZY RSS Feeds * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/ * Author: Themeisle diff --git a/feedzy-rss-feed.php b/feedzy-rss-feed.php index 5c88fb72..b2100d8d 100755 --- a/feedzy-rss-feed.php +++ b/feedzy-rss-feed.php @@ -15,7 +15,7 @@ * Plugin Name: Feedzy RSS Feeds Lite * Plugin URI: https://themeisle.com/plugins/feedzy-rss-feeds-lite/ * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. - * Version: 3.0.11 + * Version: 3.0.12 * Author: Themeisle * Author URI: http://themeisle.com * License: GPL-2.0+ diff --git a/includes/feedzy-rss-feeds.php b/includes/feedzy-rss-feeds.php index 42dc36ea..9b7b7158 100755 --- a/includes/feedzy-rss-feeds.php +++ b/includes/feedzy-rss-feeds.php @@ -104,7 +104,7 @@ public static function instance() { */ public function init() { self::$plugin_name = 'feedzy-rss-feeds'; - self::$version = '3.0.11'; + self::$version = '3.0.12'; self::$instance->load_dependencies(); self::$instance->set_locale(); self::$instance->define_admin_hooks(); diff --git a/package.json b/package.json index c7ea83c5..ff64e887 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedzy-rss-feeds", - "version": "3.0.11", + "version": "3.0.12", "description": "Feedzy RSS Feeds Lite", "repository": { "type": "git",