Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Jul 3, 2024
1 parent c9a6bd1 commit d15f1a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redirect-txt",
"version": "0.2.3",
"version": "0.2.4",
"description": "A simple yet powerful redirection plugin. Provide a simple list of URLs and their destinations, and Redirect.txt will take care of the rest.",
"author": "Redirect.txt Team",
"license": "GPL-2.0-or-later",
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: 301, 404, redirect, redirection, redirects
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 0.2.3
Stable tag: 0.2.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -82,6 +82,10 @@ To start using the Redirect.txt, just open the Admin Menu → Tools → Redirect

== Changelog ==

= 0.2.4 - Jul 3, 2024 =

- added support for redirects to links with hash

= 0.2.3 - May 26, 2024 =

- disable redirects from `wp-admin`, `wp-json` and `wp-login.php` paths
Expand Down
4 changes: 2 additions & 2 deletions redirect-txt.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: A simple yet powerful redirection plugin. Provide a simple list of URLs and their destinations, and Redirect.txt will take care of the rest.
* Requires at least: 6.2
* Requires PHP: 7.2
* Version: 0.2.3
* Version: 0.2.4
* Author: Redirect.txt Team
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -18,7 +18,7 @@
}

if ( ! defined( 'REDIRECT_TXT_VERSION' ) ) {
define( 'REDIRECT_TXT_VERSION', '0.2.3' );
define( 'REDIRECT_TXT_VERSION', '0.2.4' );
}

/**
Expand Down

0 comments on commit d15f1a3

Please sign in to comment.