Skip to content

Releases: ThaKladd/PHPlater

Fixed bug

12 Oct 08:41
Compare
Choose a tag to compare

Fixed major bug when nesting objects

Caching

11 Oct 10:49
Compare
Choose a tag to compare

Caching (default off - may change in future) and general speed improvements. Some minor breaking changes.

Bugfix multiple lists

26 Aug 11:31
Compare
Choose a tag to compare

Fixed issue that multiple lists on one template would not render.

Revamped

26 Aug 09:37
Compare
Choose a tag to compare

The first major version release of PHPlater. All deprecated methods removed, as well as many changes that break the previous versions. Type hinting is fixed, code is split into multiple classes, and speeds are optimized to be up to 400% faster than previously.

Error handling

12 Jul 16:42
Compare
Choose a tag to compare

Some errors are now thrown, and more to be added later.
Lots of refactoring and some bugs fixed.

Getting keys form list arrays

10 Jul 11:37
Compare
Choose a tag to compare

Now it is possible to get the keys when iterating lists with a new tag.

Conditionals

05 Jul 11:14
Compare
Choose a tag to compare

Conditionals together with common operands for comparison are now supported.

New and more versatile syntax for iteration

01 Jul 10:20
Compare
Choose a tag to compare

The simple implementation of many method was too simple, and now a better, more robust and versatile implementation of list iteration is here.

Added simple foreach

23 Jun 10:40
Compare
Choose a tag to compare

Added possibility to run template on each item in list of plates.

PHPlater v0.3.1 - Chain separator

08 Jun 12:51
Compare
Choose a tag to compare

Added changable chain separator and made separators more robust