Releases: deliciousbrains/wp-queue
Releases · deliciousbrains/wp-queue
2.1.0
What's Changed
- Add ability to restrict allowed job subclasses by @ianmjones in #22
- Remove configs for TravisCI and Scrutinizer by @rosswintle in #19
- Remove Travis and Scrutinizer badges from README by @rosswintle in #20
- Enforce ordered popping of jobs off the database queue by @ghindle in #8
- Improve README by @szepeviktor in #17
- Add Makefile and CircleCI config by @ianmjones in #21
New Contributors
- @ghindle made their first contribution in #8
- @szepeviktor made their first contribution in #17
Full Changelog: 2.0.0...2.1.0
v2.0.0 and rename package
What's Changed
- Updates for tooling in #5
- Fix queue not being processed when PHP memory limit set with G rather than M suffix in #11
- Update dependencies and PHP version in #18. This includes:
- PHPv7.3 now required
- Carbon updated to v2.0
- Coding standards and PHPStan introduced
This package is also being prepared for release under the deliciousbrains
organisation in Packagist.
There are no breaking functionality changes other than the PHP version bump.
Full Changelog: 1.3.0...2.0.0
1.3.0
New sync
queue connection added for local testing.
1.2.1
Fix failures when job released back onto the queue for reaching worker attempt limit
1.2.0
Add cron worker locking
1.1.2
Simplify cron event name
1.1.1
Fix cron worker not being scheduled
1.1.0
Test Worker class
1.0.0
License information added