Plugin Directory

Changeset 2258129


Ignore:
Timestamp:
03/10/2020 11:47:01 AM (6 years ago)
Author:
gilbitron
Message:

Preparing for 1.0.1 release

Location:
wp-social-preview/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-social-preview/trunk/build/sidebar.asset.php

    r2252055 r2258129  
    1 <?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-plugins', 'wp-polyfill'), 'version' => '239a5752a0b18deeb39119848bf0cc0c');
     1<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-plugins', 'wp-polyfill'), 'version' => '3c50a23f85cc271ebee4f04827188724');
  • wp-social-preview/trunk/readme.txt

    r2252055 r2258129  
    33Tags: social, preview, social preview, open graph, facebook, twitter, twitter card, social media, share, social, schema, seo, wordpress seo
    44Requires at least: 5.3
    5 Tested up to: 5.3
     5Tested up to: 5.4
    66Requires PHP: 7.1
    77Stable tag: 1.0.1
  • wp-social-preview/trunk/src/Plugin.php

    r2252055 r2258129  
    4040        }
    4141
    42         if ( $this->isPro ) {
    43             ( new \Dev7studios\WPSocialPreview\Pro\Image( $this->path, $this->url, $this->isPro ) )->init();
    44         }
    45 
    4642        add_action( 'init', [ $this, 'init' ] );
    4743    }
Note: See TracChangeset for help on using the changeset viewer.