WP Ultimo
Changelog

See the latest changes, updates, and fixes

Version 2.3.2

Released on 2023-12-05

Fixed

  • Make sure the amount in price variations is a float to avoid issues with the currency formatting
  • Ensure that the 'wu_original_cart' metadata is consistently set in payment during checkout process

Changed

  • Ensure the initialization of the required class params during core updates verification to prevent errors in some environments

Version 2.3.1

Released on 2023-11-21

Fixed

  • Remove double slash from Cloudways API calls, avoiding request rejection

Changed

  • Remove Freemius SDK from the plugin and add our own license validation

Version 2.3.0

Released on 2023-11-07

Added

  • Allow the addition of custom meta fields in the customer edit page

Fixed

  • Ensure scoped autoload dependencies with composer autoload
  • Some webhook events were not being triggered during the creation or update process
  • Bind the amount of the price variations to another field in product admin page to avoid errors with some currencies

Changed

  • Change the WP_Ultimo\Helpers\Sender::email_sender() calls to use as a static method only
  • Add more translated strings for Spanish, Brazilian Portuguese, and French
  • Improve PHP 8.2 compatibility

Version 2.2.3

Released on 2023-10-25

Fixed

  • Resolved issues with certain popup form submissions failing due to an error in retrieving the form ID attribute

Version 2.2.2

Released on 2023-10-24

Fixed

  • Fixed the invoices PDF loading
  • Errors not showing in form modals
  • Ensure the correct period is used in forms where the period switcher is in a upcoming step

Changed

  • Avoid errors during site data duplication process

Version 2.2.1

Released on 2023-10-16

Fixed

  • Ensure the default public title exhibition of all payment gateways in pdf invoices
  • Scope the mPDF dependency to avoid conflicts with other plugins
  • Fix checkout forms duplicate feature
  • Avoid create a duplicated user during a site duplication with multiple accounts enabled

Version 2.2.0

Released on 2023-09-28

Added

  • PHP 8.2 compatibility
  • Webhook errors stack trace on logs

Fixed

  • Login getting the right user via email in multiple accounts compat
  • Multiple account user query to avoid MySQL query errors
  • Pre-selected products field not loading at checkout form initialization
  • Pre-selected products field avoiding the auto-submit of the checkout form
  • Do not persist useremail in object cache on multiple accounts compat
  • Lost password redirection in subsites
  • Serverpilot integration instructions
  • RunCloud integration instructions
  • Remove the ID field from new database items to be added to avoid errors with auto-increment
  • Get correct product variation in Line_Item::get_product() method
  • Dismissal of the affiliation message
  • Keep custom body classes in customer-facing admin pages
  • Keep site title during template switch
  • Customer template in Selectize search

Changed

  • Use webhook event name instead of event slug in the create webhook popup labels
  • Removed unnecessary params in class WP_Ultimo\Compat\Multiple_Accounts_Compat
  • Scope PSR classes to avoid conflicts with other plugins
  • Ensure that the thank you page reloads after the pending site is created
  • Ensure Domain::get_blog_id() method returns the correct type
  • Allow float values in discount codes
  • Allow discount codes with two or more characters in the code
  • Validate user email and username in all steps in a multi-step checkout form

Version 2.1.5

Released on 2023-09-12

Notes

  • Fixed: Error preventing bulk delete popup and pending payment popup from loading

Version 2.1.4

Released on 2023-08-29

Notes

  • New webhooks for Payment, Costumer and Membership
  • Select templates by categories in templates selection field on forms
  • Added option to show all or owned sites on My Sites block
  • Divi Builder compatibility in page edit screen
  • Added filter wu_bulk_action_function_prefix on process_bulk_action() method
  • Better messages for membership downgrade via PayPal
  • Remove jQuery from legacy-signup, template-previewer, thank-you.js, visit-counter.js, wubox.js and vue-apps.js files
  • Fixed domain mapping allowing uppercase
  • Eliminates the fake email loophole and enables users to register on different subsites using the same email
  • Fixes the resetting password process
  • Allow user verification on wp-activate.php page
  • Fixed PayPal renew payments not showing line items
  • Change the status in membership and payment schemas for rest api validation
  • Fix the detection of pre-selected products in the checkout form
  • Fixed urlencode on my sites widget URL
  • Fixed plan frequencies and duration on migration from v1 to v2
  • Add the username in login error handler message

Version 2.1.3

