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
Fix to the liturgical Small Caps where words earlier in the string starting with the same letter could be transformed into small caps even though they did not match the defined word. Added a new test of Psalm 110 in french to verify.
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.
We have made the decision to split the library into two pieces. This one will focus on the extended markdown parsing, while the other will manage the various libraries of texts that are included, and finding the correct text/version/section to parse.