You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.6 KiB

6 months ago
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased] [3.0.0]
### Added
- Statistics page
- Moderation settings
- Noshow feature
- My reservations
### Changed
- Code and more security improvements
- Use composer to manage dependencies
## [2.3.0] - 2019-04-24
### Added
- Single sign on feature, you must login to lemonde.fr to access lemonde events page
### Fixed
- Improve security
### Removed
- Login form in frontoffice
## [2.0.0] - 2019-03-19
### Added
- Cancellation of event feature
### Changed
- Major UI improvements
- UI responsiveness
- Upgrade bootstrap to version 4 in FO
- Php version changed from Php5 to Php7
### Fixed
- Translate wordings to french
- Fix some minor bugs in the reservation
## [1.0.0] - 2018-07-06
### Added
- Added favorite feature for BO
- Implemented favorite feature in FO using the input in BO
- Improved session handling and caching
### Changed
- Migrated from CodeIgniter 3.1.0 to stable version 3.1.7
- Refactored some models and controllers and renamed files conforming to file naming convention of CI
### Fixed
- Updated some deprecated functions from version PHP 5 to PHP 7 to eliminate warning on certain pages
- Fixed conditional statements when validating return values from request methods like post and get as it changed already since PHP 7 version.
- Fixed dashboard display with Google Analytics and Google Auth
- Fixed slow loading issues
### Removed
- Removed previously built heart-stroke feature in BO and FO.