Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Nov 27, 2024
1 parent e57e757 commit b892bb7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '3b66fd5f9683b200f198');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'e1411be9dc8b2ad37bef');
2 changes: 1 addition & 1 deletion build/admin.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions languages/redirect-txt.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Redirect.txt 0.2.4\n"
"Project-Id-Version: Redirect.txt 0.2.5\n"
"Report-Msgid-Bugs-To: https://github.com/nk-crew/redirect-txt/issues\n"
"Last-Translator: Lazy Blocks Team\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-11-27T16:01:05+00:00\n"
"POT-Creation-Date: 2024-11-27T16:02:25+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: redirect-txt\n"
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": "redirect-txt",
"version": "0.2.4",
"version": "0.2.5",
"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
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: nko
Tags: 301, 404, redirect, redirection, redirects
Requires at least: 6.2
Tested up to: 6.5
Tested up to: 6.7
Requires PHP: 7.2
Stable tag: 0.2.4
Stable tag: 0.2.5
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.2.5 - Nov 28, 2024 =

- added translation file
- check compatibility with WordPress 6.7

= 0.2.4 - Jul 3, 2024 =

- added support for redirects to links with hash
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.4
* Version: 0.2.5
* 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.4' );
define( 'REDIRECT_TXT_VERSION', '0.2.5' );
}

/**
Expand Down

0 comments on commit b892bb7

Please sign in to comment.