Skip to content

Commit 9daeb5f

Browse files
author
Skrol29
committed
changelog update
1 parent 6fa656d commit 9daeb5f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88

99
### Added
1010

11+
- Compatibility with PHP 8
1112
- New parameters for blocks : 'firstingrp', 'lastingrp', 'singleingrp'. They define sections of a block displayed for the first, the last or the single record in a group.
1213

1314
### Changed
1415

1516
- MergeBlock() return false instead of 0 when no block and no field have been merged.
16-
- Compatibility with PHP 8
1717

1818
### Fixed
1919

@@ -26,9 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2626
- New method GetAttValue($Name[,$delete]) : enables you to read an attribute of an HTML or XML element in the template.
2727
- New method ReplaceFields(array($name=>$prms) [, $BlocName]) : replace simple TBS fields with new definitions of fields.
2828
- New parameter 'combo' : apply a set of parameters defined at the PHP side using SetOption('prm_combo').
29-
30-
### Changed
31-
3229
- Subnames for fields, array queries and ObjectRef path can support methods overloaded with magic function _call().
3330

3431
### Fixed
@@ -42,11 +39,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4239

4340
- Coding OnCacheField event in a plug-in: in some circumstances, moved locators may be ignored by TBS.
4441
Could happen with OpenTBS when using parameter "ope=tbs:num" or a similar operator.
45-
46-
### Changed
47-
4842
- Coding OnCacheField event in a plug-in: stronger way to manage embedding fields + support property DelMe.
49-
43+
5044
## [3.10.0] - 2015-11-08
5145

5246
### Added
@@ -61,8 +55,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6155

6256
- Native support for SQLite3.
6357

64-
### Changed
65-
6658
- Parameter "parallel=tbs:table" now supports <tbody>, <tfoot>, <colgroup> and <col>. The <col> tags must be closed even if HTML actually allows unclosed tags.
6759

6860
- Better management of fields moved in a set of other fields, when using parameter "att".
@@ -90,11 +82,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
9082
- New way for merging sub-template: PHP error messages are not absorbed any more.
9183
This new way may not be compatible with subscripts that uses the echo command (very rare).
9284
In this case you should add set option $TBS->SetOptions('old_subtemplate') for compatibility.
85+
- Now can merge DateTime objects and also objects with the magic method __toString().
9386

9487
### Changed
9588

9689
- Error messages are in plain text instead of HTML when PHP is used in command line (CLI).
97-
- Now can merge DateTime objects and also objects with the magic method __toString().
9890
- Some code enhancements.
9991
- replace or with ||
10092
- replace and with &&

0 commit comments

Comments
 (0)