Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 082075a

Browse files
committed
Prepare 2.0.0-RC1
1 parent 89d3b26 commit 082075a

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
Changelog
22
=========
33

4+
2.0.0-RC1
5+
---------
6+
7+
* Added IconEnhancer for custom node icons
8+
* Added TreeSelectType to use in forms
9+
* Rewrote all front-end tools to use Fancytree
10+
* Removed TreeInterface implementations in favor of the CmfResourceRestBundle
11+
412
1.2.0
513
-----
614

7-
* Symfony 3 compatibility
15+
* Symfony 3 compatibility
816

917
1.1.0-RC1
1018
---------
1119

12-
* **2014-06-06**: Updated to PSR-4 autoloading
20+
* **2014-06-06**: Updated to PSR-4 autoloading
1321

1422
1.0.3
1523
-----
1624

17-
* **2014-04-11**: drop Symfony 2.2 compatibility
25+
* **2014-04-11**: drop Symfony 2.2 compatibility
1826

1927
1.0.0-RC3
2028
---------
2129

22-
* **2013-10-05**: Renamed and cleaned up the javascript files
30+
* **2013-10-05**: Renamed and cleaned up the javascript files
2331

2432
1.0.0-RC1
2533
---------
2634

27-
* **2013-08-23**: [DependencyInjection] restructured config into `persistence` -> `phpcr` to match other Bundles
35+
* **2013-08-23**: [DependencyInjection] restructured config into `persistence` -> `phpcr` to match other Bundles

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
99
and licensed under the [MIT License](LICENSE).
1010

11-
The TreeBrowserBundle provides tree navigation for the PHP Content Repository
12-
(PHPCR). This bundle comprises two parts:
13-
14-
* Generic tree browser with a "TreeInterface"
15-
* PHPCR-specific tree browser implementation with GUI
11+
The TreeBrowserBundle provides tree navigation for the Content Repository.
1612

1713

1814
## Requirements

0 commit comments

Comments
 (0)