Skip to content

Commit fd37ec3

Browse files
committed
REL: Prepare 0.2.5
1 parent ed49339 commit fd37ec3

42 files changed

Lines changed: 44 additions & 43 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/serialize/00-sample-provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Tests
2525
*/
2626

data/serialize/01-sample-provider-array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Tests
2525
*/
2626

docs/CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
For all changes please refer to the public Serialized SCM:
1111
<https://github.com/ktomk/Serialized>
1212

13-
0.2.x
13+
0.2.5
1414

15+
NEW: Support for 'S' format in Parser (forward compatibility with PHP 6).
1516
FIX: Library was missing Serialized Dumper Class. Fixed.
1617

1718
0.2.3
1819

19-
NEW: Support for objects with the Serializeable interface.
20+
NEW: Support for objects with the Serializeable interface ('C' format).
2021

2122
0.2.1
2223

docs/ROADMAP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
0.0.0 - Init. (done)
1313
0.1.0 - Parsing of all available serialized types incl. recursion and
14-
references. (done with exception of S)
14+
references.
1515
0.2.0 - Parsing of serialized variables/sessions. (done)
1616
0.3.0 - Service release.
1717
0.4.0 - Serialized Dumper. [was added in 0.2.1 already]

examples/01-hello-world/example-basic-parsing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Examples
2525
*/
2626

examples/01-hello-world/example-dump-a-simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Examples
2525
*/
2626

examples/01-hello-world/example-dump-b-advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Examples
2525
*/
2626

examples/01-hello-world/example-dump-c-strings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Examples
2525
*/
2626

examples/02-xml-dumper/example-array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Examples
2525
*/
2626

examples/02-xml-dumper/example-object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* author.
2121
*
2222
* @author Tom Klingenberg <http://lastflood.com/>
23-
* @version 0.2.3
23+
* @version 0.2.5
2424
* @package Examples
2525
*/
2626

0 commit comments

Comments
 (0)