Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Jun 10, 2021
1 parent f418862 commit 969cf90
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Contributors: benbalter
Tags: jekyll, github, github pages, yaml, export
Requires at least: 4.4
Tested up to: 5.7
Stable tag: 2.3.1
Stable tag: 2.3.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
2 changes: 1 addition & 1 deletion jekyll-exporter.php
Original file line number Diff line number Diff line change
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.3.1
* Version: 2.3.2
* Author: Ben Balter
* Author URI: http://ben.balter.com
* Text Domain: jekyll-export
Expand Down
6 changes: 3 additions & 3 deletions languages/jekyll-export.pot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2021 WordPress Jekyll Export 2.3.1
# This file is distributed under the same license as the WordPress Jekyll Export 2.3.1 package.
# Copyright (C) 2021 WordPress Jekyll Export 2.3.2
# This file is distributed under the same license as the WordPress Jekyll Export 2.3.2 package.
msgid ""
msgstr ""
"Project-Id-Version: WordPress Jekyll Export 2.3.1\n"
"Project-Id-Version: WordPress Jekyll Export 2.3.2\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: benbalter
Tags: jekyll, github, github pages, yaml, export
Requires at least: 4.4
Tested up to: 5.7
Stable tag: 2.3.1
Stable tag: 2.3.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

= Prerequisites =

1. `sudo apt-get update`
1. `sudo apt-get install composer`
1. `sudo apt-get install php7.3-xml`
Expand All @@ -116,14 +117,21 @@ The custom post type will be exported as a Jekyll collection. You'll need to ini
1. `sudo pear install PHP_CodeSniffer`

= Bootstrap & Setup =

1. `git clone https://github.com/benbalter/wordpress-to-jekyll-exporter`
2. `cd wordpress-to-jekyll-exporter`
3. `script/bootstrap`
4. `script/setup`

= Running tests =

`script/cibuild`

== Testing locally via Docker ==

1. `git clone https://github.com/benbalter/wordpress-to-jekyll-exporter`
2. `docker-compose up`
3. `open localhost:8088`

== Minimum required PHP version ==

Expand Down

0 comments on commit 969cf90

Please sign in to comment.