Released on 2023-08-09

Notes

  • Added WordPress 6.3 compatibility.
  • Implemented periodic cleanup for possible forgotten pending sites from memberships.
  • Enabled membership addon products cancellation.
  • Synchronized membership products and prices with gateway subscriptions.
  • Now ensures that the site is a customer site before syncing the site’s plugin limitations.
  • Updated the checkout process to get all fields for search and replace in template sites.
  • Corrected the display of product limits in the legacy pricing table.
  • Added validation for site names to allow hyphens.
  • Addressed possible PayPal API errors during the checkout process.

Version 2.1.1

Released on 2023-05-01

Notes

  • Added the filter “wu_checkout_add_field_{field_type}” to allow developers to change form fields in the checkout form
  • Added an option called “checkout_page” to set a page ID to redirect to wu_templates_list shortcode
  • Compatibility with PerfMatters plugin on registration pages
  • Improved the limitation merge methods on plugins and themes permission rules
  • Checks permissions before the deletion of sites, payments, and memberships, during customer deletion
  • Checks permissions before the re-assignment of sites, payments, and memberships, during customer deletion
  • Filter WP Ultimo admin bar menu items by capabilities
  • Filter financial data widgets on the dashboard by capabilities
  • Filter side panel buttons on the settings admin page by capabilities
  • Disabled the save settings button for unauthorized users
  • Check if the Billing Country field exists before setting the v-model
  • Allow free addons with free plans on membership update
  • Fixed rollback fatal error
  • Fix error where non-customer-owned sites were being affected by permissions
  • Fix a fatal error triggered by generating a membership URL for non-customer-owned sites
  • Allow accentuated and other special chars when saving a checkout session
  • Fixed data replacement on serialized objects during site duplication
  • Filter WP Ultimo checkout forms menu by wu_read_memberships capability
  • Fix permissions required to invite customers in add_new_customer admin form
  • Fix permissions required to transfer sites in the admin page
  • Fix permissions required for redirecting to the edit broadcast admin page after creating a new broadcast
  • Fix the login block redirecting to the default WordPress login page after an error
  • Fix capability checks when redirecting to the site edit admin page after site creation
  • Add setup fees to the first stripe invoice in case of trials to include it in the first payment
  • Fix Cloudways SSL domain syncing methods
  • Redirect to the checkout page after selecting a site template on a wu_templates_list shortcode
  • Build process changed to guarantee backwards compatibility with php 7.4
  • Fixed duplicate emails and other small inconsistencies after checkout when Stripe is used
  • Get the original cart order from the payment before processing checkout instead of creating a new one from the request data
  • Allow downgrade from free memberships to plans with a duration smaller than 1 month

Version 2.1.0

Released on 2023-04-04

