Although most are already aware of the changes, I just wanted to drop a note to the group. The code base has been moved to GitHub -
https://github.com/robrichards/xmlseclibsThere have been a number of updates to the code based including fixes, enhancements and layout. Here are some of the most notable changes:
- The 1.3 branch is currently only receiving critical security fixes so I would suggest everyone look at upgrading to a newer version
- The 1.4 branch has dropped support for PHP < 5.2 and now supports composer and autoloading. For those not using composer or wanting to move to autoloading, the xmlseclibs.php file is still being maintained so this branch should be a drop in replacement for the 1.3 branch without requiring code changes.
- Master is currently supporting the 2.x branch. This branch has dropped support for PHP < 5.3 and is namespaced (RobRichards\XMLSecLibs\). This branch is definitely a BC breaking branch so just a heads up if looking to upgrade to the latest.
I plan on actively maintaining both the 2.x and 1.4 branches so the features should be in parity.
As of now the latests releases are:
2.0.0
1.4.1
1.3.4 (last 1.3 release unless critical security issue comes up)
If anyone has questions please drop me a note
Rob