Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 28, 2017
1 parent 67fec06 commit af5019f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions Resources/doc/CHANGELOG-3.0.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Netgen Tags Bundle 3.0 changelog
================================

3.0 (09.03.2017)
----------------
3.0.1 (28.03.2017)
------------------

* Fixed admin interface buttons not working in Firefox or Safari

3.0.0 (09.03.2017)
------------------

Since 3.0 is a new major release, there were a number of breaking changes, so be sure to read [upgrade instructions](UPGRADE.md#upgrade-from-22-to-30).

Expand Down
6 changes: 3 additions & 3 deletions Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.0.0';
const VERSION_ID = 30000;
const VERSION = '3.0.1';
const VERSION_ID = 30001;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = '';
}

0 comments on commit af5019f

Please sign in to comment.