Release Notes – WP Ultimo 1.2.0 – Domain Mapping Fixes, Manual Gateway, Template Filtering and more!

TD;DR Version: We are releasing WP Ultimo 1.2.0. This is a huge release, and it contains a Gateway to handle Manual Payments (beta), PDF invoicing, fixes and added consistency to Domain Mapping handling, the ability to add Subscriptions from the panel, support to Multiple Sites per user, Template Categorization and Filtering on the Signup Flow, Payment Integration as a Signup Step, and more! The full changelog can be found on the bottom of the post.

 

Hi, everyone. Due to the size and enormous technical challenges we faced with 1.2.0, it took a bit longer than expected to release this version, but here it is. It solves issues some of you were having with Domain Mapping and implements a list of long-requested features. Without further ado, let’s see what 1.2.0 has to offer.

 

Domain Mapping and SSL (HTTPS)

As we promise in our last release, we focused this last batch of improvements on getting Domain Mapping to consistently work across different configurations and setups. It solves CORS issues users were experiencing among others. That involved woking on our own redirector and adding a few options to our Settings panel. Here’s a complete overview of the options new and old:

Screen shot 2017 05 12 at 18. 31. 26

Enable Domain Mapping & Enable Custom Domains:

We decoupled the domain mapping from custom domains. Now the admin can enable domain mapping but disable custom domain from their clients if he or she want to map domains manually on the Network Admin Panel.

Force Admin Redirect

