strapi-plugin-magic-sessionmanager 3.5.0 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Magic Session Manager - Advanced Session Management for Strapi v5
3
+ *
4
+ * Copyright (c) 2025 Schero D.
5
+ *
6
+ * Licensed under the MIT License
7
+ *
8
+ * This plugin is free to use for personal and commercial projects.
9
+ *
10
+ * IMPORTANT RESTRICTION:
11
+ * The license validation system (license-guard.js and related components)
12
+ * must remain intact and functional. Removing or bypassing this system
13
+ * is strictly prohibited.
14
+ *
15
+ * See LICENSE file for full terms.
16
+ *
17
+ * Repository: https://github.com/Schero94/Magic-Sessionmanager
18
+ * Issues: https://github.com/Schero94/Magic-Sessionmanager/issues
19
+ */
20
+
package/LICENSE CHANGED
@@ -12,6 +12,12 @@ furnished to do so, subject to the following conditions:
12
12
  The above copyright notice and this permission notice shall be included in all
13
13
  copies or substantial portions of the Software.
14
14
 
15
+ **ADDITIONAL CONDITION:**
16
+ The license validation system (including but not limited to license-guard.js,
17
+ license controller, and related API endpoints) must remain intact and functional.
18
+ Removing, bypassing, or disabling the license validation system is strictly
19
+ prohibited.
20
+
15
21
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
22
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
23
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
package/README.md CHANGED
@@ -484,10 +484,37 @@ A: Not yet, but it's planned for future versions!
484
484
 
485
485
  ## 📄 License
486
486
 
487
- **MIT License** - Free to use!
487
+ **MIT License** - Free to use for personal and commercial projects!
488
488
 
489
489
  **Copyright © 2025 Schero D.**
490
490
 
491
+ ### Important License Restriction
492
+
493
+ This plugin is **free and open source**, BUT:
494
+
495
+ ⚠️ **You CANNOT modify the license validation system**
496
+
497
+ This means:
498
+ - ❌ Cannot remove `license-guard.js`
499
+ - ❌ Cannot bypass license activation
500
+ - ❌ Cannot disable license checks
501
+ - ❌ Cannot modify license-related endpoints
502
+
503
+ **Why?** The license system ensures:
504
+ - Quality and ongoing support
505
+ - Spam prevention
506
+ - Usage analytics for improvements
507
+ - Fair use tracking
508
+
509
+ **What you CAN do:**
510
+ - ✅ Use freely (personal & commercial)
511
+ - ✅ View and study source code
512
+ - ✅ Report issues and contribute
513
+ - ✅ Deploy in production without fees
514
+ - ✅ Integrate in your projects
515
+
516
+ See [LICENSE](./LICENSE) and [COPYRIGHT_NOTICE.txt](./COPYRIGHT_NOTICE.txt) for full terms.
517
+
491
518
  ---
492
519
 
493
520
  **Made with ❤️ for Strapi v5**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.5.0",
2
+ "version": "3.6.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -33,6 +33,7 @@
33
33
  "strapi-server.js",
34
34
  "README.md",
35
35
  "LICENSE",
36
+ "COPYRIGHT_NOTICE.txt",
36
37
  "pics"
37
38
  ],
38
39
  "scripts": {