Skip to content

Releases: PandaHugMonster/php-simputils

1.0.2

10 May 16:41
Compare
Choose a tag to compare

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

08 May 09:01
Compare
Choose a tag to compare

A patch with some fixes. Some tiny additional stuff is added, so it's not just a bug fixes.

1.0.0

17 Apr 17:47
Compare
Choose a tag to compare

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

23 Mar 22:21
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

14 Feb 07:24
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

A small patch fixing transparency of __isset() functionality. In previous versions __isset() might not work properly.

0.3.1

31 Jan 23:59
f8fff3f
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

The new dev release

0.3.0

04 Jan 15:04
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

02 Jan 11:09
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Fixing some urgent problems with a previous release.

0.2.3

02 Jan 10:36
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

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