Plugin Directory

Changeset 2097499


Ignore:
Timestamp:
05/29/2019 08:00:11 PM (7 years ago)
Author:
pressupinc
Message:

deploy from git

Location:
require-featured-image/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • require-featured-image/trunk/readme.txt

    r1971878 r2097499  
    44Tags: featured image, images, edit, post, admin, require featured image, image, media, thumbnail, thumbnails, post thumbnail, photo, pictures
    55Requires at least: 3.5
    6 Tested up to: 4.9.8
    7 Stable tag: 1.4.0
     6Tested up to: 5.2.1
     7Stable tag: 1.4.1
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    7070
    7171== CHANGELOG ==
     72
     73= 1.4.1 (2019.05.29) =
     74* Fix to crude Gutenberg compatibility in JS
    7275
    7376= 1.4.0 (2018.11.09) =
  • require-featured-image/trunk/require-featured-image-on-edit.js

    r1971878 r2097499  
    22
    33    function isGutenberg() {
    4         return ($('.gutenberg').length > 0);
     4        return ($('.block-editor-writing-flow').length > 0);
    55    }
    66
  • require-featured-image/trunk/require-featured-image.php

    r1971878 r2097499  
    55Description: Like it says on the tin: requires posts to have a featured image set before they'll be published.
    66Author: Press Up
    7 Version: 1.4.0
     7Version: 1.4.1
    88Author URI: http://pressupinc.com
    99Text Domain: require-featured-image
Note: See TracChangeset for help on using the changeset viewer.