Skip to content

Commit 940b052

Browse files
authored
Merge pull request #38 from Emilia-Capital/v1.5
v1.5.1
2 parents c947b5a + 2c2374e commit 940b052

File tree

4 files changed

+12
-40
lines changed

4 files changed

+12
-40
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,9 @@ jobs:
2525
# After the deploy, we also want to create a zip and upload it to the release on Github. We don't want
2626
# users to have to go to the repository to find our plugin :).
2727
- name: Upload release asset
28-
uses: actions/upload-release-asset@v1
29-
env:
30-
# Note, this is an exception to action secrets: GH_TOKEN is always available and provides access to
31-
# the current repository this action runs in.
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
uses: Shopify/upload-to-release@master
3329
with:
34-
# Get the URL for uploading assets to the current release.
35-
upload_url: ${{ github.event.release.upload_url }}
36-
37-
# Provide the path to the file generated in the previous step using the output and the id of the step.
38-
asset_path: ${{ steps.deploy.outputs.zip-path }}
39-
40-
# Provide what the file should be named when attached to the release (plugin-name.zip)
41-
asset_name: ${{ github.event.repository.name }}.zip
42-
43-
# Provide the file type.
44-
asset_content_type: application/zip
30+
name: ${{ github.event.repository.name }}.zip
31+
path: ${{ steps.deploy.outputs.zip-path }}
32+
repo-token: ${{ secrets.GITHUB_TOKEN }}
33+
content-type: application/zip

.github/workflows/npm-diff.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

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.5
6+
* @version 1.5.1
77
*
88
* Plugin Name: Fewer Tags
99
* Plugin URI: https://fewertags.com/
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. Learn more about this plugin at fewertags.com.
1111
* Requires at least: 6.2
1212
* Requires PHP: 7.4
13-
* Version: 1.5
13+
* Version: 1.5.1
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.6
66
Requires PHP: 7.4
7-
Stable tag: 1.5
7+
Stable tag: 1.5.1
88
License: GPL3+
99
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
1010

@@ -64,6 +64,10 @@ Yes, that's why we created [Fewer Tags Pro](https://fewertags.com/)!
6464

6565
== Changelog ==
6666

67+
= 1.5.1 =
68+
69+
* Fixes a case where the `keywords` output in the Yoast SEO schema might be of the wrong type.
70+
6771
= 1.5 =
6872

6973
Enhancements:

0 commit comments

Comments
 (0)