Version 2.0.0 is the first release on the 2.0.x branch. This is basically the same as the -dev release formerly on 8.x-1.x, although that branch never had any tagged releases due to insufficient testing. This module is now tested fully against Drupal 8 and Drupal 9, and is compatible with both. This first tagged release for Drupal Core 8 and 9 is on a new branch to allow us to move away from the 8.x- naming to the new semver style approach that allows one release to work with both Drupal 8 and Drupal 9.
Mostly these are just small changes tidying up the code. An abbreviation for the book of James, Js, was added.
The reason behind this new release is because preg_replace (with switch /e) was replaced with preg_replace_callback some time ago (2013-06-25) to ensure compatibility with PHP 5.5. The release of PHP 5.5 is now some time ago, so really this change should have been pushed out into a tagged 7.x-1.4 release before now. You've now got this compatibility.
Fixed #238898: String "The" is being mistaken as an abbreviation for "Thessalonians".
(Now, "The 4" does not match "Thessalonians 4", because the module understands that any Thessalonians references must be preceded by a volume number - "1 Thess 4". Basically, the module now knows which Bible books can occur without a volume number, and which ones can occur with a volume number.)
Fixed #238898: String "The" is being mistaken as an abbreviation for "Thessalonians".
(Now, "The 4" does not match "Thessalonians 4", because the module understands that any Thessalonians references must be preceded by a volume number - "1 Thess 4". Basically, the module now knows which Bible books can occur without a volume number, and which ones can occur with a volume number.)
This is a straight port of 6.x-1.0 to Drupal 7. No new features have been added, and no bugs fixed. Now that this module is available with Drupal 7 compatibility, development can resume - working toward a 7.x-1.1 release at some point.
To install this module for Drupal 7, follow the instructions in INSTALL.txt.
A release candidate for Scripture Filter to run with Drupal 7.
As against rc1, rc2
has the INSTALL.txt and README.txt files modified so that the instructions use Drupal 7 terminology.
displays a message when it is installed as an update from the Drupal 6 version, warning that the filter will need to be reapplied to any text formats that need to use it.
To install this module for Drupal 7, follow the instructions in INSTALL.txt.
This is a proposed release for Drupal 7, which adds no new features to 6.x-1.0, but simply ports the code to D7. If no critical bugs are found, this will then be released as 7.x-1.0; all new features or non-critical bug fixes will wait until 7.x-1.1 so as not to delay a Drupal 7 release.