File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 1.13.1 ] - 2018-03-19
8
8
9
9
### Changed
10
- - Moved add_rewrite_tag calls to init
10
+ - Moved add_rewrite_tag calls to init hook.
11
11
12
12
## [ 1.13.0] - 2018-03-15
13
13
Original file line number Diff line number Diff line change 6
6
Author: Miika Arponen & Ville Siltala / Geniem Oy
7
7
Author URI: http://www.geniem.com
8
8
License: GPLv3
9
- Version: 1.13.0
9
+ Version: 1.13.1
10
10
*/
11
11
12
12
final class DustPress {
@@ -115,8 +115,15 @@ protected function __construct() {
115
115
}
116
116
117
117
/**
118
- * Register custom route rewrite tag
119
- */
118
+ * Register custom route rewrite tags
119
+ *
120
+ * @type function
121
+ * @date 19/3/2019
122
+ * @since 1.13.1
123
+ *
124
+ * @param N/A
125
+ * @return N/A
126
+ */
120
127
public function rewrite_tags () {
121
128
// Register custom route rewrite tag
122
129
add_rewrite_tag ( '%dustpress_custom_route% ' , '([^\/]+) ' );
You can’t perform that action at this time.
0 commit comments