diff --git a/bower.json b/bower.json index 461c2e6a..b023ae4f 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.fancytree", "description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.", - "version": "2.7.1-0", + "version": "2.8.0", "main": [ "dist/jquery.fancytree-all.min.js" ], diff --git a/demo/sample-ext-menu.html b/demo/sample-ext-menu.html index f7815fe1..e4fd922b 100644 --- a/demo/sample-ext-menu.html +++ b/demo/sample-ext-menu.html @@ -24,15 +24,15 @@

Example: 'menu' extension

- Note: The ext-menu extension is deprecated and no + Note: The ext-menu extension is deprecated and no longer supported!

- We feel that a context menu is typically used for multiple elements + We feel that a context menu is typically used for multiple elements on a web application and should not be tied to Fancytree only.

Use existing context menus instead, for example