Skip to content

Commit 1223404

Browse files
committed
release v1.0.1
1 parent 98fd072 commit 1223404

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

auto-deselect-uncategorized.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: Auto-Deselect Uncategorized
1313
* Plugin URI: https://github.com/gnowland/auto-deselect-uncategorized/
1414
* Description: Automatically deselect the "Uncategorized" category (or your custom default post category) when another category is selected, and select it when no other categories are selected.
15-
* Version: 1.0.0
15+
* Version: 1.0.1
1616
*
1717
* Requires at least: 5.0
1818
* Requires PHP: 5.6
@@ -48,7 +48,7 @@ class Auto_Deselect_Uncategorized {
4848
protected static $_instance = null;
4949

5050
/* @var str $version */
51-
public static $version = '1.0.0';
51+
public static $version = '1.0.1';
5252

5353
/**
5454
* Main Auto_Deselect_Uncategorized Instance

languages/auto-deselect-uncategorized.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the GPL-3.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Auto-Deselect Uncategorized 1.0.0\n"
5+
"Project-Id-Version: Auto-Deselect Uncategorized 1.0.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/auto-deselect-uncategorized\n"
8-
"POT-Creation-Date: 2020-11-23 17:26:45+00:00\n"
8+
"POT-Creation-Date: 2020-12-03 09:25:27+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "auto-deselect-uncategorized",
33
"author": "gnowland",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Automatically and visibly deselect the \"Uncategorized\" category (or your custom default post category) when another category is selected, and select it when no other categories are selected. Supports WordPress 5.0+ Block Editor (Gutenberg).",
66
"repository": {
77
"type": "git",

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** taxonomy, taxonomies, terms, category, uncategorized, deuncategorize, deselect uncategorized, admin, editor, block editor, gutenberg, react, interface, ui, post, metabox
55
**Requires at least:** 5.0.0
66
**Tested up to:** 5.5.3
7-
**Stable tag:** 1.0.0
7+
**Stable tag:** 1.0.1
88
**Requires PHP:** 5.6.0
99
**License:** GPLv3 or later
1010
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html
@@ -50,6 +50,10 @@ The plugin automatically targets the "Categories" taxonomy and uses the "Default
5050

5151
## Changelog ##
5252

53+
### 1.0.1 ###
54+
* Improve build script
55+
* Remove extraneous files from SVN repository
56+
5357
### 1.0 ###
5458
* Initial release
5559

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://buymeacoff.ee/gnowland
44
Tags: taxonomy, taxonomies, terms, category, uncategorized, deuncategorize, deselect uncategorized, admin, editor, block editor, gutenberg, react, interface, ui, post, metabox
55
Requires at least: 5.0.0
66
Tested up to: 5.5.3
7-
Stable tag: 1.0.0
7+
Stable tag: 1.0.1
88
Requires PHP: 5.6.0
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -50,6 +50,10 @@ The plugin automatically targets the "Categories" taxonomy and uses the "Default
5050

5151
== Changelog ==
5252

53+
= 1.0.1 =
54+
* Improve build script
55+
* Remove extraneous files from SVN repository
56+
5357
= 1.0 =
5458
* Initial release
5559

0 commit comments

Comments
 (0)