You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebrand to FoxeLabs and rename to wp-freemius-client
The library moved from duckdev to foxelabs and is renamed from
freemius-plugin-licensing to wp-freemius-client, matching the wp-*
naming used by the sibling libraries.
* Package duckdev/freemius-plugin-licensing -> foxelabs/wp-freemius-client
* Namespace DuckDev\Freemius\ -> FoxeLabs\Freemius\
* Point the GitHub and docs URLs at the new org and path
* Bump to 3.0.0 — the namespace rename is breaking
Copy file name to clipboardExpand all lines: composer.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
{
2
-
"name": "duckdev/freemius-plugin-licensing",
3
-
"version": "2.0.2",
2
+
"name": "foxelabs/wp-freemius-client",
3
+
"version": "3.0.0",
4
4
"type": "library",
5
-
"description": "Lite version of the Freemius SDK for managing plugin licensing and updates using Freemius APIs, specifically developed for use with Duck Dev plugins.",
5
+
"description": "Lite version of the Freemius SDK for managing plugin licensing and updates using Freemius APIs, specifically developed for use with Foxe Labs plugins.",
0 commit comments