WP Ultimo 2.0 Beta 8 is out!

Hello everyone,

First, an explanation why this beta took a bit longer to ship: as I mentioned on our Slack Community (which you should join, btw), we’re having trouble making sure Domain Mapping behaves consistently in production environments. 

Browsers are implementing lots of changes to protect our privacy and that means that lots of different strategies used in the past to deal with SSO, for example, no longer work. On top of that, WordPress is lagging behind in terms of incorporating some of the new browser features into auth functions, and that makes things even more complicated.

We have a couple of things we plan to try out and we’ll keep you up to date, but for now, we’ll resume the weekly release schedule(every Tuesday a new build out).

Beta 8 is out and it packs a lot. Including:

  • Improvements to the checkout fields;
  • A layout system for checkout fields, allowing for layout packs to be developed in the future;
  • Implementation of the auto search and replace feature, as well as setting site meta/option via checkout fields;
  • Network Admin UI simplification and better responsiveness;
  • Improvements in self-documentation across different features;
  • Reset / Import default emails feature;
  • Send test system email;
  • Better Broadcast creation flow;
  • Notes system;
  • Adjustments to the Domain Mapping logic;
  • Option to create a custom login page during the setup wizard;
  • Site duplication fixes;
  • Improvements to the Support Agents add-on;
  • Other bugs reported on the feedback boards.

Note: Some people (mostly on Slack) would expect this to be called beta 9 since I released a build on our beta channel a couple of weeks ago that was named beta 8. To make things simpler and to avoid confusion, I decided to keep this named beta 8 so it doesn’t look like we skipped one here on the blog. This post covers all improvements since beta 7.

Improvements to the Checkout Fields

This build includes a number of improvements to the checkout fields, both visually (in the UI/UX) and under-the-hood improvements.

Before
After

Here it might be interesting to explain a bit what’s the big picture here.

Our plan is to make registration forms really flexible and easy to extend. You should be able to re-organize fields, change the descriptions and much more.

Fields that rely heavily on presentation (pricing tables, template selection, order bumps, and more in the future) now support custom layouts, which allows for developers to create new ways of presenting those fields and make them available in other plugins (add-ons for WP Ultimo), with packs.

New template selection field.

At the moment, most of those fields get three different layouts:

  • Clean: a simple and clean, minimally styled layout;
  • Minimal: a markup-only layout that allows for custom CSS to be applied more freely;
  • Legacy: when available, that mimics the way that field looked in v1.
You can see previews of the different layout options by hovering the thumbnail for each one.

Our own team will make extensively use of that feature to add new layouts for those fields as new releases get out.

This build also adds the Period Selection field, which allows your customers to choose between different billing periods for your plans. Changes are automatically reflected onto pricing tables as well.

Legacy and Clean templates are also available

Implementation of the auto search and replace feature, as well as setting site meta / option via checkout fields

Meta fields finally work.

This means that you can add arbitrary text, color, select fields to the registration form to pre-populate the template sites in specific locations. Then, when the new site is being published, WP Ultimo will replace the placeholders with the actual information entered during registration.

1. Dot your template sites with placeholders
2. Add a matching signup field…
3. The field shows up and your customer fills in the fields
4. Search and Replace is run automatically, so you can sit back and relax

In the future, we’ll expand this feature to offer a super interesting use case: a customization wizard after the registration is done, so your customer can set up the basics of the site in a multi-step form with a live preview by their side.

There’s still a lot to improve here, but the fact that there’s no longer the need to manually add fields via custom code snippets and use another snippet to use that data to replace content is a huge step in the right direction.

Important: Next builds will include the possibility of setting default values for the placeholders, so your potential customers browsing through templates won’t have to see a bunch of {{placeholder_field_name}} and can enjoy a site filled with actual demo data.

Beyond placeholder substitution, you can also choose how to save form fields between customer meta, site meta, and site option. This is a powerful feature that allows you to configure theme and plugin settings based on user input during the registration process. In that case, you just need to match your field name with the plugin/theme setting and you should be good to go.

A color field can be used to set a theme’s primary color, for example.

Network Admin UI Improvements

We’ve made tons of adjustments to the network admin UI to make things simpler and easier to make responsive while trying to keep the same information density. 

Tables are hard to make behave well on tablets and smartphones and we feel that managing networks on the go will be an increasingly normal reality, so we needed to prepare.

List Tables in Mobile View on beta 7
New responsive tables, packing more info while remaining mobile friendly

We’re also trying to make things as self-documenting as possible. When features detect that something might not work for a particular reason, we’ll do our best to let you know right there. This is also true for destructive actions that can’t be undone. We’ll ask you to read the potential consequences and confim it before moving forward. This can be annoying at times, but I promise you it is for the best.

Whenever we think something might go wrong, we’ll annotate the UI to help super admins understand they way things work inside a WP Ultimo network.
Bulk deletes, activations and deactivations all require a confirm before proceeding.

Screenshot Scraper improvements

We managed to reduce the time it takes to capture a site screenshot, as well as fixed rendering errors on some of the screenshots taken. For example, sites that made heavy use of Google fonts and lazy-loading for images and other elements were not properly captured. 