This option gives the admin 3 options for handling redirects to the admin panel when a site has a mapped domain active. It can behave normally, allowing the panel to be accessed both via the mapped domain or the network domain; it can be set to force access through the mapped domain (which can cause issues if a custom domain has a misconfigured DNS and should be used with caution), and it can be set to force access through the network domain instead, redirecting calls to mapped-domain.com/wp-admin to your-network/your-clients-site/wp-admin (or the equivalent if you have a subdomain network.

Force HTTPs for the Admin Panel

This option sets the FORCE_ADMIN_SSL constant to true, which is used by WordPress to force access using https. We choose to keep WP Ultimo’s footprint in SSL handling as small as possible, to give network admins the ability to use third-party plugins they already know and love. In our tests, we used Really Simple SSL on the main site, combined with this option enabled and the network behaved as expected, redirecting access to the admin with https, keeping subsites on http.

Allow Page Unmapping & Force HTTPs on Unmapped Pages

This option was also a feature requested by many users. It allows your clients to unmap certain pages, so they can use the original network URL for those pages. This is particularly useful if a subsite has a store or a generic checkout page that requires SSL. If that user unmaps that page, and the option Force HTTPs on Unmapped Pages is also enabled, that page will be redirected to the network domain version (ignoring the mapping), using the SSL certificate for the network (useful on subdirectory installs where the network certificate covers the whole network, or with subdomain installs with wildcard certificates).

PS.: By default, only posts and pages have the unmap meta-box, but that can be changed using the filter wu_post_types_unmap.

Site Options: Force HTTPs

If for some reason you have one particular site on your network that needs to be accessed using https, you can go to that site’s settings page and enable that option under the WP Ultimo Settings, as displayed on the image below.

PS.: We tried our best to test it in a vast majority of environments, including servers running Apache and Nginx. Please contact us if you run into any issue. Make sure your server engine does not have a wildcard 302 redirect to your main domain.

Invoices

WP Ultimo 1.2.0 also allows admins to send PDF invoices with payment receipt emails. The invoice is sent marked as paid when an automatic gateway sends a webhook telling the system a payment was received (like Stripe and PayPal). This feature can be enabled and disabled on the Settings Panel.

 

Manual Payments Gateway (beta)

Our new version also implements the long waited Manual Payments gateway, building off the invoices system. The flow is fairly simple and requires minimal effort from the admin. Here’s how it works.

This is a beta feature and we would love to hear what you have to say about the flow. Feel free to send suggestions for improvements.

 

Templates Categories and Filtering

Some networks can have dozens of pre-built templates for their clients do choose. Navigating that ton of options can lead to a bad experience for the user during the signup flow. To address that issue, version 1.2.0 includes Template Categories and Filtering on the signup flow, with a super easy to use UI. Changing a template’s thumbnail is now much more intuitive as well, with all those options compacted in a single form.

Screen shot 2017 05 12 at 18. 41. 09 e1494625357762

 

Multiple Sites per Client

Our latest version also allows you to give your clients the ability to create new sites under the same account. The new site creation already lets them choose from templates if that option is enabled. You can limit the number of sites on each plan as well.

Screen shot 2017 05 12 at 18. 51. 41

PS.: This does not support multiple accounts creation, neither does it allow for users registered on subsites (like someone that created an account on a subsite WooCommerce store, for example) to register sites on the network. We are working on a free add-on that addresses that issue, allowing multiple accounts to be created with a single email address. We believe this solution is more elegant since the client won’t even notice that that subsite was part of the network in the first place.

 

Hiding Plans from the Pricing Tables

Plans can now be hidden from the pricing tables. Useful if you want to create exclusive plans for a small subset of your clients.

Screen shot 2017 05 12 at 18. 34. 04

 

Subscriptions: Add and Remove with ease!

Network admins now can add and remove subscriptions from the panel. This is useful for moving pre-existing users to WP Ultimo.

Ur9djgx5jn

Signup Flow

Now, when no trial is available, the payment screen is added as a Signup step; Network Admins can also select a different role for the users created (the default continues to be administrator).

Screen shot 2017 05 12 at 18. 34. 45

 

Next Steps: More Add-ons, Payment Gateways and building a Community

We’ve been centralizing our communications and reports on our roadmap board on Trello, but that’s not optimal. With that in mind, we are building a community forum to be released in the next weeks to allow users to interact, help each other, and report issues more efficiently. We are also aware that our Documentation site is very lacking, so that is getting rebuilt as well.

 

 

Complete Changelog – Version 1.2.0 – 12/05/2017

– Fixed: Small typos on the settings page and other places;
– Fixed: Some string were missing i18n on the subscription management screen;
– Improved: Add-ons page now supports filtering as well;
– Improved: Security on issuing refunds;
– Added: Support for zero decimal currencies in Stripe;
– Added: Site Template Categories with filtering on the Signup, and a more consistent UI for editing site templates on the backend;
– Added: Option to hide plans from the pricing tables;
– Added: 100% OFF coupon codes with unlimited cycles don’t ask for payment integration any longer;
– Added: Users can now add new sites from their panels, and admins can limit the number of sites on each plan.
– Added: Sites list added to the Subscription Management (admin) and My Account (user) Pages;
– Added: Custom capability ‘manage_wu_account’ created to control access to the Account page;
– Added: Network Admins can now set a different role for the users created via the signup process (defaults to admin);
– Added: Network Admins can now create subscriptions for users created outside of the signup flow (useful for migrating existing users);
– Added: Network Admins can now remove subscriptions from the Subscriptions list;
– Added: Payment is now a Signup Step when there is no trial;
– Added: Subscription is no longer deleted when a site is;
– Added: Option to send invoices when a payment is received from the gateways;
– Added: Manual Payments Gateway (beta);
– Removed: Old UI on site settings to add thumbnail;

Share this post

Facebook
Twitter
LinkedIn
Email

Leave a Comment

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

Related Posts

Release Notes
Allyson Souza

WP Ultimo 2.1.4 Release: Enhancing Automation and Improving User Experience

We’re excited to announce the latest version of WP Ultimo, version 2.1.4! This release introduces new events that empower you to trigger emails and webhooks, enhancing the automation capabilities of the platform. Beyond this, we’ve implemented several usability improvements and addressed various issues to ensure a smoother user experience. New Events for Enhanced Automation With

Read More →

Release WP Ultimo 2.1.2

TL;DR: The new version of WP Ultimo brings some significant changes to enhance user experience and improve functionality. Key updates include automatic addition of the current country and state to the checkout form based on IP address, the ability for customers to cancel their current payment gateway or membership from the account page, and the

Read More →
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 →
Release Notes
Arindo Duque

WP Ultimo 2.1.0 is out!

Hey everyone! How’s it going? Arindo here. We just rolled out WP Ultimo 2.1.0! This update gets rid of some pesky code that caused problems between WP Ultimo and PHP 8+, updates and replaces old dependencies, and makes a few other small tweaks. We intentionally kept new features to a minimum with this release. It’s

Read More →
Release Notes
Arindo Duque

WP Ultimo 2.1.0-rc.3 and 1.10.18 are out!

Hey guys! It ended up taking a while longer than originally planned, but oh boy did we fix some bugs on this one! The RC-3 for version 2.1.0 is out and can be downloaded using this form: Here are the contents of what we have on the changelog so far: This build is extremely stable in

Read More →

Ready to get started?

Easily build your own WaaS platform with WP Ultimo!

✨ See what’s next for WP Ultimo here