Skip to content

Commit 74a4a41

Browse files
committed
Merge branch 'trunk' into fix/incorrect-auto-deploy-defintion-use-with-not-env
2 parents fbd95db + ed89a45 commit 74a4a41

1 file changed

Lines changed: 3 additions & 3 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.3.3-RC3
6+
* @version 1.3.3-RC4
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.3-RC3
15+
* Version: 1.3.3-RC4
1616
* Requires at least: 6.4
1717
* Tested up to: 6.8
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.3-RC3' );
33+
define( 'IAWMLF_VERSION', '1.3.3-RC4' );
3434
define(
3535
'IAWMLF_MINIMUM_VERSIONS',
3636
array(

0 commit comments

Comments
 (0)