05 Nov
In Series 3.0.8 — Someone Found a Bug!
Well, my hat’s off to Violet, for having found a bug hiding in a dark little corner of In Series. I was not escaping values before using them with preg_replace as replacement values. This lead to $x, $xx, and \x (where “x” is any digit) being replaced with whitespace (due to the engine trying to expand these to non-existent backreference values). This release adds that escaping.
For those of you who just want the English version… I made a small error, and trying to have something like “$100″ in your posts would not work. If you want to type dollar amounts, you probably want this update. :)
Get In Series 3.0.8.
Table of contents for In Series Releases
- In Series 2.1.0
- In Series 2.1.1
- In Series 2.2.0
- In Series 2.2.1
- In Series 2.2.2
- 3.0.0 Escaped!
- 3.0.1 Out…
- 3.0.2: In Series for Everyone
- 3.0.3: Security and Bugfixes
- 3.0.4 Out
- 3.0.5: FK Fandango
- 3.0.6: Come and Get It
- 3.0.7: Nothing Important
- 3.1 Open for Beta
- In Series 3.1 Beta 2
- In Series 3.0.8 — Someone Found a Bug!
- In Series 3.0.9 — performance boost
- In Series 3.0.10 (that was fast…)
- In Series 3.0.11 — Collation and Character Sets
- In Series 3.0.12: Breathing Room


One Response to “In Series 3.0.8 — Someone Found a Bug!”
Posted: Jan 2nd, 2008 at 00:01
[…] bunch of bugfixes from the 3.0 branch into 3.1. Specifically, all the changes from 3.0.7 on (3.0.7, 3.0.8, 3.0.9, 3.0.10, and 3.0.11) have been merged in. The biggest of these is probably the caching patch […]