Skip to content

Commit d258d64

Browse files
committed
bumped
1 parent 77d95f5 commit d258d64

4 files changed

Lines changed: 8 additions & 7 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.5
8+
**Stable tag:** 1.3.6
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.6-RC1
6+
* @version 1.3.6-RC2
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.6-RC1
15+
* Version: 1.3.6-RC2
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.6-RC1' );
33+
define( 'IAWMLF_VERSION', '1.3.6-RC2' );
3434
define(
3535
'IAWMLF_MINIMUM_VERSIONS',
3636
array(

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wayback-link-fixer",
3-
"version": "1.3.6-RC1",
3+
"version": "1.3.6-RC2",
44
"description": "A WordPress plugin that scans content for links, replacing broken ones with archived versions from the Wayback Machine. It also features Auto Archiving, creating snapshots of your own pages and other site links that aren’t yet archived. Uses Action Scheduler for background tasks.",
55
"author": {
66
"name": "WordPress.com Special Projects Team",
@@ -64,4 +64,4 @@
6464
"start:blocks": "wp-scripts start --webpack-src-dir=blocks/src --output-path=blocks/build",
6565
"start:assets:scripts": "wp-scripts start assets/js/src/*.js --output-path=assets/js/build"
6666
}
67-
}
67+
}

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.6-RC1
6+
Stable tag: 1.3.6-RC2
77
Requires PHP: 7.4
88
License: GPL-3.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -117,6 +117,7 @@ The Internet Archive is a non-profit organization dedicated to preserving digita
117117
== Changelog ==
118118

119119
= 1.3.6 =
120+
* Allows posts to be selected to be excluded from link fixing and/or auto archiving.
120121
* Improves cleanup of passed attempts to create and verify snapshots
121122
* Adds an Archive.org donation notice.
122123
* Improves translatable strings for betting internationalisation.

0 commit comments

Comments
 (0)