Skip to content

Commit

Permalink
2.1.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smusman98 committed Jul 18, 2022
1 parent 3713192 commit 285a786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions freemius/includes/class-freemius.php
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ private function register_constructor_hooks() {
add_filter( 'site_transient_update_plugins', array( 'Freemius', '_remove_fs_updates_from_plugin_install_page' ), 10, 2 );
} else if ( self::is_plugins_page() || self::is_updates_page() ) {
/**
* On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can determine if the plugin information dialog should show information from Freemius.
* On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can determine if the plugin information dialog should show information from Freemius.
*
* @author Leo Fajardo (@leorw)
* @since 2.2.3
Expand Down Expand Up @@ -19451,7 +19451,7 @@ private function get_valid_user_licenses_endpoint() {
/**
* Fetches active licenses that are enriched with product type if there's a context `bundle_id` and bundle
* licenses enriched with product IDs if there are any. From the licenses, the `get_updated_account_addons`
* method filters out non–add-on product IDs and stores the add-on IDs.
* method filters out non–add-on product IDs and stores the add-on IDs.
*
* @author Leo Fajardo (@leorw)
* @since 2.2.4
Expand Down Expand Up @@ -19512,7 +19512,7 @@ function get_updated_account_addons() {
}
}

// Filter out non–add-on IDs.
// Filter out non–add-on IDs.
$new_account_addons = array_intersect( $addon_ids, $license_product_ids );
if ( count( $new_account_addons ) !== count( $account_addons ) ) {
$this->_store_account_addons( array_unique( $new_account_addons ) );
Expand Down Expand Up @@ -23452,6 +23452,7 @@ function _add_tracking_links() {
if (
$this->is_addon() &&
! $this->is_only_premium() &&
is_object( $this->_parent ) &&
$this->_parent->is_anonymous()
) {
return;
Expand Down Expand Up @@ -25384,4 +25385,4 @@ function add_show_pending( $path ) {
}

#endregion
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Post SMTP is *not* another WP Mail SMTP clone like WP Bank or Easy SMTP. It repl
= The Most Fast And Easy =
See how fast and easy to setup Post SMTP with Google/Gsuite or any SMTP service.

https://www.youtube.com/watch?v=z-x1DhcAN0o
https://www.youtube.com/watch?v=uN_8lNv7KBo

= Standard Features =
* Easy-to-use, powerful Setup Wizard for perfect configuration
Expand Down

0 comments on commit 285a786

Please sign in to comment.