Skip to content

Commit 1107f57

Browse files
committed
moving screenshot and version bumping
1 parent 60c05f4 commit 1107f57

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ Navigational Dashboard Widget for easily finding your pages in a heirarchy page
1010
Lib files come from composer, but you need to ensure you run the command without the composer autoloader:
1111
```
1212
composer update --no-dev --no-autoloader
13-
```
13+
```
14+
15+
## Screenshots
16+
17+
![screenshot-1](https://user-images.githubusercontent.com/1483300/56011357-1f391900-5c9c-11e9-8e89-a72cd997553f.png)

readme.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
=== SM Dashboard Pages Navigator Tree===
22

3-
Contributors: sethmatics
3+
Contributors: sethcarstens, sethmatics
44
Donate link: http://sethmatics.com/extend/plugins/sm-dashboard-pages-navigator-tree/
55
Tags: admin, dashboard, widget, tree, navigation, navigate, navi, page, pages, links, hierarchy
66
Requires at least: 3.4
77
Tested up to: 5.1.1
8-
Stable tag: 2.1.1
8+
Stable tag: trunk
99

10-
Navigate all your pages, with labels for private and pending, in a nice page tree heirarchy on the admin dashboard provided by http://sethmatics.com/.
10+
Navigate all your pages, with labels for private and pending, in a nice page tree hierarchy on the admin dashboard.
1111

1212
== Description ==
1313

14-
Do not activate if you have more then 5,000 pages.
14+
Do not activate if you have more then 5,000 pages. For issues please use github issues: [github.com/WordPress-Phoenix/sm-dashboard-pages-navigator-tree/issues](https://github.com/WordPress-Phoenix/sm-dashboard-pages-navigator-tree/issues)
1515

16-
Navigate your pages, with labels for private and pending, in a nice page tree heirarchy sitemap on the admin dashboard provided by http://sethmatics.com/.
16+
Navigate your pages, with labels for private and pending, in a nice page tree heirarchy sitemap on the admin dashboard provided by [Seth Carstens](https://sethcarstens.com) and [Sethmatics](http://sethmatics.com/).
1717

1818
Features include:
1919

@@ -33,6 +33,12 @@ To install the plugin manually:
3333

3434
== Changelog ==
3535

36+
Version 2.1.3
37+
38+
- Updated plugin files to use APB (Abstract plugin base).
39+
- Refactored composer tests
40+
- Connected to CircleCI and Github
41+
3642
Version 1.0.0
3743

3844
- First public version released, no changes yet.
@@ -54,7 +60,7 @@ A: Check the "screen options" dropdown, located in the upper right area of the d
5460

5561
Q: Where is the options panel?
5662

57-
A: There is no options panel. The only changes you will see in the wp-admin is an additional column on the "posts" page that now has a Sticky Clicky Star.
63+
A: There is no options panel.
5864

5965
== Screenshots ==
6066

sm-dashboard-pages-navigator-tree.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
* Plugin Name: SM Dashboard Pages Navigator Tree
1616
* Plugin URI: https://github.com/WordPress-Phoenix/sm-dashboard-pages-navigator-tree
1717
* Description: Dashboard widget with Pages Navigator and a FrontEnd shortcode to build html sitemaps.
18-
* Version: 2.1.1
19-
* Author: Seth Carstens - WordPress Phoenix
18+
* Version: 2.1.4
19+
* Author: Seth Carstens
20+
* Author URI: https://sethcarstens.com
2021
* Text Domain: sm-dashboard-pages-navigator-tree
2122
* License: GNU GPL v2.0+
2223
*/

0 commit comments

Comments
 (0)