Skip to content

Commit ceb2f43

Browse files
authored
Release/1.4.0 (#336)
* Bumped to 1.4.0-RC1, added change log and excluded new AI files from build process * House Keeping * Fix simple liniting issues
1 parent 7dc7aa1 commit ceb2f43

2 files changed

Lines changed: 37 additions & 60 deletions

File tree

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.4.0-RC2
6+
* @version 1.4.0
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.4.0-RC2
15+
* Version: 1.4.0
1616
* Requires at least: 6.4
1717
* Tested up to: 7.0
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.4.0-RC2' );
33+
define( 'IAWMLF_VERSION', '1.4.0' );
3434
define(
3535
'IAWMLF_MINIMUM_VERSIONS',
3636
array(

package-lock.json

Lines changed: 34 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)