Skip to content

Commit 8de9d94

Browse files
committed
Prepare to 1.1.0
1 parent baa0eac commit 8de9d94

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Changelog
22

3-
## Next
4-
5-
* [feature] ⭐️ Add DateAnonymizer (#32)
6-
73
## 1.1.0
84

5+
* [feature] ⭐️ Add DateAnonymizer (#32)
96
* [feature] Anonymizers - Add options validation method (#97, #128, #131, #133)
107
* [internal] Backupper, Restorer, Anonymizator - Change the way we output information during processes (#103)
118
* [feature] ⭐️ FloatAnonymizer - Add possibility to anonymize value by adding noise (#86, #113)

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ A set of Symfony Console Commands to interact with your database
1010
</a>
1111
</p>
1212

13-
* **Backup**: Backup your database and manage your dumps with a simple command.
14-
* **Restore**: Easily restore a previous dump of your database.
15-
* **Anonymize**: Set up database anonymization with PHP attributes on Doctrine Entities or with a YAML configuration file.
16-
* Set up a **GDPR-friendly** workflow: Make it easier to follow GDPR best practices when importing production dump to other environments.
13+
* **[Backup](https://dbtoolsbundle.readthedocs.io/en/stable/backup_restore.html#backup-command)**: Backup your database and manage your dumps with a simple command.
14+
* **[Restore](https://dbtoolsbundle.readthedocs.io/en/stable/backup_restore.html#restore-command)**: Easily restore a previous dump of your database.
15+
* **[Anonymize](https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/essentials.html)**: Set up database anonymization with PHP attributes on Doctrine Entities or with a YAML configuration file.
16+
* [Set up a **GDPR-friendly** workflow](https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/workflow.html): Make it easier to follow GDPR best practices when importing production dump to other environments.
1717

1818
## Installation
1919

@@ -27,6 +27,10 @@ composer require makinacorpus/db-tools-bundle
2727

2828
Read [DbToolsBundle documentation](https://dbtoolsbundle.readthedocs.io/) on Read the Docs.
2929

30+
## Contributing
31+
32+
The DbToolsBundle is an Open Source project, if you want to help check out the [contribute page on the documentation](https://dbtoolsbundle.readthedocs.io/en/stable/contribute/contribute.html).
33+
3034
## Licence
3135

3236
This software is published under the [MIT License](./LICENCE.md).

docs/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ hero:
1515
- theme: alt
1616
text: View on GitHub
1717
link: https://github.com/makinacorpus/DbToolsBundle
18-
# - theme: alt
19-
# text: View on Packagist
20-
# link: https://github.com/makinacorpus/DbToolsBundle
18+
- theme: alt
19+
text: View on Packagist
20+
link: https://packagist.org/packages/makinacorpus/db-tools-bundle
2121

2222
features:
2323
- icon:

0 commit comments

Comments
 (0)