diff --git a/docs/header.md b/docs/header.md index 68ae9442..9aacf9b0 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: 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 diff --git a/jekyll-exporter.php b/jekyll-exporter.php index 55aab25a..04d7aa6a 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.3.1 + * Version: 2.3.2 * 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 4670ea90..c609161a 100644 --- a/languages/jekyll-export.pot +++ b/languages/jekyll-export.pot @@ -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" diff --git a/readme.txt b/readme.txt index 65c62bc5..df0758bf 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: 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 @@ -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` @@ -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 ==