Skip to content

Commit

Permalink
prepare for release of v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acknowledge committed Nov 1, 2016
1 parent 7808c54 commit 4955c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## [Unreleased]
## [2.0.0] - 2016-11-01
### Added
* Composer project file
* PHPUnit configuration file
* PSR-4 Autoload
* Travis CI configuration file
* Scrutinizer CI configuration file
* Editor configuration file
* NPM and Gulp configuratoin file

### Changed
* Classes are loaded by namespaces instead of manual loading
Expand Down
2 changes: 1 addition & 1 deletion system/config/app.config.local.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# défini le sous-titre du serveur (affiché comme titre)
define('APP_SUBNAME', 'Expansion Stellaire');
# numéro de version de l'app
define('APP_VERSION', '1.4.0');
define('APP_VERSION', '2.0.0');
# créateurs du projet
define('APP_CREATOR', 'Gil Clavien, Jacky Casas, Noé Zufferey');
# défini la description du serveur (affichée dans la page)
Expand Down

0 comments on commit 4955c46

Please sign in to comment.