Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed May 17, 2024
1 parent 4be7615 commit ba6161d
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.1",
"version": "0.2.2",
"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.1
Stable tag: 0.2.2
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.2 - May 17, 2024 =

- changed code editor to light mode by default, to prevent switch to dark when system is in dark mode

= 0.2.1 - May 12, 2024 =

- remove some dev folders from the plugin
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.1
* Version: 0.2.2
* 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.1' );
define( 'REDIRECT_TXT_VERSION', '0.2.2' );
}

/**
Expand Down

0 comments on commit ba6161d

Please sign in to comment.