Plugin Directory

Changeset 2098413


Ignore:
Timestamp:
05/31/2019 09:03:06 AM (7 years ago)
Author:
esl4m
Message:

Updates in version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • featured-image-by-url/trunk/featured-image-by-url.php

    r2022621 r2098413  
    44 * Plugin URI:        https://wordpress.org/plugins/featured-image-by-url/
    55 * 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.3
     6 * Version:           1.1.4
    77 * Author:            Knawat Team
    88 * Author URI:        https://github.com/Knawat
     
    7777     * @since 1.0.0
    7878     */
    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' ); }
    8080
    8181    /**
     
    8484     * @since 1.0.0
    8585     */
    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' ); }
    8787
    8888
     
    9898        // Plugin version.
    9999        if( ! defined( 'KNAWATFIBU_VERSION' ) ){
    100             define( 'KNAWATFIBU_VERSION', '1.1.3' );
     100            define( 'KNAWATFIBU_VERSION', '1.1.4' );
    101101        }
    102102
Note: See TracChangeset for help on using the changeset viewer.