strapi-plugin-magic-mark 1.3.0 → 2.0.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.
- package/COPYRIGHT_NOTICE.txt +3 -3
- package/LICENSE +1 -1
- package/README.md +6 -6
- package/package.json +5 -5
package/COPYRIGHT_NOTICE.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* MagicMark - Advanced Query Builder for Strapi
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2025 Schero
|
|
4
|
+
* Copyright (c) 2025 Schero D.
|
|
5
5
|
*
|
|
6
6
|
* Licensed under the MIT License
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*
|
|
15
15
|
* See LICENSE file for full terms.
|
|
16
16
|
*
|
|
17
|
-
* Repository: https://github.com/
|
|
18
|
-
* Issues: https://github.com/
|
|
17
|
+
* Repository: https://github.com/Schero94/Magicmark
|
|
18
|
+
* Issues: https://github.com/Schero94/Magicmark/issues
|
|
19
19
|
*/
|
|
20
20
|
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -300,7 +300,7 @@ Contributions are welcome! Please:
|
|
|
300
300
|
|
|
301
301
|
Found a bug? Please report it:
|
|
302
302
|
|
|
303
|
-
**GitHub Issues:** https://github.com/
|
|
303
|
+
**GitHub Issues:** https://github.com/Schero94/Magicmark/issues
|
|
304
304
|
|
|
305
305
|
Include:
|
|
306
306
|
- Strapi version
|
|
@@ -329,8 +329,8 @@ See [CHANGELOG.md](./CHANGELOG.md) for version history and updates.
|
|
|
329
329
|
|
|
330
330
|
## 👨💻 Author
|
|
331
331
|
|
|
332
|
-
**Schero
|
|
333
|
-
- GitHub: [@
|
|
332
|
+
**Schero D.**
|
|
333
|
+
- GitHub: [@Schero94](https://github.com/Schero94)
|
|
334
334
|
|
|
335
335
|
---
|
|
336
336
|
|
|
@@ -349,15 +349,15 @@ If you find this plugin useful:
|
|
|
349
349
|
|
|
350
350
|
MIT License - see [LICENSE](./LICENSE) file for details
|
|
351
351
|
|
|
352
|
-
**Copyright (c) 2025 Schero
|
|
352
|
+
**Copyright (c) 2025 Schero D.**
|
|
353
353
|
|
|
354
354
|
---
|
|
355
355
|
|
|
356
356
|
## 🔗 Links
|
|
357
357
|
|
|
358
358
|
- **NPM Package:** https://www.npmjs.com/package/strapi-plugin-magic-mark
|
|
359
|
-
- **GitHub Repository:** https://github.com/
|
|
360
|
-
- **Issues:** https://github.com/
|
|
359
|
+
- **GitHub Repository:** https://github.com/Schero94/Magicmark
|
|
360
|
+
- **Issues:** https://github.com/Schero94/Magicmark/issues
|
|
361
361
|
- **Strapi Market:** Coming soon
|
|
362
362
|
|
|
363
363
|
---
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2.0.0",
|
|
3
3
|
"keywords": [
|
|
4
4
|
"strapi",
|
|
5
5
|
"strapi-plugin",
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
"description": "Advanced Query Builder and Bookmark Manager for Strapi v5 - Save complex Content Manager filters with one click",
|
|
98
98
|
"license": "MIT",
|
|
99
99
|
"private": false,
|
|
100
|
-
"author": "Schero
|
|
100
|
+
"author": "Schero D.",
|
|
101
101
|
"repository": {
|
|
102
102
|
"type": "git",
|
|
103
|
-
"url": "https://github.com/
|
|
103
|
+
"url": "https://github.com/Schero94/Magicmark.git"
|
|
104
104
|
},
|
|
105
105
|
"bugs": {
|
|
106
|
-
"url": "https://github.com/
|
|
106
|
+
"url": "https://github.com/Schero94/Magicmark/issues"
|
|
107
107
|
},
|
|
108
|
-
"homepage": "https://github.com/
|
|
108
|
+
"homepage": "https://github.com/Schero94/Magicmark#readme"
|
|
109
109
|
}
|