Skip to content

Commit 61e28b8

Browse files
authored
bumped to 1.3.5 (#303)
1 parent 747638e commit 61e28b8

3 files changed

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

readme.txt

Lines changed: 1 addition & 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.5-RC2
6+
Stable tag: 1.3.5
77
Requires PHP: 7.4
88
License: GPL-3.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)