Changeset 2098413
- Timestamp:
- 05/31/2019 09:03:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
featured-image-by-url/trunk/featured-image-by-url.php
r2022621 r2098413 4 4 * Plugin URI: https://wordpress.org/plugins/featured-image-by-url/ 5 5 * Description: This plugin allows to use an external URL Images as Featured Image for your post types. Includes support for Product Gallery (WooCommece). 6 * Version: 1.1. 36 * Version: 1.1.4 7 7 * Author: Knawat Team 8 8 * Author URI: https://github.com/Knawat … … 77 77 * @since 1.0.0 78 78 */ 79 public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1. 3' ); }79 public function __clone() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.4' ); } 80 80 81 81 /** … … 84 84 * @since 1.0.0 85 85 */ 86 public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1. 3' ); }86 public function __wakeup() { _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.4' ); } 87 87 88 88 … … 98 98 // Plugin version. 99 99 if( ! defined( 'KNAWATFIBU_VERSION' ) ){ 100 define( 'KNAWATFIBU_VERSION', '1.1. 3' );100 define( 'KNAWATFIBU_VERSION', '1.1.4' ); 101 101 } 102 102
Note: See TracChangeset
for help on using the changeset viewer.