From c56803066182f3b08956a4cd4818300357e6ed7b Mon Sep 17 00:00:00 2001 From: Glynn Quelch Date: Fri, 6 Feb 2026 11:02:12 +0000 Subject: [PATCH] bumped and added contributors --- README.md | 2 +- internet-archive-wayback-machine-link-fixer.php | 6 +++--- readme.txt | 8 ++++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6084e7da..2d3931da 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 6.4 **Tested up to:** 6.9 **Requires PHP:** 7.4 -**Stable tag:** 1.3.4 +**Stable tag:** 1.3.5-RC1 **License:** GPL-3.0-or-later **License URI:** https://www.gnu.org/licenses/gpl-3.0.html diff --git a/internet-archive-wayback-machine-link-fixer.php b/internet-archive-wayback-machine-link-fixer.php index 09db5624..e7a8f177 100644 --- a/internet-archive-wayback-machine-link-fixer.php +++ b/internet-archive-wayback-machine-link-fixer.php @@ -3,7 +3,7 @@ * The wayback-link-fixer bootstrap file. * * @since 1.0.0 - * @version 1.3.4 + * @version 1.3.5-RC1 * @author Internet Archive * @license GPL-3.0-or-later * @@ -12,7 +12,7 @@ * @wordpress-plugin * Plugin Name: Internet Archive Wayback Machine Link Fixer * Description: This plugin scans your content for links, replacing broken ones with archived versions from the Wayback Machine. It also features Auto Archiving, which automatically creates snapshots of your own pages and any other links on your site that aren’t yet archived, ensuring long-term accessibility. - * Version: 1.3.4 + * Version: 1.3.5-RC1 * Requires at least: 6.4 * Tested up to: 6.9 * Requires PHP: 7.4 @@ -30,7 +30,7 @@ define( 'IAWMLF_BASENAME', plugin_basename( __FILE__ ) ); define( 'IAWMLF_PATH', plugin_dir_path( __FILE__ ) ); define( 'IAWMLF_URL', plugin_dir_url( __FILE__ ) ); -define( 'IAWMLF_VERSION', '1.3.4' ); +define( 'IAWMLF_VERSION', '1.3.5-RC1' ); define( 'IAWMLF_MINIMUM_VERSIONS', array( diff --git a/readme.txt b/readme.txt index 1f7c65f6..b86a1c8b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Internet Archive Wayback Machine Link Fixer === -Contributors: waybackmachineplugin, wpspecialprojects +Contributors: waybackmachineplugin, wpspecialprojects, cagrimmett, glynnquelch Tags: wayback machine, internet archive, broken links, archive links Requires at least: 6.4 Tested up to: 6.9 -Stable tag: 1.3.4 +Stable tag: 1.3.5-RC1 Requires PHP: 7.4 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -113,6 +113,10 @@ The Internet Archive is a non-profit organization dedicated to preserving digita == Changelog == += 1.3.5 = +* Minor tweak to how we log errors in snapshot creation process. +* Improvement on how link stats are generated. + = 1.3.4 = * Minor UI tweaks and changes * Default check intervals and total count of broken pages required to trigger redirection lowered.