|
1 | | - |
2 | 1 | = {productname} {release-version} |
3 | 2 | :release-version: 8.0.0 |
4 | 3 | :navtitle: {productname} {release-version} |
@@ -27,8 +26,10 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] |
27 | 26 | * xref:deprecated[Deprecated] |
28 | 27 | * xref:known-issues[Known issues] |
29 | 28 |
|
30 | | -[NOTE] |
31 | | -For additional details on {productname} {release-version} breaking changes when considering upgrading, see xref:migration-from-7x.adoc[Migrating from {productname} 7 to {productname} {release-version}]. |
| 29 | +[IMPORTANT] |
| 30 | +==== |
| 31 | +This release includes breaking changes to the license key system. All commercial self-hosted deployments must update their license keys to use the new `T8LK:` prefix format. For details on this and other breaking changes when considering upgrading, see xref:migration-from-7x.adoc[Migrating from {productname} 7 to {productname} {release-version}]. |
| 32 | +==== |
32 | 33 |
|
33 | 34 | [[new-premium-plugin<s>]] |
34 | 35 | New Premium plugin<s> |
@@ -119,7 +120,30 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a |
119 | 120 | [[changes]] |
120 | 121 | == Changes |
121 | 122 |
|
122 | | -{productname} {release-version} also includes the following change<s>: |
| 123 | +{productname} {release-version} includes the following changes: |
| 124 | + |
| 125 | +=== Enhanced license key system with T8LK prefix |
| 126 | + |
| 127 | +The license key system in {productname} 8 has been enhanced to provide improved subscription access control and streamlined renewal processes. All commercial license keys for self-hosted deployments now require the `T8LK:` prefix to indicate version 8 compatibility. |
| 128 | + |
| 129 | +Key changes include: |
| 130 | + |
| 131 | +* All commercial license keys must start with `"T8LK:"` prefix |
| 132 | +* Enhanced JWT-based validation that runs entirely in the browser |
| 133 | +* No server communication or "phone home" checks required |
| 134 | +* Support for both date-based and version-locked keys |
| 135 | +* Streamlined hybrid deployment configuration |
| 136 | +* Improved support for air-gapped and offline environments |
| 137 | + |
| 138 | +[IMPORTANT] |
| 139 | +==== |
| 140 | +* GPL usage still requires setting `license_key: 'gpl'` (case insensitive) |
| 141 | +* For open source projects using premium features, use the combined format: `license_key: 'GPL+T8LK:your-license-key'` |
| 142 | +* The license key is not required when using {cloudname} with an API key |
| 143 | +==== |
| 144 | + |
| 145 | +For more information on the new license key system, see: xref:license-key.adoc[License Key]. |
| 146 | + |
123 | 147 |
|
124 | 148 | // === <TINY-vwxyz 1 changelog entry> |
125 | 149 | // #TINY-vwxyz1 |
|
0 commit comments