Skip to content

Tags: matczar/wordpress-sdk

Tags

2.5.0-rc.1

[css] [utf] Removed BOM.

2.4.2

Merge branch 'develop'

* develop: (30 commits)
  [connect] [ui] Updated the permissions tooltip to show when hovering the title, not only the question mark icon.
  [version]
  [translations] [update]
  [pricing] Explicitly set the default pricing JS path to null to make it clearer.
  [pricing] [refactor] [enhancements]
  [pricing] [refactor] Renamed a variable.
  [pricing] Fixed the loading of the pricing JS path so that it will be based on the SDK that comes with the plugin or theme.
  [license-activation] [optimize] Made it clear that the extensions opt-in is optional (on top of it being off by default).
  [css] [compile]
  [data-sync] [beta-enrollment] [fix]
  [license-activation] [optimize] Optimized the UI for the license activation screen to clarify the context of Freemius, simplify the UI, and explain why data is necessary for the updates and licensing mechanism.
  [license-activation] [new] Introduced a new link to known license activation issues.
  [license-activation] [extension-tracking] The extensions tracking is now off by default upon license activation.
  Update class-fs-logger.php
  [version] + [php-doc]
  [beta-program] [update] Due to the transition to install-level beta enrollment along with the complexity of the multi-store level Account page, only show the beta enrollment option on site-level WP Admin.
  [beta-program] [fix] A user can be "registered" without an install.
  [beta-program] We no longer need to sync the user data with the daily cron as the beta program flag moved to the install-level, which is already synced on a daily basis when running a paid codebase.
  Allow developers to override the extension tracking flag as they wish.
  [beta] [program] [site] Made changes for Beta program, related to API endpoints changes.
  ...

# Conflicts:
#	package.json

2.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Freemius#455 from Freemius/develop

Develop

2.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Freemius#438 from Freemius/develop

Develop

2.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Freemius#383 from Freemius/develop

Updated the version in package.json

2.3.1

Merge branch 'develop'

* develop:
  [package] [version]

2.3.0

Merge branch 'develop'

* develop: (221 commits)
  [localization] [update]
  [version]
  [details-dialog] [optimization]
  [add-on] [dialog] Also check the premium releases count of an add-on when determining if it has any deployed versions.
  [first-time-path] Do not return an admin URL if the first-time path is empty.
  [ms] `get_sites()` should try to get the sites only when actually in a multisite environment.
  [storage-adjustment] Removed a redundant check.
  [storage-adjustment] [refactor] Aggregated and cleaned up the logic that handles storage changes when switching between site/network activations.
  [storage-adjustment] [refactor] Use "continue" instead of an if-else statement, for cleaner code.
  [storage-adjustment] [revert] Reverted an unnecessary change.
  [storage-adjustment] [refactor] [js-doc]
  [ms] Fixed an issue with the detection of network admin pages.
  [storage-adjustment] [minor]
  [storage-adjustment] [js] [refactor]
  [storage-adjustment] [refactor] When adjusting the storage options after changing the plugin activation type, set the install timestamp only if it's not yet set.
  [storage-adjustment] [refactor] Introduced a new network-level option that is used to decide if the storage should be adjusted.
  [network-storage] Updated the logic that decides which AJAX action to use when delegating the activation (`activate_license` or `network_activate`) and handled the setting of the network install and blog ID when delegating or skipping for all selected sites and there's already an install (any install).
  [storage-adjustment] [delegation] [refactor] When transitioning to network-level plugin activation/storage and there are installs that are not owned by the logged-in WP user, set the `is_delegated_connection` option for those sites to `true`.
  [plans] Fixed an issue with the retrieving of plan IDs that are still associated with installs on a multisite environment.
  [plans] Fixed an issue with the storing of plans after deleting an account.
  ...

# Conflicts:
#	start.php
#	templates/forms/deactivation/form.php

2.2.4


    

2.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Freemius#297 from Freemius/develop

Develop

2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Freemius#284 from Freemius/develop

[start] [essentials] [bug-fix]