Skip to content

Releases: Multisite-Ultimate/ultimate-multisite

Ultimate Multisite v2.4.7

31 Oct 22:54

Choose a tag to compare

What's Changed

  • Fixed: Conflict with YesCookie plugin.
  • Improved: Thumbnail image quality on template selection in the checkout.
  • Fixed: Redirect from secondary domains to primary domain.
  • Fixed: Choosing templates for checkout form builder.
  • Fixed: Extra domain creation with subdirectory installation.
  • Improved: Allow html in custom domain instructions.

Full Changelog: v2.4.6...v2.4.7

v2.4.6

15 Oct 21:35

Choose a tag to compare

Release v2.4.6

Highlights

  • Fixed: Toggle switches in RTL languages.
  • Fixed: Rendering admin pages for legacy addons.
  • Fixed: Some Stripe API errors.
  • Improved: Better site URL autogeneration and added preview option.
  • Fixed: Escaping too much HTML.
  • Fixed: Saving HTML in credits field.
  • Improved: Type safety in code.
  • Fixed: Downgrading during a trial extending the trial period.

Pull Requests

From v2.4.5 to v2.4.6

New Contributors

Full Changelog: v2.4.5...v2.4.6

v2.4.5 Released

01 Oct 05:23

Choose a tag to compare

What's Changed

New Contributors

How to Install from WordPress.org

  1. Log into your WordPress Network Admin dashboard.
  2. Go to Plugins → Add New.
  3. In the search bar, type "Ultimate Multisite" (with quotes).
  4. Click Install Now next to the plugin.
  5. Once installed, click Activate.

Full Changelog: v2.4.4...v2.4.5

Ultimate Multisite v2.4.4

17 Sep 06:06

Choose a tag to compare

Plugin renamed, again!

Wordpres.org plugin repository did not like the plugin name starting with a major WordPress feature so now we are Ultimate Multisite. This version will also be uploaded to wordpress.org shortly.

Highlights

  • Fixed: Saving email templates without stripping html
  • New: Option to allow site owners to edit users on their site
  • Fixed: Invoices not loading when logo is not set
  • Fixed: Verify DNS settings when using a reverse proxy
  • Improved: Lazy load limitations for better performance and compatibility
  • New: Add Admin Notice if sunrise.php is not setup
  • New: Option to not always create www. subdomains with hosting integrations
  • Improved: Plugin renamed to Ultimate Multisite

And many other bug fixes.

Full Changelog: v2.4.3...v2.4.4

Multisite Ultimo v2.4.3

15 Aug 19:19

Choose a tag to compare

Now with addon Marketplace!

The addon market is the biggest new feature of this release. Right now the only addon available is the WooCommerce Integration which is the most requested addon. I will be releasing the others over the next few days after I review them and update as needed. The WooCommerce Integration and the other addons will be priced based on how much time it takes me to get them ready. The WooCommerce Integration had significant bugs that had to be worked through but it's been tested on a live site and is working well. I choose to roll my own marketplace code built on WooCommerce instead of using Freemius or similar software as I found them to bloated and harder for the customer to use. multisiteultimate.com should be straight forward enough to use, no need to copy-paste license keys, just connect your account on multisiteultimate.com and to your site and you will have access to install any purchased addon. All of this can be done on the addon page.

More contributions

Big thanks to @vuckro and @pgroot91 who have contributed to this release and others in the past. It's very encouraging to have more help.

What's Changed

  • Fix: Add defensive checks for Slim SEO plugin compatibility by @vuckro in #159
  • Add Addon Marketpalce by @superdav42 in #162
  • Add phpMyAdmin and Mailpit in docker workflow by @pgroot91 in #124
  • fix email templates and invoice template custom logo by @pgroot91 in #153
  • fixes for release verification stap by @pgroot91 in #150
  • Fix API validation: Change gateway_customer_id type to string in membership-create schema by @vuckro in #149

Full Changelog: v2.4.2...v2.4.3

Multisite Ultimate v2.4.2

07 Aug 23:53

Choose a tag to compare

This release addresses some critical flows that stopped working. All users are encouraged to upgrade.
Also included are some significant performance improvements.

Major changes

  • Fixed: Multisite Ultimate API
  • Fixed: Saving checkout fields
  • Fixed: Creating Products and Sites
  • Fixed: Duplicating sites
  • Improved: Performance of switch_blog
  • Improved: Remove extra queries related update_meta_data hook and 1.X compat
  • Improved: Update currencies to support all supported by Stripe
  • Improved: Template PReviewer

