Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnowland committed Dec 8, 2020
1 parent db08f87 commit 6c1064f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions auto-deselect-uncategorized.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Auto-Deselect Uncategorized
* Plugin URI: https://github.com/gnowland/auto-deselect-uncategorized/
* 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.
* Version: 1.0.1
* Version: 1.0.2
*
* Requires at least: 5.0
* Requires PHP: 5.6
Expand Down Expand Up @@ -48,7 +48,7 @@ class Auto_Deselect_Uncategorized {
protected static $_instance = null;

/* @var str $version */
public static $version = '1.0.1';
public static $version = '1.0.2';

/**
* Main Auto_Deselect_Uncategorized Instance
Expand Down
4 changes: 2 additions & 2 deletions languages/auto-deselect-uncategorized.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GPL-3.0+.
msgid ""
msgstr ""
"Project-Id-Version: Auto-Deselect Uncategorized 1.0.1\n"
"Project-Id-Version: Auto-Deselect Uncategorized 1.0.2\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/auto-deselect-uncategorized\n"
"POT-Creation-Date: 2020-12-03 09:25:27+00:00\n"
"POT-Creation-Date: 2020-12-08 02:59:12+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auto-deselect-uncategorized",
"author": "gnowland",
"version": "1.0.1",
"version": "1.0.2",
"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).",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Tags:** taxonomy, taxonomies, terms, category, uncategorized, deuncategorize, deselect, uncheck, deselect uncategorized, uncheck uncategorized, admin, editor, block editor, gutenberg, post
**Requires at least:** 5.0.0
**Tested up to:** 5.5.3
**Stable tag:** 1.0.1
**Stable tag:** 1.0.2
**Requires PHP:** 5.6.0
**License:** GPLv3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -50,6 +50,9 @@ The plugin automatically targets the "Categories" taxonomy and uses the "Default

## Changelog ##

### 1.0.2 ###
* Update readme (short description & tags)

### 1.0.1 ###
* Improve build script
* Remove extraneous files from SVN repository
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://buymeacoff.ee/gnowland
Tags: taxonomy, taxonomies, terms, category, uncategorized, deuncategorize, deselect, uncheck, deselect uncategorized, uncheck uncategorized, admin, editor, block editor, gutenberg, post
Requires at least: 5.0.0
Tested up to: 5.5.3
Stable tag: 1.0.1
Stable tag: 1.0.2
Requires PHP: 5.6.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -50,6 +50,9 @@ The plugin automatically targets the "Categories" taxonomy and uses the "Default

== Changelog ==

= 1.0.2 =
* Update readme (short description & tags)

= 1.0.1 =
* Improve build script
* Remove extraneous files from SVN repository
Expand Down

0 comments on commit 6c1064f

Please sign in to comment.