Skip to content

Commit

Permalink
Update version back to match changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Nov 17, 2023
1 parent c5bb8dd commit 1e6c0d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/plugins/vaultpress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_vaultpressⓥ3_0_0_alpha",
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_vaultpressⓥ2_2_5_alpha",
"allow-plugins": {
"automattic/jetpack-autoloader": true
}
Expand Down
4 changes: 2 additions & 2 deletions projects/plugins/vaultpress/vaultpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: VaultPress
* Plugin URI: http://vaultpress.com/?utm_source=plugin-uri&utm_medium=plugin-description&utm_campaign=1.0
* Description: Protect your content, themes, plugins, and settings with <strong>realtime backup</strong> and <strong>automated security scanning</strong> from <a href="http://vaultpress.com/?utm_source=wp-admin&amp;utm_medium=plugin-description&amp;utm_campaign=1.0" rel="nofollow">VaultPress</a>. Activate, enter your registration key, and never worry again. <a href="http://vaultpress.com/help/?utm_source=wp-admin&amp;utm_medium=plugin-description&amp;utm_campaign=1.0" rel="nofollow">Need some help?</a>
* Version: 3.0.0-alpha
* Version: 2.2.5-alpha
* Author: Automattic
* Author URI: http://vaultpress.com/?utm_source=author-uri&amp;utm_medium=plugin-description&amp;utm_campaign=1.0
* License: GPL2+
Expand All @@ -17,7 +17,7 @@
defined( 'ABSPATH' ) || die();

define( 'VAULTPRESS__MINIMUM_PHP_VERSION', '5.6' );
define( 'VAULTPRESS__VERSION', '3.0.0-alpha' );
define( 'VAULTPRESS__VERSION', '2.2.5-alpha' );
define( 'VAULTPRESS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );

/**
Expand Down

0 comments on commit 1e6c0d5

Please sign in to comment.