Skip to content

Releases: jwcobb/tevo-harvester

4.1.1

13 Jun 14:52
f8a6339
Compare
Choose a tag to compare
  • Update guzzlehttp/guzzle
  • Update composer/composer

4.1.0

21 Dec 21:49
4b6880d
Compare
Choose a tag to compare
  • Switch storage engine from MyISAM to InnoDB for all tables
  • Allow non-unique values for slug

4.0.0

16 Dec 21:43
46e46b4
Compare
Choose a tag to compare
  • Initial release of 4.0
    • Upgraded to Laravel 8.x
    • Removed GUI
    • Use cursor pagination for more efficient crawling where possible
    • Overall improvements and speed increases

3.1.5

13 Jan 20:09
6e153dd
Compare
Choose a tag to compare
  • Fix ALTER command in migration that broke if database name is something other than tevoharvester

3.1.4

06 Sep 16:31
8b17c14
Compare
Choose a tag to compare
  • Improve deleting of past Events and Performances

3.1.3

05 Sep 21:55
0d6481a
Compare
Choose a tag to compare
  • Added harvester:mark-past-events-deleted command to soft-delete Events and Performances that are in the past
  • Scheduled harvester:mark-past-events-deleted to run daily() which is at midnight
  • Updated dependencies

Note: This schedule may or may not work for you as it does not take time zones into account.

3.1.2

26 Jun 19:20
19b3ff9
Compare
Choose a tag to compare
  • Updated dependencies
  • Add migration to make popularity_scores signed.
    (Ticket Evolution is allowing negative popularity_scores, which doesn’t make any sense, but easier to handle it here than to get it fixed at the source.)

3.1.1

03 Apr 17:15
270b960
Compare
Choose a tag to compare
  • Allow caching of config and routes

3.1

03 Apr 01:34
f7eb72a
Compare
Choose a tag to compare
3.1
  • Upgrade to Laravel 5.8

3.0.1

22 Nov 20:42
1037684
Compare
Choose a tag to compare
  • Improve output for harvester:status command