Skip to content

Commit

Permalink
bump to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 29, 2017
1 parent 04b4ad6 commit aee9483
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/header.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion jekyll-exporter.php
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion languages/jekyll-export.pot
Expand Up @@ -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 ""
4 changes: 3 additions & 1 deletion readme.txt
Expand Up @@ -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

Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit aee9483

Please sign in to comment.