Skip to content

Commit c568030

Browse files
committed
bumped and added contributors
1 parent 06fb256 commit c568030

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 6.4
66
**Tested up to:** 6.9
77
**Requires PHP:** 7.4
8-
**Stable tag:** 1.3.4
8+
**Stable tag:** 1.3.5-RC1
99
**License:** GPL-3.0-or-later
1010
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
1111

internet-archive-wayback-machine-link-fixer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The wayback-link-fixer bootstrap file.
44
*
55
* @since 1.0.0
6-
* @version 1.3.4
6+
* @version 1.3.5-RC1
77
* @author Internet Archive
88
* @license GPL-3.0-or-later
99
*
@@ -12,7 +12,7 @@
1212
* @wordpress-plugin
1313
* Plugin Name: Internet Archive Wayback Machine Link Fixer
1414
* 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.
15-
* Version: 1.3.4
15+
* Version: 1.3.5-RC1
1616
* Requires at least: 6.4
1717
* Tested up to: 6.9
1818
* Requires PHP: 7.4
@@ -30,7 +30,7 @@
3030
define( 'IAWMLF_BASENAME', plugin_basename( __FILE__ ) );
3131
define( 'IAWMLF_PATH', plugin_dir_path( __FILE__ ) );
3232
define( 'IAWMLF_URL', plugin_dir_url( __FILE__ ) );
33-
define( 'IAWMLF_VERSION', '1.3.4' );
33+
define( 'IAWMLF_VERSION', '1.3.5-RC1' );
3434
define(
3535
'IAWMLF_MINIMUM_VERSIONS',
3636
array(

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Internet Archive Wayback Machine Link Fixer ===
2-
Contributors: waybackmachineplugin, wpspecialprojects
2+
Contributors: waybackmachineplugin, wpspecialprojects, cagrimmett, glynnquelch
33
Tags: wayback machine, internet archive, broken links, archive links
44
Requires at least: 6.4
55
Tested up to: 6.9
6-
Stable tag: 1.3.4
6+
Stable tag: 1.3.5-RC1
77
Requires PHP: 7.4
88
License: GPL-3.0-or-later
99
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
113113

114114
== Changelog ==
115115

116+
= 1.3.5 =
117+
* Minor tweak to how we log errors in snapshot creation process.
118+
* Improvement on how link stats are generated.
119+
116120
= 1.3.4 =
117121
* Minor UI tweaks and changes
118122
* Default check intervals and total count of broken pages required to trigger redirection lowered.

0 commit comments

Comments
 (0)