From 06c150b01a83ff41788052c1817361f4bd037605 Mon Sep 17 00:00:00 2001 From: Aurooba Ahmed Date: Mon, 27 Feb 2023 08:55:41 -0700 Subject: [PATCH] update version and readme changelog --- languages/createwithrani-quickpost.pot | 2 +- package-lock.json | 2 +- package.json | 2 +- quickpost.php | 2 +- readme.txt | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/languages/createwithrani-quickpost.pot b/languages/createwithrani-quickpost.pot index 8f61e50..0973244 100644 --- a/languages/createwithrani-quickpost.pot +++ b/languages/createwithrani-quickpost.pot @@ -2,7 +2,7 @@ # This file is distributed under the same license as the QuickPost plugin. msgid "" msgstr "" -"Project-Id-Version: QuickPost 0.1.4\n" +"Project-Id-Version: QuickPost 0.1.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/quickpost\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/package-lock.json b/package-lock.json index 9343e2c..e9f4867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "quick-post-button", - "version": "0.1.0", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae6b6a6..7882b58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickpost", - "version": "0.1.4", + "version": "0.1.5", "main": "index.js", "author": "Aurooba Ahmed", "scripts": { diff --git a/quickpost.php b/quickpost.php index 8994f5d..bc20043 100644 --- a/quickpost.php +++ b/quickpost.php @@ -7,7 +7,7 @@ * Author URI: https://aurooba.com * Text Domain: createwithrani-quickpost * Domain Path: /languages - * Version: 0.1.4 + * Version: 0.1.5 * * @package createwithrani-quickpost */ diff --git a/readme.txt b/readme.txt index 3644f15..b0d80c5 100644 --- a/readme.txt +++ b/readme.txt @@ -62,6 +62,10 @@ The plugin provides a filter called `QuickPostDisplay` to help you affect QuickP == Changelog == += 0.1.5 - Feb 27, 2023 = + +* Adds a new keyboard shortcut to create a new post directly from your keyboard (Ctrl + Option + N on Mac or Alt + Shift + N on Windows) + = 0.1.4 - May 10, 2022 = * Looks like the last release didn't get pushed correctly, so this is a push to actually fix the `common.min.css` problem.