File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22Contributors: austinginder
33Donate link: https://austinginder.com
44Tags: 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
77Stable tag: 1.0
88License: MIT
99License 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.
Original file line number Diff line number Diff line change 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
2626}
2727
2828require plugin_dir_path ( __FILE__ ) . 'vendor/autoload.php ' ;
29- new WPFreighter \Run ();
29+ new WPFreighter \Run ();
30+ new WPFreighter \Updater ();
You can’t perform that action at this time.
0 commit comments