Skip to content

Commit

Permalink
Merge pull request #35 from ticktackk/develop
Browse files Browse the repository at this point in the history
1.1.0 Alpha 3
  • Loading branch information
ticktackk authored Aug 26, 2020
2 parents e3ed0ac + ca04a6c commit 6476323
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 45 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
==========================

## 1.1.0 Alpha 3 (`1010013`)

- **Fix:** Updated license and readme files are not copied correctly to add-on archives (#29)
- **Fix:** Unused content type fields still exist even after not being used at all anymore (#30)
- **Fix:** Argument 2 must be an instance of ForumEntity, instance of Finder given exception is thrown when seeding thread (#31)

## 1.1.0 Alpha 2 (`1010012`)

- **New:** Seed for media gallery comment (#12)
Expand Down
2 changes: 1 addition & 1 deletion Seed/Thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Thread extends AbstractSeed
protected function seed(array $params = []): bool
{
/** @var \XF\Entity\Forum $randomForum */
$randomForum = $this->finderWithRandomOrder('XF:Forum');
$randomForum = $this->finderWithRandomOrder('XF:Forum')->fetchOne();
if (!$randomForum)
{
return false;
Expand Down
21 changes: 0 additions & 21 deletions _no_upload/LICENSE.md

This file was deleted.

11 changes: 0 additions & 11 deletions _no_upload/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions _output/content_type_fields/category-entity.json

This file was deleted.

5 changes: 0 additions & 5 deletions _output/content_type_fields/forum-entity.json

This file was deleted.

4 changes: 2 additions & 2 deletions addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"legacy_addon_id": "",
"title": "Seeder",
"description": "This add-on helps in filling development board with dummy data.",
"version_id": 1010012,
"version_string": "1.1.0 Alpha 2",
"version_id": 1010013,
"version_string": "1.1.0 Alpha 3",
"dev": "TickTackk",
"dev_url": "https://xenforo.com/community/members/batpool52.90375/",
"faq_url": "",
Expand Down

0 comments on commit 6476323

Please sign in to comment.