This release makes the Source Text Parser feature complete! With this update the Source Text Parser has added:
- Support for PHP 8.1, 8.2, 8.3, 8.4 and up
- Updated PHPUnit to version 11
- Added support for Line Wrapping (setWrapLines( true )) that will wrap each line in its own div tag, and includes classes .paragraph-start .paragraph-end .indent .indent-x2
- Refactored setSmallCapsText( 'lord' ) to receive text instead of a boolean value. This now looks for the exact term instead of any all-caps string longer than 3 chars to mark as AllCaps.
- Fixed a mistake in the Responsory formating where the middle responses included the portion before the midpoint.
- Updates to the ReadMe