Skip to content

Commit

Permalink
Tag 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Dec 14, 2023
1 parent 679281d commit f97a0b2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "v*"
workflow_dispatch:

jobs:
tag:
Expand All @@ -17,11 +16,7 @@ jobs:
composer install --no-dev --no-interaction --no-progress --optimize-autoloader
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
id: deploy
with:
dry-run: true
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: fewer-tags # optional, remove if GitHub repo name matches SVN slug, including capitalization
SLUG: fewer-tags
File renamed without changes.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions fewer-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* Plugin that redirects tag pages to the home page if they contain fewer than a specified number of posts.
*
* @package FewerTags
* @version 1.3.2
* @version 1.3.3
*
* Plugin Name: Fewer Tags
* Plugin URI: https://joost.blog/plugins/fewer-tags/
* 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.
* Requires at least: 6.2
* Requires PHP: 7.4
* Version: 1.3.2
* Version: 1.3.3
* Author: Joost de Valk
* Author URI: https://joost.blog
* License: GPL-3.0+
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: tag, tags, seo
Requires at least: 6.2
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.3.2
Stable tag: 1.3.3
License: GPL3+
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

= 1.3.3 =

* Minor stability fixes.

= 1.3.2 =

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

0 comments on commit f97a0b2

Please sign in to comment.