Releases: opencats/OpenCATS
v 0.9.7.4 Bugfixes and Security fixes
maintenance release whilst the php8.2 compatible version is being worked.
As always - the -full packages include dependencies, whilst the source code packages WILL REQUIRE YOU TO RUN COMPOSER after installation, to download the dependencies
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #533
- composer changes patch 2 by @RussH in #598
- Update FileUtility.php to permit .bak file extensions by @RussH in #620
- Revert htmlspecialchars for CKEditor by @RussH in #621
- Update copyright years by @xalt7x in #627
- Fixes #625 by @Bloafer in #629
- Sync allowed format lists in FileUtility.php and .htaccess files by @xalt7x in #631
- Update getDataGridPager.php by @RussH in #633
- adding XML index.php Legacy Root by @RussH in #636
- RussH patch cookies by @RussH in #641
New Contributors
- @dependabot-preview made their first contribution in #533
- @xalt7x made their first contribution in #627
Full Changelog: v0.9.7.2...0.9.7.4
Security release v0.9.7.2
This release applies controls to internal pages to restrict authenticated XSS vulnerabilities.
Closes #582
Closes #575
Closes #574
This release also changes the deployed releases to omit development packages.
Manual testing and Travis testing is successful - but as always, please report any issues back to the github project page asap.
*Composer does not have to be run for the -FULL package as it includes the php dependencies.
opencats v0.9.7-beta
Security release.
opencats-0.9.6 PHP 7.2 support
Merging develop back to master. Develop has been installed locally fo…
test release v3 - php 7.2
testing release mechanism
php7.x compatible version
updating test suite
test release - php 7.2
0.9.5-1 Update .travis.yml
php7.x compatible version
0.9.5 Revert "added the option to email a candidate from the candidate show…
Countach 0.9.4-3: Urgent Security Update
This is a security release and should be deployed immediately to address an open vulnerability affecting anyone who has enabled the Career Portal functionality. Please see the OpenCATS Security Announcement for details.
0.9.4 'Countach' maintenance release v1
0.9.4 'Countach' maintenance release v1
This maintenance release incorporates fixes that have been addressed since version 0.9.4.
Main Features added
This release re-introduces PHP 5.5 support after community requests. The new support envelope is from PHP 5.5 through to PHP 5.6.27
Fixes
This release includes updates to address the following;
- When creating a Job order, OpenCATS would show incorrect contact details which are not for that company by default when creating a new job in a Company.
- Some pages would be inaccessible due to an ACL configuration issue.
- Some pages would be inaccessible due to LDAP configuration.
- The link to 'CATS Professional Version' has been removed (no longer exists)
- a bug which caused newly created tasks to have a time of 00:00hrs has been corrected (thanks @wjcheers )
Full details and links to the changed code are in the release below.
Upgrading
Upgrading from previous versions is supported in the following scenarios;
in all circumstances take full system backups before any upgrade
upgrade from 0.9.1a or later by the following steps.
- Check that you meet the new minimum requirements. Note that opencats 0.9.4-1 will not install unless you meet the minimum PHP requirement.
- take a full backup of the opencats SQL databases using mysqldump / built-in backup tool.
- take a full backup of your existing opencats directory using tar / built-in backup tool.
- install the new version of opencats in your existing opencats directory and follow the standard installation guidelines in the opencats documentation
- remember to choose 'upgrade the existing installation' during the installation wizard!
Minimum system requirements
PHP (Min/Max)
Please note the PHP minimum version has changed, and you MUST have the minimum supported version 5.5 or OpenCATS will not install. The maximum tested version is 5.6.27
MySQL (MariaDB etc) (Min/Max)
MariaDB tested version is 10.1.21
Full Change Log 0.9.4-2
Closed issues:
- Problem with clean installation of OpenCATS 0.9.4 version (php5.5) #264
- install wizard spelling mistake preform should be perform #285
- Job order page showing incorrect contact details? Possible Bug #289
- Undefined index: H in C:\xampp\htdocs\ats\lib\JobOrders.php on line 814 #295
- LOGIN_PENDING_APPROVAL - URGENT HELP NEEDED #308
- Warning: set_time_limit() has been disabled for security reasons #310
- URL to CATS Professional Account Login #316
Merged pull requests:
- php5.5 compatibility in ACL.php #266 (skrchnavy)
- Php 5.5 support #273 (skrchnavy)
- travis build fix in v0.9.4 #291 (skrchnavy)
- Fix #295 Undefined index crash #296 (skrchnavy)
- Fix two minor bugs #340 (wjcheers)
- Disable call of safe_time_limit in safe mode #311 (skrchnavy)
- amend 'cats professional login' #330 (RussH)
- change simple spelling mistake #331 (RussH)
- JobOrder fixed for proper contact #334 (skrchnavy)
- Fixed undefined index error in ACL.php #339 (skrchnavy)