Releases: PandaHugMonster/php-simputils
1.0.2
Patch 1.0.2
Fixed small aspects of work with timezone of DateTime object.
Now "tz" is not read-only anymore, and it can accept string representation of Time Zone.
setTimezone()
as well is chainable.
$t = ts('previous monday 23:00', true)
->setTimezone('America/Los_Angeles');
1.0.1
A patch with some fixes. Some tiny additional stuff is added, so it's not just a bug fixes.
1.0.0
The very first stable release! Happy Me! 🥇
Lack of documentation is really temporary. In the further patches documentation will be significantly extended and improved.
0.3.3
What's Changed
- Merge dev to main for 0.3.2 release by @PandaHugMonster in #68
Full Changelog: 0.3.2...0.3.3
0.3.2
A small patch fixing transparency of __isset()
functionality. In previous versions __isset()
might not work properly.
0.3.1
The new dev release
0.3.0
Release with mostly all the tests fixed, but some code is still not in the best shape.
But functionality must work very well.
0.2.4
Fixing some urgent problems with a previous release.
0.2.3
This is still development in progress release. But with almost fully completed overall architecture.
But for more stable approach please wait for the 1.0.0 release