Skip to content

Commit f97a0b2

Browse files
committed
Tag 1.3.3
1 parent 679281d commit f97a0b2

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- "v*"
7-
workflow_dispatch:
87

98
jobs:
109
tag:
@@ -17,11 +16,7 @@ jobs:
1716
composer install --no-dev --no-interaction --no-progress --optimize-autoloader
1817
- name: WordPress Plugin Deploy
1918
uses: 10up/action-wordpress-plugin-deploy@stable
20-
id: deploy
21-
with:
22-
dry-run: true
23-
generate-zip: true
2419
env:
2520
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2621
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
27-
SLUG: fewer-tags # optional, remove if GitHub repo name matches SVN slug, including capitalization
22+
SLUG: fewer-tags
File renamed without changes.
File renamed without changes.

fewer-tags.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* Plugin that redirects tag pages to the home page if they contain fewer than a specified number of posts.
44
*
55
* @package FewerTags
6-
* @version 1.3.2
6+
* @version 1.3.3
77
*
88
* Plugin Name: Fewer Tags
99
* Plugin URI: https://joost.blog/plugins/fewer-tags/
1010
* Description: Redirects tag pages to the home page if they contain fewer than a specified number of posts, defaults to 10. Change under Settings > Reading. Results in fewer useFewer tags, which is good for SEO.
1111
* Requires at least: 6.2
1212
* Requires PHP: 7.4
13-
* Version: 1.3.2
13+
* Version: 1.3.3
1414
* Author: Joost de Valk
1515
* Author URI: https://joost.blog
1616
* License: GPL-3.0+

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: tag, tags, seo
44
Requires at least: 6.2
55
Tested up to: 6.4
66
Requires PHP: 7.4
7-
Stable tag: 1.3.2
7+
Stable tag: 1.3.3
88
License: GPL3+
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -46,6 +46,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
4646

4747
== Changelog ==
4848

49+
= 1.3.3 =
50+
51+
* Minor stability fixes.
52+
4953
= 1.3.2 =
5054

5155
* Fix fatal error caused by not loading the autoload file.

0 commit comments

Comments
 (0)