Skip to content

Commit 490bd21

Browse files
committed
🚀 RELEASE: Version 1.1
1 parent 55e3ab4 commit 490bd21

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

‎README.txt‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: austinginder
33
Donate link: https://austinginder.com
44
Tags: multitenancy, multi-tenant, domain-mapping
5-
Requires at least: 3.0.1
6-
Tested up to: 5.5.1
5+
Requires at least: 5.6
6+
Tested up to: 6.1
77
Stable tag: 1.0
88
License: MIT
99
License URI: https://opensource.org/licenses/MIT
@@ -35,6 +35,10 @@ WP Freighter makes minimal changes to wp-config.php in order to allow for many W
3535

3636
== Changelog ==
3737

38+
= 1.1 =
39+
* Feature: Free for everyone. Removed EDD intergration. Automatic updates integrated with Github release.
40+
* Improvement: Add settings link to plugin page.
41+
3842
= 1.0.2 =
3943
* Fixed: Bad logic where configurations weren't always regenerated after sites changed.
4044
* Fixed: Various PHP warnings.

‎wp-freighter.php‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* @wordpress-plugin
1111
* Plugin Name: WP Freighter
1212
* Plugin URI: https://wpfreighter.com
13-
* Description: Efficiently run many WordPress sies from a single WordPress installation.
14-
* Version: 1.0.2
13+
* Description: Multi-tenant mode for WordPress
14+
* Version: 1.1
1515
* Author: Austin Ginder
1616
* Author URI: https://austinginder.com
1717
* License: MIT
@@ -26,4 +26,5 @@
2626
}
2727

2828
require plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
29-
new WPFreighter\Run();
29+
new WPFreighter\Run();
30+
new WPFreighter\Updater();

0 commit comments

Comments
 (0)