From 0cb93e12820e252359023a29bab247a4dd0c8a77 Mon Sep 17 00:00:00 2001 From: Gary Kovar Date: Sat, 7 Jan 2017 20:56:49 -0500 Subject: [PATCH] Updates version number. --- db-checkpoint.php | 2 +- readme.md | 3 +++ readme.txt | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/db-checkpoint.php b/db-checkpoint.php index a197a7e..ed6ef52 100644 --- a/db-checkpoint.php +++ b/db-checkpoint.php @@ -3,7 +3,7 @@ * Plugin Name: DB Snapshot * Plugin URI: https://www.binarygary.com/ * Description: Extends WP-CLI to include a db snapshot for development purposes. - * Version: 0.2.1 + * Version: 0.2.2 * Author: Gary Kovar * Author URI: https://www.binarygary.com/ * Donate link: https://bethematch.org/ diff --git a/readme.md b/readme.md index b951f1b..e9d132b 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,9 @@ Because I haven't built it yet. I'm filling in commands as I need them, which me ## Changelog +### 0.2.2 ### +* Adds flag --dev which prompts. + ### 0.2.1 ### * Adds flag --dumplog which removes the debug.log file. diff --git a/readme.txt b/readme.txt index b7a3bbb..d38c829 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ **Tags: database, wp-cli **Requires at least: 4.4 **Tested up to: 4.6.1 -**Stable tag: 0.2.1 +**Stable tag: 0.2.2 **License: GPLv2 **License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -35,6 +35,9 @@ wp-content/checkpoint-storage/ ## Changelog ## +### 0.2.2 ### +* Adds flag --dev which prompts + ### 0.2.1 ### * Adds flag --dumplog which removes the debug.log file.