datocms-plugin-signifly-backups 1.0.2 → 1.0.3
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,10 @@ Install from the [DatoCMS marketplace](https://www.datocms.com/marketplace/plugi
|
|
|
44
44
|
- [GitHub Issues](https://github.com/signifly/datocms-plugin-signifly-backups/issues)
|
|
45
45
|
- [Documentation](https://github.com/signifly/datocms-plugin-signifly-backups)
|
|
46
46
|
|
|
47
|
+
## Credits
|
|
48
|
+
|
|
49
|
+
This plugin is an extended version of [datocms-plugin-automatic-environment-backups](https://www.npmjs.com/package/datocms-plugin-automatic-environment-backups) by [marcelofinaworknate](https://github.com/marcelofinaworknate). We've added Vercel deployment, backup history tracking, and retention policies.
|
|
50
|
+
|
|
47
51
|
## About Signifly
|
|
48
52
|
|
|
49
53
|
[Signifly](https://signifly.com) is a digital agency specializing in strategy, design, and technology. We build digital products and experiences that make a difference.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datocms-plugin-signifly-backups",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Automatically backup your DatoCMS environments on a schedule. Deploy your own backend to Vercel and configure daily, weekly, and monthly backups with customizable retention policies.",
|
|
6
6
|
"homepage": "https://github.com/signifly/datocms-plugin-signifly-backups",
|