Skip to content

Commit 969cf90

Browse files
committed
bump version
1 parent f418862 commit 969cf90

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
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: 5.7
6-
Stable tag: 2.3.1
6+
Stable tag: 2.3.2
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.3.1
15+
* Version: 2.3.2
1616
* Author: Ben Balter
1717
* Author URI: http://ben.balter.com
1818
* Text Domain: jekyll-export

languages/jekyll-export.pot

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Copyright (C) 2021 WordPress Jekyll Export 2.3.1
2-
# This file is distributed under the same license as the WordPress Jekyll Export 2.3.1 package.
1+
# Copyright (C) 2021 WordPress Jekyll Export 2.3.2
2+
# This file is distributed under the same license as the WordPress Jekyll Export 2.3.2 package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WordPress Jekyll Export 2.3.1\n"
5+
"Project-Id-Version: WordPress Jekyll Export 2.3.2\n"
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"

readme.txt

+9-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: 5.7
6-
Stable tag: 2.3.1
6+
Stable tag: 2.3.2
77
License: GPLv3 or later
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -104,6 +104,7 @@ The custom post type will be exported as a Jekyll collection. You'll need to ini
104104
== Developing locally ==
105105

106106
= Prerequisites =
107+
107108
1. `sudo apt-get update`
108109
1. `sudo apt-get install composer`
109110
1. `sudo apt-get install php7.3-xml`
@@ -116,14 +117,21 @@ The custom post type will be exported as a Jekyll collection. You'll need to ini
116117
1. `sudo pear install PHP_CodeSniffer`
117118

118119
= Bootstrap & Setup =
120+
119121
1. `git clone https://github.com/benbalter/wordpress-to-jekyll-exporter`
120122
2. `cd wordpress-to-jekyll-exporter`
121123
3. `script/bootstrap`
122124
4. `script/setup`
123125

124126
= Running tests =
127+
125128
`script/cibuild`
126129

130+
== Testing locally via Docker ==
131+
132+
1. `git clone https://github.com/benbalter/wordpress-to-jekyll-exporter`
133+
2. `docker-compose up`
134+
3. `open localhost:8088`
127135

128136
== Minimum required PHP version ==
129137

0 commit comments

Comments
 (0)