Skip to content

Commit 47b7563

Browse files
committed
Prepare for 0.1.1 release
1 parent e1577d1 commit 47b7563

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v0.1.1
2+
## 03/26/2018
3+
4+
1. [](#feature)
5+
* Add options to enable move_page and rename_page
6+
7+
2. [](#bugfix)
8+
* Move missing getPages() twig extension function into plugin
9+
110
# v0.1.0
211
## 03/25/2018
312

blueprints.yaml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424

2525
name: Admin Power Tools
26-
version: 0.1.0
26+
version: 0.1.1
2727
description: Power tools for Grav.
2828
icon: plug
2929
author:
@@ -99,6 +99,30 @@ form:
9999
validate:
100100
type: bool
101101

102+
rename_page_enabled:
103+
type: toggle
104+
label: Rename Page
105+
help: Rename a page and modify all page-name and page-slug references.
106+
highlight: 1
107+
default: 0
108+
options:
109+
1: Enabled
110+
0: Disabled
111+
validate:
112+
type: bool
113+
114+
move_page_enabled:
115+
type: toggle
116+
label: Move Page
117+
help: Move a page and modify all page-route references.
118+
highlight: 1
119+
default: 0
120+
options:
121+
1: Enabled
122+
0: Disabled
123+
validate:
124+
type: bool
125+
102126
child_reordering_enabled:
103127
type: toggle
104128
label: Child Reordering
@@ -121,4 +145,5 @@ form:
121145
1: Show
122146
0: Hide
123147
validate:
124-
type: bool
148+
type: bool
149+

0 commit comments

Comments
 (0)