This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
12
1.2.0
5
13
-----
6
14
7
- * Symfony 3 compatibility
15
+ * Symfony 3 compatibility
8
16
9
17
1.1.0-RC1
10
18
---------
11
19
12
- * ** 2014-06-06** : Updated to PSR-4 autoloading
20
+ * ** 2014-06-06** : Updated to PSR-4 autoloading
13
21
14
22
1.0.3
15
23
-----
16
24
17
- * ** 2014-04-11** : drop Symfony 2.2 compatibility
25
+ * ** 2014-04-11** : drop Symfony 2.2 compatibility
18
26
19
27
1.0.0-RC3
20
28
---------
21
29
22
- * ** 2013-10-05** : Renamed and cleaned up the javascript files
30
+ * ** 2013-10-05** : Renamed and cleaned up the javascript files
23
31
24
32
1.0.0-RC1
25
33
---------
26
34
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
Original file line number Diff line number Diff line change 8
8
This bundle is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ )
9
9
and licensed under the [ MIT License] ( LICENSE ) .
10
10
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.
16
12
17
13
18
14
## Requirements
You can’t perform that action at this time.
0 commit comments