Admin Menu Tree Page View - Version 2.6.2

Version Description

  • Added Slovak translation. Thanks Branco.
Download this release

Release Info

Developer eskapism
Plugin Icon wp plugin Admin Menu Tree Page View
Version 2.6.2
Comparing to
See all releases

Code changes from version 2.6.1 to 2.6.2

index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Admin Menu Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/admin-menu-tree-page-view/
5
  Description: Get a tree view of all your pages directly in the admin menu. Search, edit, view and add pages - all with just one click away!
6
- Version: 2.6.1
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
@@ -38,7 +38,7 @@ add_action('wp_ajax_admin_menu_tree_page_view_move_page', 'admin_menu_tree_page_
38
 
39
  function admin_menu_tree_page_view_admin_init() {
40
 
41
- define( "admin_menu_tree_page_view_VERSION", "2.6.1" );
42
  define( "admin_menu_tree_page_view_URL", WP_PLUGIN_URL . '/admin-menu-tree-page-view/' );
43
  define( "admin_menu_tree_page_view_DIR", WP_PLUGIN_DIR . '/admin-menu-tree-page-view/' );
44
 
3
  Plugin Name: Admin Menu Tree Page View
4
  Plugin URI: http://eskapism.se/code-playground/admin-menu-tree-page-view/
5
  Description: Get a tree view of all your pages directly in the admin menu. Search, edit, view and add pages - all with just one click away!
6
+ Version: 2.6.2
7
  Author: Pär Thernström
8
  Author URI: http://eskapism.se/
9
  License: GPL2
38
 
39
  function admin_menu_tree_page_view_admin_init() {
40
 
41
+ define( "admin_menu_tree_page_view_VERSION", "2.6.2" );
42
  define( "admin_menu_tree_page_view_URL", WP_PLUGIN_URL . '/admin-menu-tree-page-view/' );
43
  define( "admin_menu_tree_page_view_DIR", WP_PLUGIN_DIR . '/admin-menu-tree-page-view/' );
44
 
languages/admin-menu-tree-page-view_sk_SK.mo ADDED
Binary file
languages/admin-menu-tree-page-view_sk_SK.po ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ "Project-Id-Version: \n"
8
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/admin-menu-tree-page-view\n"
9
+ "POT-Creation-Date: 2010-11-14 17:57+0000\n"
10
+ "PO-Revision-Date: 2010-11-14 19:01+0100\n"
11
+ "Last-Translator: Pär Thernström <par.thernstrom@gmail.com>\n"
12
+ "Language-Team: LANGUAGE <LL@li.org>\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=utf-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+
17
+ #: index.php:50
18
+ msgid "Edit"
19
+
20
+ #: index.php:51
21
+ msgid "View"
22
+
23
+ #: index.php:52
24
+ msgid "Add new page here"
25
+
26
+ #: index.php:53
27
+ msgid "Add new page inside"
28
+
29
+ #: index.php:54
30
+ msgid "Untitled"
31
+
32
+ #: index.php:132
33
+ msgid "Pages"
34
+
35
+ #: index.php:134
36
+ msgid "Search"
37
+
38
+ #: index.php:136
39
+ msgid "Reset search and show all pages"
40
+
41
+ #: index.php:194
42
+ msgid "New page"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://eskapism.se/sida/donate/
4
  Tags: admin, page, pages, page tree, hierarchy, cms, tree, view, admin menu, menu, change order, drag and drop
5
  Requires at least: 3.0
6
  Tested up to: 3.5.1
7
- Stable tag: 2.6.1
8
 
9
  Get a tree view of all your pages directly in the admin menu. Search, edit, view, re-order/sort and add pages – all is just one click away!
10
 
@@ -50,6 +50,9 @@ Now the tree with the pages will be visible in the admin menu to the left.
50
 
51
  == Changelog ==
52
 
 
 
 
53
  = 2.6.1 =
54
  - Hopefully loads scripts and styles over SSL/HTTPS if FORCE_SSL is set.
55
 
4
  Tags: admin, page, pages, page tree, hierarchy, cms, tree, view, admin menu, menu, change order, drag and drop
5
  Requires at least: 3.0
6
  Tested up to: 3.5.1
7
+ Stable tag: 2.6.2
8
 
9
  Get a tree view of all your pages directly in the admin menu. Search, edit, view, re-order/sort and add pages – all is just one click away!
10
 
50
 
51
  == Changelog ==
52
 
53
+ = 2.6.2 =
54
+ - Added Slovak translation. Thanks Branco.
55
+
56
  = 2.6.1 =
57
  - Hopefully loads scripts and styles over SSL/HTTPS if FORCE_SSL is set.
58