-
- Downloads
Feature/gutenberg
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- assets/js/gutenberg.js 29 additions, 0 deletionsassets/js/gutenberg.js
- composer.json 5 additions, 0 deletionscomposer.json
- src/WPDesk/Notice/AjaxHandler.php 1 addition, 1 deletionsrc/WPDesk/Notice/AjaxHandler.php
- src/WPDesk/Notice/Notice.php 48 additions, 11 deletionssrc/WPDesk/Notice/Notice.php
- src/WPDesk/Notice/PermanentDismissibleNotice.php 5 additions, 3 deletionssrc/WPDesk/Notice/PermanentDismissibleNotice.php
- src/WPDesk/Notice/views/admin-head-js-gutenberg.php 8 additions, 0 deletionssrc/WPDesk/Notice/views/admin-head-js-gutenberg.php
- src/WPDesk/Notice/views/admin-head-js.php 0 additions, 1 deletionsrc/WPDesk/Notice/views/admin-head-js.php
- tests/integration/TestAjaxHandler.php 3 additions, 3 deletionstests/integration/TestAjaxHandler.php
- tests/integration/bootstrap.php 1 addition, 1 deletiontests/integration/bootstrap.php
assets/js/gutenberg.js
0 → 100644
... | ... | @@ -11,6 +11,11 @@ |
"email": "grola@wpdesk.net" | ||
} | ||
], | ||
"config": { | ||
"platform": { | ||
"php": "7.0" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.5", | ||
"wpdesk/wp-builder": "^1.0|^2.0" | ||
... | ... |
Please register or sign in to comment