diff --git a/docs/header.md b/docs/header.md index 27308b1f..39d02ac5 100644 --- a/docs/header.md +++ b/docs/header.md @@ -3,6 +3,6 @@ Contributors: benbalter Tags: jekyll, github, github pages, yaml, export Requires at least: 4.4 Tested up to: 4.6.0 -Stable tag: 2.2.2 +Stable tag: 2.2.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/jekyll-exporter.php b/jekyll-exporter.php index c1ad5992..87ff655c 100644 --- a/jekyll-exporter.php +++ b/jekyll-exporter.php @@ -12,7 +12,7 @@ * Plugin Name: WordPress to Jekyll Exporter * Plugin URI: https://github.com/benbalter/wordpress-to-jekyll-exporter/ * Description: Exports WordPress posts, pages, and options as YAML files parsable by Jekyll - * Version: 2.2.2 + * Version: 2.2.3 * Author: Ben Balter * Author URI: http://ben.balter.com * Text Domain: jekyll-export diff --git a/languages/jekyll-export.pot b/languages/jekyll-export.pot index 479e7037..2bafbf83 100644 --- a/languages/jekyll-export.pot +++ b/languages/jekyll-export.pot @@ -13,6 +13,6 @@ msgstr "" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: jekyll-exporter.php:119, jekyll-exporter.php:119 +#: jekyll-exporter.php:112, jekyll-exporter.php:112 msgid "Export to Jekyll" msgstr "" diff --git a/readme.txt b/readme.txt index f214936f..6cdd1aad 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: benbalter Tags: jekyll, github, github pages, yaml, export Requires at least: 4.4 Tested up to: 4.6.0 -Stable tag: 2.2.2 +Stable tag: 2.2.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -77,6 +77,8 @@ The custom post type will be exported as a Jekyll collection. You'll need to ini 1. `sudo apt-get update` 1. `sudo apt install composer` 1. `sudo apt install php7.0-xml` +1. `sudo apt install php7.0-mysql` +1. `sudo apt install php7.0-zip` 1. `sudo apt install php-mbstring` 1. `sudo apt install subversion` 1. `sudo apt install mysql-server`