Notes

  • Added an option to export customer data as a CSV file in the customer list admin page
  • Added the wu_add_product_setup_fee_line_item filter to the cart Setup Fee line item
  • Added a new suite of Cypress tests to cover creating new sites from within the admin panel
  • Replace the PHP Unit task runner with Pest
  • Replace Cypress parallelization services with our self-hosted instance
  • CI actions to validate PR titles
  • Pull Request template with CI action to verify if checklists were properly followed
  • Removed the id server-size-0-description-0 from the price description element of the order-bump/simple field template
  • Added dependabot settings for npm, composer, and GitHub actions alerts
  • Added a display_product_description field to the Order Bump field
  • Added wu_after_switch_template action (present in v1)
  • Added Github Action to test PHP 7.4 compatibility after Rector runs
  • Added the necessary adjustments to the samba.yml files to make the repository compatible with the new samba images for PHP 8.1
  • Added new ESLint rules from our shared library
  • Added new build tasks using the gulper library file
  • Added (initial) CHANGELOG.md file
  • Added the WP Ultimo plugin version as a const on the class WP_Ultimo, allowing for access without the need for an instance – which might not yet exist
  • Improved compatibility with the last Rank Math release, avoiding plugin auto-activation during the site creation process when active on the main site
  • Added generation of a new .pot file containing countries, states, and cities using the new text-domain wp-ultimo-locations
  • Added user license data to System Info
  • Added NOBLOREDIRECT constant to System Info
  • Added a “catch-all” error handler around problematic hooks on the template previewer to prevent minor errors from breaking it
  • Added a filter to allow developers to change the “Unlock to Upgrade” URL
  • Allows overriding checkout template elements
  • Added capability verification to delete form handler on Admin Edit Pages to allow this action for Support Agents addon
  • Added filter wu_list_row_actions to row actions on Admin List Pages
  • Added a filter to the featured site image cropping size
  • Added the Add-ons link to the main plugin menu
  • Redirect to the current payment page on the Paypal confirmation process instead of the main register page
  • Reduced the amount of data sent to create a new order in checkout to prevent PHP warnings
  • Improved PayPal confirmation values and trial message
  • Deprecated the use of the property $version on the class WP_Ultimo in favor of a class const
  • Improved checkout error handler to display actual field names from the current checkout form
  • Removed Cloudflare integration alert as it’s no longer required (https://blog.cloudflare.com/wildcard-proxy-for-everyone/)
  • Redirect the user to update the page when clicking to unlock a plugin or theme not allowed for the current membership
  • Remove the X-Frame-Options header while in the template previewer
  • Add a new logger class to better track errors
  • Event visualization not showing Payload
  • Breakage in limitation merging for sites, memberships, and products
  • Performance issues with the Freemius SDK, especially on larger networks
  • Incompatibility with UI Press Lite causing fatal errors on the login page
  • PayPal auto-renewal toggle not activating after IPN recurring profile created message
  • Fixed handling Checkout Forms with no fields
  • Replaced deprecated wpmu_new_blog used on our Rank Math compatibility code
  • Additional offset checks when trying to access Form fields
  • Remove the current site “Admin Panel” link from the Account page when the “show_admin_link” is set to false
  • Error when renewing a membership manually created by an admin
  • Products with “Contact Us” pricing type of “Contact Us” changing to free on save
  • Membership issues with activation on PayPal profile creation
  • Visits counter script is always loaded, ignoring the status of the actual setting controlling it
  • Ensure array value when searching for user email errors for multiple account features to avoid PHP warnings
  • Enforce site ownership before applying a new domain mapping via the frontend form
  • Prevent globally-scoped callables from being used as form field attributes
  • Replaced deprecated wpmu_new_blog used by WP E-Signature, which prevents sub-site creation from completing properly
  • Fixed the URL returned to register and other wp ultimo pages
  • Fixed checkout triggered by a shortcode template page not skipping the template selection step
  • Fixed checkout triggered by a shortcode pricing table page not preselecting the desired plan
  • Clears session for the sign-up process after the registration is successfully over
  • Add URLs as an exception to the white-labeling feature to avoid breakage with WordPress URL passes through the sprintf function
  • Fixed incompatibility with WP CLI when the --skip-plugins is present and the context is a customer sub-site
  • Improved the get method of items displayed in model selectors, to avoid not loading all available items
  • Fixed critical error while rendering pricing table without an active product
  • Domain Mapping and SSO inconsistencies in PHP 8.0 environments
  • Allow wu_get_* functions to be used as form field attributes callback
  • Fixed the display of tooltips on checkout form fields
  • Added an extra check to make sure product variations exist before replacing the cart product with it
  • Filters already defined default pages from selection in settings
  • Remove height: 100% from the legacy-shortcode.css file
  • Ensures that inactive sites are not included in the template previewer list
  • Ensures that inactive sites are not included in the template selector
  • Ensures the main site is always added to the My Sites list for super admins
  • Fix Stripe scripts being loaded even with the payment method disabled
  • Renewal invoices from Stripe webhooks without tax and discount
  • Ensure the cart is correctly built on checkout in cases where payment gateway webhooks complete the payment before we finish the process
  • Ensures that we only show the migration pending notice to networks there were not migrated yet
  • Fix template overrides
  • Changed the response code when subsite maintenance mode is on to 503, instead of 500
  • Fix email broadcast to target products
  • Use the default WordPress session on Checkout Form Editor to avoid errors with cookie sizes
  • Fixed stripe refund amount received in the webhook call
  • Fixed gateway confirmation redirection used on Stripe Checkout and PayPal for update form
  • Fixed Stripe Checkout billing cycle anchor on downgrades
  • Added the customer data to the payment renewal event payload so we can send customer emails
  • Added the customer data to the mapped domain creation event payload so we can send customer emails
  • Ensures that we only show the migration pending notice to networks there were not migrated yet
  • Fixed template overrides not being correctly loaded
  • Changed the response code when subsite maintenance mode is on to 503, instead of 500
  • Avoid pending site duplicates after creating an account
  • Set membership as trialing when creating without a payment method and user verification
  • Remove membership internal data from events
  • Remove the customer from sites different from the customer-owned type.
  • Fixed the test to create a new contact us product plan
  • Fixed product description unexpected backslashes being added when apostrophe, backslash, single and double quotes were used
  • Fixed limits and quotas widget to show limits only if limitations are enabled

Version 2.0.9

Released on 2021-12-29

Notes

  • Added: Hook wu_checkout_after_process_order added – required by the new AffiliateWP Integration;
  • Added: Filters for class-current – wu_current_site_get_manage_url, wu_current_set_site, wu_current_set_customer. Useful for integrations and later front-end management functionality;
  • Added: Template Switching capabilities;
  • Improvement: cPanel integration now adds sub-domains when alternative domain names are offered on registration;
  • Fixed: Selectizer templates not being loaded for Support Agents;

Version 2.0.8

Released on 2021-12-21

Notes

  • Added: Templates can be pre-selected using the URL format: /register/template/template_site_name_here;
  • Added: Filter to change the /template/ portion of the pre-selected site template URL – “wu_template_selection_rewrite_rule_slug”;
  • Added: Adds the sv_SE and it_IT translations – thanks Annika Sjöberg and Edoardo Guzzi;
  • Improvement: Updated the legacy template selection layout to use flex-box over older CSS rules;
  • Improvement: Added a “cols” parameter to the wu_templates_list shortcode – with a default value of 3;
  • Improvement: Caching results of plugin permissions on the same request to improve performance;
  • Fixed: Dropdown and other elements of the template previewer page not working as expected;
  • Fixed: Lazy loads the events default payloads via a callable – preventing errors during installation;
  • Fixed: Changed the h1 tag on the legacy template selection layout to an h2 for SEO reasons;
  • Fixed: Shortcode wu_pricing_table buttons now correctly select plans on the checkout form;
  • Fixed: Order Summary containing some untranslatable strings – they are now part of the .pot file;
  • Fixed: Product duplication not copying the limitations and other meta info;
  • Fixed: Refactored the algo that decides if an install needs to run the migrator or not;

Version 2.0.7

Released on 2021-12-14

Notes

  • Added: Support widget added to the migrator error screen so customers can send the necessary info for the support team;
  • Added: Domain hosting integrations are now handled and activated by the migrator automatically;
  • Improvement: Condensed the Migrator checks into a single step so we can make sure transaction rollbacks are not affecting the results;
  • Improvement: Clear domain stage logs when a domain name is deleted;
  • Improvement: Added the skip_validation option to the wu_create_payment function – which is required for the migrator to work properly;
  • Improvement: Adds dumb Mercator file and a Mercator load statement to the v2 sunrise file to increase compatibility with WP Ultimo after a rollback is performed;
  • Fixed: Migrator now successfully migrates the gateway info for memberships;
  • Fixed: The webhook listener endpoint for v1 now have dedicated logic to treat webhooks before handing it over to the new endpoint;
  • Fixed: Stripe Checkout treating all payments as an upgrade, including the initial one;
  • Fixed: DNS propagation check failing due to Cloudflare breaking the list of DNS entries regardless of Cloudflare being active;
  • Fixed: Cloudflare DNS injection is only loaded when Cloudflare is active;

Version 2.0.6

Released on 2021-12-07

Notes

  • Added: Option to “emulate” post types to avoid having unnecessary plugins active on the main site;
  • Improvement: Re-add deprecated Mercator hooks for backwards compatibility: mercator.mapping.created, mercator.mapping.updated, mercator.mapping.deleted;
  • Fixed: Removed the 100 site template limitation on the [wu_templates_list] shortcode and the Template Selection field;
  • Fixed: Selecting a template from the [wu_templates_list] starts the registration with the template pre-selected correctly;
  • Fixed: cPanel Integration’s step to check for a valid connection return success even when an “Access Denied” error had occurred;
  • Fixed: Changing the field slug on the Checkout Form editor was creating a new field instead of modifying the existing one;
  • Fixed: Added support for Elementor’s render_widget ajax calls to prevent errors when saving pages that contain WP Ultimo elements;
  • Fixed: Edge-case where some users were not able to install add-on after opening the “More Info” window;
  • Fixed: Elementor editor not loading in some edge-case scenarios when Multiple Accounts was activated;
  • Fixed: Legacy product pricing table behaving exactly like the pricing table of the previous version;
  • Fixed: The main site was being marked as a site template and showing up on template selection fields – this fix only applies to newly migrated networks but added an extra check to prevent the main site from being displayed as a template option;
  • Fixed: Hard-coded reference to 300 sites on the Legacy pricing table template;

Version 2.0.5

Released on 2021-12-02

Notes

  • Added: A new class Unsupported that performs security checks when v2 is first activated on a v1 network that has v1 add-ons active;
  • Added: Initial version of the file with the elements public apis;
  • Added: Send www. version alongside naked domain to Cloudways when new domains are added;
  • Improvement: Wraps “wu_core_update” on a try/catch statement;
  • Improvement: Strings used on price descriptions (day, week, month, year) are now translatable;
  • Fixed: Fixed template id validation rules to prevent errors;
  • Fixed: Limitation merging between plans and packages behaving as expected again;
  • Fixed: Filter “wu_domain_has_correct_dns” returning the wrong base value;
  • Fixed: Re-adds shortcode registration for customer-owned sites when the context requires it – such as the upgrade form;
  • Fixed: Replaced the generic “Object removed successfully” with a contextualized message;
  • Fixed: Templates not showing up despite being marked as available on plans;
  • Fixed: Better logic on setting the active plan on the checkout form to avoid two plans from being selectable;
  • Fixed: Adding our shortcodes to Elementor would break their editor after a initial save;
  • Fixed: Prevents Ultimo elements from breaking Divi – still needs work to make sure element previews display correctly inside the visual editor;

Version 2.0.4

Released on 2021-11-29

Notes

  • Added: Link to resend verification email on the “Thank You” page;
  • Added: Option to save checkout fields as user meta;
  • Added: Option to restrict SSO calls to login pages only – on Settings → Domain Mapping;
  • Added: Option to disable the Screenshot Generator on Settings → Sites;
  • Added: Option to force synchronous site publication on Settings → Login and Registration;
  • Improvement: General clean-up to the checkout form editor fields/steps options;
  • Improvement: Performance impact of Theme Limits class greatly reduced;
  • Improvement: Fetch Cloudflare DNS entries to comparison table when checking for DNS propagation;
  • Improvement: Move SSO ajax calls to light ajax for 50%+ performance gains on those calls;
  • Improvement: Add an option to disable the “Hover to Zoom” feature on Settings → Other Options;
  • Improvement: Load block editor fields for WP Ultimo blocks with default values pre-loaded;
  • Improvement: Display message when new products are created, mentioning that they need to be manually added to forms;
  • Improvement: Display message when new site templates are created, mentioning that they need to be manually added to forms;
  • Improvement: Better cPanel and Cloudflare integration descriptions, to make their purpose clearer;
  • Improvement: Add a warning when the sunrise.php is still being loaded, even when WP Ultimo is no longer active;
  • Improvement: The template selection and pricing table fields automatically submit the form when they are the only relevant fields of a checkout step;
  • Improvement: Option to skip plan selection if value is pre-loaded via the URL;
  • Improvement: Prevent Oxygen builder from removing default hooks – used to load styles – on the Template Previewer page;
  • Improvement: Enforce validations rules for template selection and products, making these fields mandatory;
  • Fixed: Confirmation email not being sent when email verification was enabled;
  • Fixed: Auto-generate options for site_url, site_title, and username not working;
  • Fixed: JavaScript incompatibility with FluentCRM, UIPress, and other JS-heavy plugins;
  • Fixed: Cart validations for price variations passing in situations where errors should be displayed;
  • Fixed: Broadcast list table breaking when products attached to a Broadcast gets delete;
  • Fixed: Replaced deprecated wp_no_robots with wp_robots_no_robots, if available;
  • Fixed: “Maintenance Mode Active” top-bar warning appearing on the front-end even when maintenance mode was disabled;
  • Fixed: System Info, Account, and Job Queue page links being added to the footer before the installation was complete;
  • Fixed: Manage Sites page search input not working;
  • Fixed: Only register WP Ultimo blocks and shortcodes on sites that are not customer-owned;
  • Fixed: Fatal error when duplicating site templates or publishing pending sites on certain scenarios;
  • Fixed: cPanel integration not working when the port constant was omitted;
  • Fixed: Removed unnecessary mock implementation of get_current_screen() from the signup-main template;
  • Fixed: Domain Mapping element redirecting to /wp-admin regardless of original location after adding/removing a domain;
  • Fixed: Auto-increasing discount codes “uses” count when payments that used those discount codes are received not working;
  • Fixed: Unable to bulk delete, activate, and deactivate discount codes;
  • Fixed: “Use this template” button on the template previewer communicates selection back to the checkout;
  • Fixed: Editing the custom login page was not possible with any page builder as it redirected back to /wp-admin;
  • Fixed: Fatal error when trying to locate the FpdfTpl class in certain environments, specially shared hosting;
  • Fixed: Adjusted the layout to better fit the legacy template page;
  • Fixed: Check for Elementor file manager instance before trying to call the clear_cache method;
  • Fixed: Adding classes and an ID to a checkout form step not working;
  • Fixed: Add and remove note forms not working;

Version 2.0.3

Released on 2021-11-23

Notes

  • Improvement: Remove the subdirectory/subdomain tab of the new site form depending on the install type;
  • Fixed: “Install User Switching” form not available;
  • Fixed: WooCommerce incompatibility with multiple accounts on login;
  • Fixed: DNS checking for domains not working, keeping domains stuck on the checking dns status;

Version 2.0.23

Released on 2022-11-22

Notes

  • Added: Custom Thank You page text for sites area when membership has no sites attached;
  • Added: PayPal payment description with trial and recurring payment specification;
  • Added: Network logo at PayPal checkout;
  • Improvement: site_url and site_title removed as required fields in checkout form, allowing the creation of memberships without sites (both fields are now optional);
  • Improvement: PayPal confirm page styles improved;
  • Improvement: PayPal now accepts non recurring discounts and fees with trial period in membership;
  • Improvement: WP Engine integration now also adds subdomains (we recommend the use of wildcard as first option);
  • Improvement: Restrict site creation to active and trialing memberships;
  • Improvement: Length limit of 63 chars in site_url checkout field according to DNS specifications;
  • Improvement: Added CUSTOMER_ID, CUSTOMER_EMAIL, MEMBERSHIP_AMOUNT, ORDER_ID placeholders on Thank You page script field;
  • Improvement: Changed ORDER_PRODUCTS placeholder on Thank You page scripts to show the list of products ids instead of the product hash;
  • Fix: WP Engine integration install;
  • Fix: Fix the use of wu_append_preview filter on plugins compatibility file;
  • Fix: Allow removal of all categories on a template site;

Version 2.0.22

Released on 2022-10-26

Notes

  • UI Blocks
    • Added: Option to add a custom page to redirect user after click in a site in “My Sites” block;
    • Added: Option to redirect to the WP admin dashboard after click in a site in “My Sites” block;
    • Added: Option to show the site WP admin link on “Current Site” block;
    • Added: Option to limit the invoices showed in the “Invoices” block;
    • Added: Option to select a custom page to redirect the customer if de site is deleted in “Site Actions” block;
    • Added: Options to hide some links in “Site Actions” block;
    • Improvement: UI Blocks adjusted to load on main site with current membership set for customer;
    • Improvement: Show pending sites on “My Sites” block;
  • Added: Option in WP Ultimo sites settings to allow the selection of a page on main site to create a new site;
  • Added: Option in WP Ultimo membership settings to allow the selection of a page on main site to update membership;
  • Added: Optional constant WU_GATEWAY_LISTENER_URL to allow us to change the URL to use on gateway webhooks (usefull on dev environments);
  • Added: Option to filter by trialing memberships on memberships list page;
  • Improvement: Paypal confirmation view with correct styles in table and button;
  • Improvement: Get all published pages on pages select input;
  • Improvement: Allow multiple sites generated by username as url/path (a number will be inserted after the username);
  • Improvement: Get product line items on payments generated by Stripe webhook calls;
  • Fix: Legacy checkout template styles on WordPress 6+;
  • Fix: Paypal gateway with trial period in membership;
  • Fix: Multistep form not working correctly with fields in query params;
  • Fix: Payment process after trial period not working in payment form;
  • Fix: Product variation not setted in cart by current payment;
  • Fix: Stripe Checkout gateway with non recurring discount coupon and trials in same order;
  • Fix: Paypal gateway with trial period in membership;
  • Fix: MRR calculated value on Ultimo dashboard for yearly memberships;
  • Fix: Payment link on admin payment edit page;
  • Fix: Template switch using default template sites;

Version 2.0.21

Released on 2022-10-11

Notes

  • Fix: Discont code error while finishing checkout;

Version 2.0.20

Released on 2022-09-30

Notes

  • Added: Security mode to deactivate all plugins except WP Ultimo and mu-plugins at once and reactivate after disable;
  • Added: Allow customers to update the membership to plans and variations with different periods;
  • Added: Allow customers to select one of their sites when creating a new one;
  • Added: Error message when customers access the “add user” page over users limit;
  • Added: wu_return_url filter, allowing custom redirections after checkout process;
  • Improvement: New payments from manual gateway are now generated by current membership;
  • Improvement: Elementor compatibility on mapped sites;
  • Improvement: RankMath and RankMath Pro compatibility on main site;
  • Improvement: WP Hide Pro compatibility on site previewer;
  • Improvement: Membership limits with different product amounts;
  • Improvement: Limits merge sum with multiple products;
  • Fix: Deactivate site option on admin site edit page;
  • Fix: Payment form checkout validation;
  • Fix: Steps form field style on legacy template;
  • Fix: Webhooks now work as expected;
  • Fix: Checkout error when selected product forces a site as template and template selector is showing in current form;

Version 2.0.2

Released on 2021-11-22

Notes

  • Fixed: “Unauthorized” error when trying to install add-ons;

Version 2.0.19

Released on 2022-08-31

Notes

  • Added: Event to send email when a new payment is created via cron in WP Ultimo (trial without payment method and manual payments for now);
  • Added: Email template for new payment created event;
  • Added: Popup after login with customer pending payments if exist;
  • Added: Link to payment form on invoices element;
  • Added: Support for CJK (Chinese, Japanese, and Korean) characters in invoice text;
  • Added: Stripe gateways payment line items on WP Ultimo payment created on renewals;
  • Added: wu_setup_step_done_name filter on setup wizard;
  • Improvement: Form steps filtering for fields to hide when autosubmit;
  • Fix: Unexpected behavior when advance form steps in forms like the create new site;
  • Fix: Template site limits verification on create new site form;
  • Fix: Post type limitation on legacy pricing table;
  • Fix: New site form template selector styles;
  • Fix: Limitations merge on products and memberships;

Version 2.0.18

Released on 2022-08-05

Notes

  • Added: Current currency in use on Stripe and StripeCheckout product gateway;
  • Added: wu_pre_save_settings filter to allow data change before save settings;
  • Added: Stripe and Stripe Checkout api keys verification on save settings;
  • Added: Show messages to customer on forms according sistem and account limitations;
  • Added: Current membership selected on Current class;
  • Improvement: Set trial status according membership data on save process;
  • Improvement: Delete object cache key of a model after save process;
  • Improvement: Non recurring coupon value on stripe checkout;
  • Improvement: New session system on forms;
  • Improvement: Stripe and Stripe Checkout calls, ensuring correct API keys in use;
  • Improvement: Create new payment with Stripe and Stripe Checkout only on “charge.succeeded” webhook event;
  • Improvement: Check if membership uses Stripe or Stripe Checkout gateway on webhook calls to prevent duplicated processes which can cause subscription cancelation on gateway;
  • Improvement: Public API load order to by present on setup wizard;
  • Improvement: get_broadcast_targets method return on class Broadcast;
  • Improvement: Multiple account with woocomerce billing_address value;
  • Fix: Subtotal value on cart items;
  • Fix: Stripe card input styles;
  • Fix: Check the available template sites for selected products;
  • Fix: Correct build the cart with trial period on checkout process;
  • Fix: Template switch form;
  • Fix: Stripe and Stripe Checkout error code on WP_Error;
  • Fix: Stripe and Stripe Checkout webhook listener url shown in payment settings;
  • Fix: Stripe and Stripe Checkout production mode setting value on save;

Version 2.0.17

Released on 2022-07-04

Notes

  • Fix: New site creation not working on customer form;

Version 2.0.16

Released on 2022-07-01

Notes

  • Improvement: Allow the auto-submission of fields with the steps field present in form;
  • Improvement: Do not calculate prorate in upgrades if membership is in trial period;
  • Improvement: PayPal gateway rebuilt to run updates on memberships;
  • Improvement: Set Stripe Webhook mode by request mode (live or sandbox);
  • Fix: Checkout form editor not showing the input and steps settings;
  • Fix: Step being duplicate when updating the step id in checkout form editor;
  • Fix: Paypal gateway not completing the checkout process on recurring payments;
  • Internal: Additional tests for WordPress 6.0;
  • Internal: Improved the multistep checkout test;
  • Internal: Improved the model generators for better tests;
  • Internal: Improved the code to check sent emails in automated tests;

Version 2.0.15

Released on 2022-06-15

Notes

  • Added: Currency Saudi Riyal
  • Improvement: Removes unlisted countries from the billing address checkout field when using the “Restrict by country” option;
  • Improvement: Disables the “Restrict by country” toggle when saving the form without allowed countries;
  • Improvement: Improves the addition of billing address fields by allowing the removal of fields through the “wu_billing_address_fields” filter and avoiding error in the use of this filter;
  • Improvement: Checks if payment status is completed when building the cart to prevent error with Ultimo defining the cart as “retry”;
  • Improvement: Verifies if the cart has a future value to be paid to better handle downgrades;
  • Improvement: Checks if subscription is not already cancelled on Stripe and Stripe Checkout gateways before trying to cancel;
  • Improvement: Improvement: Changes stripe.js handlers to better code readability and to follow Stripe recommendations;
  • Improvement: Adds a line item in cart in case of downgrade to remove the current value from payment on swap schedule;
  • Improvement: Calculates prorate credit when upgrading membership;
  • Improvement: Changes the method that checks if we need to collect payments to consider the possibility of future payments before returning false to handle downgrade cases;
  • Improvement: Changes next billing charge date method to consider downgrades with scheduled swap;
  • Improvement: Schedules swap with Stripe and Stripe Checkout gateway to handle downgrades to paid plans;
  • Improvement: Handles gateway subscription cancelation when membership gateway data has change;
  • Improvement: Checks for Stripe webhooks in Stripe Checkout gateway;
  • Improvement: Ensures data type of test_mode value to bool on Stripe, Stripe Checkout and Paypal to prevent errors;
  • Fix: Added currency value when creating the cart from a payment or membership to avoid errors on gateway processes as with GoCardless;
  • Fix: Mapped domains redirect not working;
  • Fix: Problem with gateways as GoCardless that needs the currency value to finish checkout process;
  • Fix: Limit site users by role not working;
  • Fix: Problem with the broadcast message being delivered just to the first customer;
  • Fix: Free membership not being activated even with email verification disabled;
  • Fix: SSO not working on wp-admin page with mapped domains;
  • Fix: Stripe saved cards not working;
  • Fix: Downgrade cart not being correctly built when new plan is not free;
  • Fix: Correctly define a cart as “retry” and postpone the payment verification when building it to prevent some errors on checkout validation process;
  • Fix: Get the enable multiple membership value config from settings value;
  • Fix: Allow updates with current plan on trial period;
  • Fix: Stripe Checkout gateway id with wrong value on get_or_create_customer method;
  • Fix: Stripe maybe_cancel_old_subscriptions method not working;
  • Fix: Stripe Checkout sandbox toggle not working on settings;
  • Fix: Site publish on trials with payment method;
  • Fix: Cart build with membership causing error due currency error;
  • Internal: Fix delete product test;

Version 2.0.14

Released on 2022-05-27

Notes

  • Added: Message on email verification if user is not logged in, with a link to login page including a redirection back to email verification;
  • Improvement: Hide go back checkout button if it is in second step, the first is a plan selection and if plan is pre-selected in URL;
  • Improvement: Grouped go back and next buttons in same line in checkout form;
  • Improvement: Suppress email change notification on page duplication causing confusion about the current admin in template sites;
  • Improvement: Upgrade from free to another free plan capability;
  • Improvement: Error message on integration wizard containing missing constants on wp-admin.php;
  • Improvement: Woocommerce performance when listing sites;
  • Fix: Stripe webhook not being processed by ultimo;
  • Fix: Go back action in checkout keeps previous step with loading block screen;
  • Fix: Currency in payment with wrong symbol;
  • Fix: Stripe checkout not redirecting in Safari;
  • Fix: Stripe gateway causing error when using trials without payment method;
  • Fix: Error with domain field not accepting dots when trying to create a new site via network admin page;
  • Fix: Value “enable_custom_login_page” added with value 1 on ultimo install process to avoid errors on ultimo setup page;
  • Fix: Downgrade to a free plan activating the current paid plan and giving lifetime membership if no payment accepted before;
  • Fix: Payment invoice placeholders;
  • Internal: Fix composer Symfony package versions;