Skip to content

Commit d7efc0b

Browse files
author
Miika Arponen
committed
Automatic performance measurement
1 parent 5b33077 commit d7efc0b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.4",
22-
"devgeniem/dustpress": ">=0.4.0.2",
23-
"composer/installers": "^1.0.12"
21+
"php": ">=7.1",
22+
"devgeniem/dustpress": ">=1.28.0"
2423
},
2524
"keywords": [
2625
"wordpress", "plugin", "dustjs", "dustpress", "debugger", "theme", "framework", "javascript"

plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: DustPress Debugger
44
* Plugin URI: https://github.com/devgeniem/dustpress-debugger
55
* Description: Provides handy ajaxified debugger tool for DustPress based themes.
6-
* Version: 1.4.0
6+
* Version: 1.5.0
77
* Author: Geniem Oy / Miika Arponen & Ville Siltala
88
* Author URI: http://www.geniem.com
99
*/

0 commit comments

Comments
 (0)