Skip to content

Releases: mohammedmanssour/laravel-recurring-models

v0.7.0

10 May 20:05
89c6d52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

10 May 19:52
293ec10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

22 Aug 18:31
Compare
Choose a tag to compare

Avoid running migrations

v0.5.0

22 Aug 06:02
6e884fd
Compare
Choose a tag to compare
  • Package now will ensure repetition accuracy across timezones.

v0.4.1

12 Aug 08:53
4137f6e
Compare
Choose a tag to compare
  1. adds whereActiveForTheDate scope.
  2. adds whereHasSimpleRecurringOn scope.
  3. adds whereHasComplexRecurringOn scope.

v0.4.0

06 Aug 10:16
f089fb5
Compare
Choose a tag to compare
  • Better Repetition calculation for the simple type.
  • Use Carbon\CarbonInterface for type hinting instead of Carbon\Carbon.
  • pass repetition type to repetitionBaseDate

v0.3.1

13 May 10:29
Compare
Choose a tag to compare

fixes a bug where it creates two rules for weekly repetitions instead of one

v0.3.0

12 May 18:30
Compare
Choose a tag to compare
  1. Fix Weekly repetition

V0.2.0

12 May 16:56
Compare
Choose a tag to compare
  1. Replace pest with good, old PHPUnit.
  2. Use Complex repeat pattern to handle weekly repetitions.

v0.1.0

24 Apr 12:10
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Extracting recurring-models module into a standalone package