Skip to content

Commit

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

3.0 (xx.xx.xxxx)
3.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
4 changes: 2 additions & 2 deletions Resources/doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Requirements
Optional requirements
---------------------

* eZ Publish Legacy Stack with legacy eZ Tags 2.1 installed and configured.
* eZ Publish Legacy Stack with legacy eZ Tags 2.1 installed and configured, to enable editing `eztags` attributes in legacy admin interface

Installation steps
------------------
Expand All @@ -19,7 +19,7 @@ Installation steps
Run the following from your website root folder to install Netgen Tags Bundle:

```
$ composer require netgen/tagsbundle:^3.0@beta
$ composer require netgen/tagsbundle:^3.0
```

### Activate the bundle
Expand Down
4 changes: 2 additions & 2 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-RC1';
const VERSION = '3.0.0';
const VERSION_ID = 30000;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'RC1';
const EXTRA_VERSION = '';
}

0 comments on commit c848322

Please sign in to comment.