-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
CHANGELOG | ||
========================== | ||
|
||
## Changelog for v1.0.1 | ||
|
||
* **New**: Set current time in XF after every seed data being inserted | ||
* **New**: Clear entity cache after every seed | ||
* **New**: Conversation and conversation message seeds | ||
* **New**: Allow specifying limit when running only a specific seed | ||
* **Changed**: Users will now watch their own threads when seeding | ||
* **Changed**: Updated Faker to be compatible with PHP 7.4 | ||
* **Fixed**: When seeding pages `node_name` will be set | ||
* **Fixed**: Unable to seed without escaping class name | ||
|
||
**Note:** You can now remove both `composer.json` and `composer.lock` after installing the add-on from release build. | ||
|
||
## Changelog for v1.0.0 | ||
|
||
* **Changed**: Rewritten the job | ||
* **Changed**: Separated tck-seeder:seed command into two CLI commands | ||
* **Fixed**: Do not throw exception if seed handler does not exist | ||
|
||
## Changelog for v1.0.0 Alpha 3 | ||
|
||
* **New**: Added new class `AbstractReactionContent` to allow reacting to random contents | ||
* **Changed**: Now makes use of code even listener instead of content type | ||
* **Changed**: Changed the option from `content-type` to `seed` for the CLI command | ||
|
||
## Changelog for v1.0.0 Alpha 2 | ||
|
||
* **New**: Set tags when creating threads | ||
* **New**: Users will now have an avatar | ||
* **New**: User will also choose to accept/deny admin emails | ||
* **Changed**: Users will be more unique | ||
* **Changed**: Reorganize the way next seed is calculated | ||
* **Fixed**: Wrong job filename | ||
* **Fixed**: Limit being set to between 1K and 5K instead of 5K and 10K for Thread seed | ||
* **Fixed**: Argument 1 passed must be of the type array or null, string is given when running seeder for a specific content type | ||
|
||
## Changelog for v1.0.0 Alpha 1 | ||
|
||
First alpha release. |