Changeset 2258129
- Timestamp:
- 03/10/2020 11:47:01 AM (6 years ago)
- Location:
- wp-social-preview/trunk
- Files:
-
- 3 edited
-
build/sidebar.asset.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/Plugin.php (modified) (1 diff)
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 3 3 Tags: social, preview, social preview, open graph, facebook, twitter, twitter card, social media, share, social, schema, seo, wordpress seo 4 4 Requires at least: 5.3 5 Tested up to: 5. 35 Tested up to: 5.4 6 6 Requires PHP: 7.1 7 7 Stable tag: 1.0.1 -
wp-social-preview/trunk/src/Plugin.php
r2252055 r2258129 40 40 } 41 41 42 if ( $this->isPro ) {43 ( new \Dev7studios\WPSocialPreview\Pro\Image( $this->path, $this->url, $this->isPro ) )->init();44 }45 46 42 add_action( 'init', [ $this, 'init' ] ); 47 43 }
Note: See TracChangeset
for help on using the changeset viewer.