Skip to content

1.4.0 New baseline version using namespaces

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikespub mikespub released this 20 Jul 22:45
· 789 commits to main since this release

This is a new baseline version for future maintenance & development of COPS on PHP 8.x

Main changes include:

  • the systematic use of namespaces for the COPS library classes,
  • introducing a Request class to hold the current request information, and
  • removing dependency on global $_GET in most of the COPS library.

There are still a few dependencies that need to be changed, especially on the current URL endpoint and language localization.

Full Changelog: 1.3.6...1.4.0