Skip to content

Commit

Permalink
Merge pull request #38 from Emilia-Capital/v1.5
Browse files Browse the repository at this point in the history
v1.5.1
  • Loading branch information
aristath authored Jul 10, 2024
2 parents c947b5a + 2c2374e commit 940b052
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 40 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,9 @@ jobs:
# After the deploy, we also want to create a zip and upload it to the release on Github. We don't want
# users to have to go to the repository to find our plugin :).
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
# Note, this is an exception to action secrets: GH_TOKEN is always available and provides access to
# the current repository this action runs in.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: Shopify/upload-to-release@master
with:
# Get the URL for uploading assets to the current release.
upload_url: ${{ github.event.release.upload_url }}

# Provide the path to the file generated in the previous step using the output and the id of the step.
asset_path: ${{ steps.deploy.outputs.zip-path }}

# Provide what the file should be named when attached to the release (plugin-name.zip)
asset_name: ${{ github.event.repository.name }}.zip

# Provide the file type.
asset_content_type: application/zip
name: ${{ github.event.repository.name }}.zip
path: ${{ steps.deploy.outputs.zip-path }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
content-type: application/zip
21 changes: 0 additions & 21 deletions .github/workflows/npm-diff.yml

This file was deleted.

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.5
* @version 1.5.1
*
* Plugin Name: Fewer Tags
* Plugin URI: https://fewertags.com/
* 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.
* Requires at least: 6.2
* Requires PHP: 7.4
* Version: 1.5
* Version: 1.5.1
* 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.6
Requires PHP: 7.4
Stable tag: 1.5
Stable tag: 1.5.1
License: GPL3+
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

= 1.5.1 =

* Fixes a case where the `keywords` output in the Yoast SEO schema might be of the wrong type.

= 1.5 =

Enhancements:
Expand Down

0 comments on commit 940b052

Please sign in to comment.