Skip to content

Commit

Permalink
chore: bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iniznet committed Sep 29, 2024
1 parent 536bb48 commit 3cc46c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.0 - 2024-09-29](https://github.com/iniznet/authcred/releases/tag/v1.4.0)

### Enhancements
* Lower `pre_get_posts` priority to 1000, to prevent conflict with other plugins and make sure people can visit the locked post without any issue.
* Replace `is_post_status_viewable` with `post_link` and `post_type_link` filter, to display locked post permalink in the correct format as normal post.

## [1.3.1 - 2024-04-21](https://github.com/iniznet/authcred/releases/tag/v1.3.1)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion authcred.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: AuthCRED
* Plugin URI: https://github.com/iniznet/authcred
* Description: Provide simple authentication alongside mycred integration with shortcodes
* Version: 1.3.1
* Version: 1.4.0
* Requires at least: 5.8
* Requires PHP: 7.2
* Author: niznet
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authcred",
"version": "1.3.0",
"version": "1.4.0",
"description": "AuthCRED WP Plugin.",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "AuthCRED",
"version" : "1.3.1",
"download_url" : "https://github.com/iniznet/authcred/releases/download/v1.3.1/authcred-v1.3.1.zip",
"version" : "1.4.0",
"download_url" : "https://github.com/iniznet/authcred/releases/download/v1.4.0/authcred-v1.4.0.zip",
"sections" : {
"description" : "Provide Authentication pages & system alongside mycred integration."
}
Expand Down

0 comments on commit 3cc46c5

Please sign in to comment.