That has now been fixed and screenshots are generated perfectly in almost 100% of the cases. There’s a weird issue with sites that use full-screen headers (height: 100vh), but we are working on that!

Resend Confirmation Email option for Customers

Beta 7 introduced email address confirmation for free plans. This build adds a Resend button to the customer management screen for when the first email fails to arrive for some reason.

Option to resend emails was added.

Reset and Import System Emails

Now that we are finally finishing the payment flows and re-adding the events that get triggered when certain events happen on the network, we’ll also start to re-add the various emails WP Ultimo send when those events happen.

We did that on beta 7, adding the email that gets sent so a customer can verify their email address. However, as some of you were upgrading from beta 6 and lower, that email didn’t get automatically imported as we only create system emails during the first setup wizard, immediately after the plugin gets activated for the first time.

To address that, we added a system email importer that allows you to see the emails that are available but are not presently installed on your network so you can import them.

Missing emails can be easily imported or reset.

That same tool can also reset emails that you have to their original content, if you made changes and are not happy with the results.

The Send Test system email was added and you can send a preview of the email you are editing to yourself or someone else to make sure it looks and behaves exactly like you expect.

Test system emails in an easy way 

We also refactored the add new Broadcast flow to make it more user-friendly. The previous form is giant and not ideal at all, so we decided to break it into different steps.

Adding Broadcasts: broke into steps

Notes System

Memberships, Payments, and Customers now have a Notes section that allows for super admins and support agents to leave notes about that particular object. Useful when you have to remember something and for developers and third-party integrations.

Notes UI
How notes are displayed.

Domain Mapping is still an issue

This build also includes changes to the Domain Mapping logic, although we already received reports that it is still behaving strangely in some cases. If you experience any issues with domain mapping, please, contact me at [email protected] and tell me about the issue. 

Domain Mapping is crucial and we need to make sure it is as solid as we can before launching.

Other changes

This build fixes weird duplication errors some people were experiencing.

Support Agents – We made a couple of small changes to the Support Agents add-on, to point out when an agent has super admin status (which allows them to bypass all limitations set on the support agents add-on). Next, we’re adding functions to allow developers to add new permissions that can be assigned to an agent

Plugin and Theme Manager – We released a new version with lots of fixes and UI/UX improvements.

Coming Soon – Multi-Currency support – This add-on is in the works and in a very advanced stage of development already. If you plan to have multiple currencies running side-by-side on your network, we would love to hear a bit more about your particular use case, so feel free to leave a comment below or contact me directly at arindo (at) wpultimo.com so we can start a conversation.

Share this post

Facebook
Twitter
LinkedIn
Email

5 thoughts on “WP Ultimo 2.0 Beta 8 is out!”

  1. Avatar of verious b smith iii
    Verious B Smith III

    We are all awaiting the final release of 2.0! Great work so far and is there an expected due date for the final drop?

  2. Avatar of andré

    Nice steps you’re making! We’re clicking in it on our staging for a while. Seems to work well. Especially the extra payment options are bringing value for our customers.

    What is the planning for the production version? We hope to go live with some new features in September this year…

    1. Avatar of arindo duque

      Hey André. Thanks! We’re not making a date public yet, although we have an internal one we are targeting. Once we get to a RC status, we’ll probably make it public.

Leave a Comment

Your email address will not be published. Required fields are marked *

Related Posts

Add-on
Arindo Duque

WP Ultimo version 2.1.1 is out, and the add-on API endpoint and amphp

TL;DRWP Ultimo has released version 2.1.1, which mostly focuses on fixing bugs such as small lingering issues and some other larger improvements. Additionally, various topics have been addressed such as the Add-ons page issue that was resolved by tweaking the caching configurations; invalid licenses and community access where lifetime licenses were marked as “Invalid” or

Read More →
roadmap
News
Arindo Duque

A simplified Product Roadmap for WP Ultimo

Hello everyone, Through the years, we tried different ways of having a product roadmap that effectively kept the WP Ultimo community informed and offered good intel for the team on the most requested features. We had a board on Trello, then moved to Feedbear, and finally created our own self-hosted board on roadmap.wpultimo.com. Boards are

Read More →
Black Friday & Cyber Monday FAQ
News
Arindo Duque

FAQ – Black Friday & Cyber Monday 2022

Note: this post marks the beginning of the re-use of this blog as a channel of communication between the WP Ultimo team and the Community. We’ll continue to use the Community to post updates as well. Hey there, As you probably know by this point, our WP Ultimo Black Friday sale went live this week. Since we

Read More →

WP Ultimo 2.0 Beta 9 is out!

Oi, pessoal! Beta 9 is out and it is a relatively simple release in terms of what’s inside, but it brings in a lot of changes. It has an almost completely new Domain Mapping and SSO codebase that seems to address most of the issues we were experiencing before. The new code allowed us to

Read More →
News
Arindo Duque

WP Ultimo 2.0 Beta 7 is out!

Hey guys, how are you doing?We’re feeling great! Today’s build (beta 7) packs a ton. Let’s dive in. Free plans and email verification This is one of the most requested features we have for 1.X, and it was super hard to get it done over there, as sites got created immediately after a new account

Read More →

Ready to get started?

Easily build your own WaaS platform with WP Ultimo!