You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8
8
9
9
### Added
10
10
11
+
- Compatibility with PHP 8
11
12
- 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.
12
13
13
14
### Changed
14
15
15
16
- MergeBlock() return false instead of 0 when no block and no field have been merged.
16
-
- Compatibility with PHP 8
17
17
18
18
### Fixed
19
19
@@ -26,9 +26,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
26
26
- New method GetAttValue($Name[,$delete]) : enables you to read an attribute of an HTML or XML element in the template.
27
27
- New method ReplaceFields(array($name=>$prms) [, $BlocName]) : replace simple TBS fields with new definitions of fields.
28
28
- New parameter 'combo' : apply a set of parameters defined at the PHP side using SetOption('prm_combo').
29
-
30
-
### Changed
31
-
32
29
- Subnames for fields, array queries and ObjectRef path can support methods overloaded with magic function _call().
33
30
34
31
### Fixed
@@ -42,11 +39,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
42
39
43
40
- Coding OnCacheField event in a plug-in: in some circumstances, moved locators may be ignored by TBS.
44
41
Could happen with OpenTBS when using parameter "ope=tbs:num" or a similar operator.
45
-
46
-
### Changed
47
-
48
42
- Coding OnCacheField event in a plug-in: stronger way to manage embedding fields + support property DelMe.
49
-
43
+
50
44
## [3.10.0] - 2015-11-08
51
45
52
46
### Added
@@ -61,8 +55,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
61
55
62
56
- Native support for SQLite3.
63
57
64
-
### Changed
65
-
66
58
- Parameter "parallel=tbs:table" now supports <tbody>, <tfoot>, <colgroup> and <col>. The <col> tags must be closed even if HTML actually allows unclosed tags.
67
59
68
60
- 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/)
90
82
- New way for merging sub-template: PHP error messages are not absorbed any more.
91
83
This new way may not be compatible with subscripts that uses the echo command (very rare).
92
84
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().
93
86
94
87
### Changed
95
88
96
89
- 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().
0 commit comments