Skip to content

Releases: stellarwp/dates

1.1.2

19 Aug 13:29
Compare
Choose a tag to compare

Changes

  • Tweak - Remove the build() method as it was just added last night and is redundant.
  • Tweak - Add shorter helper methods for the *_only() methods that exclude the "only" part of the method name.
  • Tweak - Default all of the *_only() and helper methods to now

1.1.1

19 Aug 03:41
Compare
Choose a tag to compare

Changes

  • Tweak - Swap authoritative method from build() to get()
  • Tweak - Update the doc index in README

1.1.0

19 Aug 03:31
Compare
Choose a tag to compare

Changes

  • Tweak - Convert mktime(), date(), and strtotime() to DateTimeImmutable calls.
  • Tweak - When fetching specific dates, don't format as timestamps or other partial date pieces - just return the date object.
  • Tweak - Add helper methods to make calling easier.
  • Tweak - Lots of automated tests.

1.0.4

30 Mar 22:31
Compare
Choose a tag to compare
  • Tweak - Convert all memoization cache handling to use the cache methods so that those methods can be overridden if need be.

1.0.3

30 Mar 22:03
Compare
Choose a tag to compare
  • Change - remove deprecated method from Timezones class that was accidentally ported over.
  • Tweak - Re-order Timezones methods.
  • Docs - Re-generate method docs.

1.0.0

30 Mar 21:04
Compare
Choose a tag to compare

Initial release