Full Changes

New Contributors

Full Changelog: v2.4.1...v2.4.2

Multisite Ultimate v2.4.1

18 Jul 03:14

Choose a tag to compare

First Minor release

Fix critical error when upgrading from the old name.

Installation/Upgrade

Download the multisite-ultimate.zip file below and upload it to the add new plugin page or the network plugins page. It will automatically deactivate the old WP Ultimo or WP Multisite WaaS plugins if they are active and replace sunrise.php.

Major changes

  • Improved: Update Stripe PHP Library to latest version
  • Improved: Update JS libs
  • Fixed: Fatal error that may occur when upgrading from old name.
  • Improved: Added check for custom domain count when downgrading.

New Contributors

Full Changelog: v2.4.0...v2.4.1

Multisite Ultimate v2.4.0

07 Jul 20:47
c46b7ec

Choose a tag to compare

Renamed to Multisite Ultimate

To avoid trademark problems with using 'WP' this project has been renamed to Multisite Ultimate. This gives acknowledgement to it's origins in WP Ultimo and a vision for the plugin to become a plugin every multisite installation will want to use.

This release is a major refactor, almost every code file was changed. It is recommended to test on a dev or staging environment before deploying to production.

Installation/Upgrade

Download the multisite-ultimate.zip file below and upload it to the add new plugin page or the network plugins page. It will automatically deactivate the old WP Ultimo or WP Multisite WaaS plugins if they are active and replace sunrise.php.

Major changes

  • Prep Plugin for release on WordPress.org
  • Full security audit and tightened security standards
  • Compatibility with the latest WordPress and PHP 8.4
  • Add many unit tests as well as other dev tools.
  • Reduce plugin zip size to less than 10mb.
  • Enhanced performance by putting all scripts in footer
  • Support 10+ more currencies. Every currency supported by Stripe is now supported by Multisite Ultimate
  • Better handling of upgrades and downgrades

Backwards Compatibility Breaks.

Upgrading from WP Ultimo or WP Multisite WaaS should be as simple as uploading the plugin zip and activating the plugin. Migration code will run automatically to deactivate the old plugins and update sunrise.php
The only manual step required is renaming any translation files from 'wp-ultimo' to 'multisite-ultimate' if you have configured custom translations with loco translate or similar.

Full Changelog

  • Prep Plugin for release on WordPress.org by @superdav42 in #23
  • Fix issue #10: Load Sites_Schema class in Sunrise to prevent database errors by @marcusquinn in #47
  • Add wiki documentation by @marcusquinn in #52
  • Fix wiki sidebar navigation and GitHub Action workflow by @marcusquinn in #58
  • Fix WordPress.Security.ValidatedSanitizedInput errors in admin pages by @marcusquinn in #63
  • Fix WordPress.Security.EscapeOutput errors in payment and email templ… by @marcusquinn in #62
  • Add a nice Readme.md and cleanup readme.txt for wordpress.org by @marcusquinn in #27
  • Add GitHub workflow for automatic plugin releases by @marcusquinn in #60
  • Update documentation links and add hosting integration docs by @marcusquinn in #66
  • Rename to Multisite Ultimate by @superdav42 in #96
  • Fix domain record creation during site creation/duplication by @marcusquinn in #64
  • Fix issue #49: Add null checks to prevent errors in domain mapping by @marcusquinn in #51

New Contributors

Full Changelog: v2.3.4...v2.4.0

WP Multisite WaaS 2.3.4

31 Jan 08:18

Choose a tag to compare

Second public stable release of WP Multisite WaaS.

Changes

  • Fixed: Unable to checkout with any payment gateway
  • Fixed: Warning Undefined global variable $pagenow

Full Changelog: v2.3.3...v2.3.4

Thanks to everyone who tested the first release.

WP Multisite WaaS 2.3.3

29 Jan 06:20

Choose a tag to compare

First public stable release of WP Multisite WaaS.

Notes

Upgrading from WP Ultimo will work by following the WordPress normal plugin installation process. Upload the zip and activate. Old WP Ultimo will be deactivated and sunrise.php will be replaced. Fresh installation will start the installation wizard.

##Notable changes:

  • Improved: Plugin renamed to WP Multisite WaaS
  • Removed: Enforcement of paid license
  • Fixed: Incompatibilities with WordPress 6.7 and i18n timing
  • Improved: Reduced plugin size by removing many unnecessary files and shrinking images
  • Improved: Added header so git updater can be used for installation and automatic updates

Please report any issues you find.