Skip to content

Commit aee9483

Browse files
committed
bump to v2.2.3
1 parent 04b4ad6 commit aee9483

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/header.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Contributors: benbalter
33
Tags: jekyll, github, github pages, yaml, export
44
Requires at least: 4.4
55
Tested up to: 4.6.0
6-
Stable tag: 2.2.2
6+
Stable tag: 2.2.3
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html

jekyll-exporter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: WordPress to Jekyll Exporter
1313
* Plugin URI: https://github.com/benbalter/wordpress-to-jekyll-exporter/
1414
* Description: Exports WordPress posts, pages, and options as YAML files parsable by Jekyll
15-
* Version: 2.2.2
15+
* Version: 2.2.3
1616
* Author: Ben Balter
1717
* Author URI: http://ben.balter.com
1818
* Text Domain: jekyll-export

languages/jekyll-export.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ msgstr ""
1313
"X-Poedit-SourceCharset: UTF-8\n"
1414
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1515

16-
#: jekyll-exporter.php:119, jekyll-exporter.php:119
16+
#: jekyll-exporter.php:112, jekyll-exporter.php:112
1717
msgid "Export to Jekyll"
1818
msgstr ""

readme.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: benbalter
33
Tags: jekyll, github, github pages, yaml, export
44
Requires at least: 4.4
55
Tested up to: 4.6.0
6-
Stable tag: 2.2.2
6+
Stable tag: 2.2.3
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -77,6 +77,8 @@ The custom post type will be exported as a Jekyll collection. You'll need to ini
7777
1. `sudo apt-get update`
7878
1. `sudo apt install composer`
7979
1. `sudo apt install php7.0-xml`
80+
1. `sudo apt install php7.0-mysql`
81+
1. `sudo apt install php7.0-zip`
8082
1. `sudo apt install php-mbstring`
8183
1. `sudo apt install subversion`
8284
1. `sudo apt install mysql-server`

0 commit comments

Comments
 (0)