-
- Downloads
feature(ajax): added nonce
parent
d19bb1dd
Branches
No related tags found
This commit is part of merge request !26. Comments created here will be created in the context of that merge request.
Showing
- assets/js/notice.js 5 additions, 2 deletionsassets/js/notice.js
- assets/js/notice.min.js 0 additions, 1 deletionassets/js/notice.min.js
- composer.json 1 addition, 1 deletioncomposer.json
- src/WPDesk/Notice/AjaxHandler.php 30 additions, 30 deletionssrc/WPDesk/Notice/AjaxHandler.php
- src/WPDesk/Notice/PermanentDismissibleNotice.php 8 additions, 0 deletionssrc/WPDesk/Notice/PermanentDismissibleNotice.php
- src/WPDesk/Notice/views/admin-head-js.php 1 addition, 1 deletionsrc/WPDesk/Notice/views/admin-head-js.php
assets/js/notice.min.js
deleted
100644 → 0
... | ... | @@ -17,7 +17,7 @@ |
} | ||
}, | ||
"require": { | ||
"php": ">=5.5", | ||
"php": ">=7.0", | ||
"wpdesk/wp-builder": "^1.0|^2.0" | ||
}, | ||
"require-dev": { | ||
... | ... |
Please register or sign in to comment