Changeset 2097499
- Timestamp:
- 05/29/2019 08:00:11 PM (7 years ago)
- Location:
- require-featured-image/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
require-featured-image-on-edit.js (modified) (1 diff)
-
require-featured-image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
require-featured-image/trunk/readme.txt
r1971878 r2097499 4 4 Tags: featured image, images, edit, post, admin, require featured image, image, media, thumbnail, thumbnails, post thumbnail, photo, pictures 5 5 Requires at least: 3.5 6 Tested up to: 4.9.87 Stable tag: 1.4. 06 Tested up to: 5.2.1 7 Stable tag: 1.4.1 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 70 70 71 71 == CHANGELOG == 72 73 = 1.4.1 (2019.05.29) = 74 * Fix to crude Gutenberg compatibility in JS 72 75 73 76 = 1.4.0 (2018.11.09) = -
require-featured-image/trunk/require-featured-image-on-edit.js
r1971878 r2097499 2 2 3 3 function isGutenberg() { 4 return ($('. gutenberg').length > 0);4 return ($('.block-editor-writing-flow').length > 0); 5 5 } 6 6 -
require-featured-image/trunk/require-featured-image.php
r1971878 r2097499 5 5 Description: Like it says on the tin: requires posts to have a featured image set before they'll be published. 6 6 Author: Press Up 7 Version: 1.4. 07 Version: 1.4.1 8 8 Author URI: http://pressupinc.com 9 9 Text Domain: require-featured-image
Note: See TracChangeset
for help on using the changeset viewer.