Plugin Directory

Changeset 3034076

Timestamp:
02/11/2024 06:05:45 AM (6 months ago)
Author:
Dharm1025
Message:

Update to version 1.1.10 from GitHub

Location:
featured-image-by-url
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • featured-image-by-url/tags/1.1.10/README.txt

    r2899466 r3034076  
    44Requires PHP: 5.3
    55Requires at least: 5.8
    6 Tested up to: 6.2
     6Tested up to: 6.
    77WC tested up to: 4.0.1
    8 Stable tag: 1.1.9
     8Stable tag: 1.1.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     66
     67
     68
     69
    6670= 1.1.9 =
    6771* Tested with WP 6.2
  • featured-image-by-url/tags/1.1.10/featured-image-by-url.php

    r2899466 r3034076  
    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.9
     6 * Version:           1.1.
    77 * Author:            Knawat
    88 * Author URI:        https://www.knawat.com/?utm_source=wordpress.org&utm_medium=social&utm_campaign=WordPress%20Image%20by%20URL
     
    7878     * @since 1.0.0
    7979     */
    80     public function __clone() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.9' ); }
     80    public function __clone() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.' ); }
    8181
    8282    /**
     
    8585     * @since 1.0.0
    8686     */
    87     public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.9' ); }
     87    public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.' ); }
    8888
    8989
  • featured-image-by-url/tags/1.1.10/includes/class-featured-image-by-url-admin.php

    r2899466 r3034076  
    3838            add_action( 'woocommerce_product_after_variable_attributes', array( $this, 'knawatfibu_add_product_variation_image_selector' ), 10, 3 );
    3939            add_action( 'woocommerce_save_product_variation', array( $this, 'knawatfibu_save_product_variation_image' ), 10, 2 );
     40
     41
    4042        }
    4143    }
     
    113115       
    114116        $css_dir = KNAWATFIBU_PLUGIN_URL . 'assets/css/';
    115         wp_enqueue_style('knawatfibu-admin', $css_dir . 'featured-image-by-url-admin.css', array(), '1.1.9', "" );
     117        wp_enqueue_style('knawatfibu-admin', $css_dir . 'featured-image-by-url-admin.css', array(), '1.1.', "" );
    116118       
    117119    }
     
    318320     */
    319321    function knawatfibu_settings_init() {
     322
     323
     324
     325
     326
    320327        register_setting( 'knawatfibu', KNAWATFIBU_OPTIONS );
    321328 
     
    522529        }
    523530    }
     531
     532
     533
     534
     535
     536
     537
     538
     539
     540
     541
     542
     543
     544
     545
     546
     547
     548
     549
     550
     551
     552
     553
     554
     555
    524556}
  • featured-image-by-url/trunk/README.txt

    r2899466 r3034076  
    44Requires PHP: 5.3
    55Requires at least: 5.8
    6 Tested up to: 6.2
     6Tested up to: 6.
    77WC tested up to: 4.0.1
    8 Stable tag: 1.1.9
     8Stable tag: 1.1.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464
    6565== Changelog ==
     66
     67
     68
     69
    6670= 1.1.9 =
    6771* Tested with WP 6.2
  • featured-image-by-url/trunk/featured-image-by-url.php

    r2899466 r3034076  
    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.9
     6 * Version:           1.1.
    77 * Author:            Knawat
    88 * Author URI:        https://www.knawat.com/?utm_source=wordpress.org&utm_medium=social&utm_campaign=WordPress%20Image%20by%20URL
     
    7878     * @since 1.0.0
    7979     */
    80     public function __clone() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.9' ); }
     80    public function __clone() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.' ); }
    8181
    8282    /**
     
    8585     * @since 1.0.0
    8686     */
    87     public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.9' ); }
     87    public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin’ huh?', 'featured-image-by-url' ), '1.1.' ); }
    8888
    8989
  • featured-image-by-url/trunk/includes/class-featured-image-by-url-admin.php

    r2899466 r3034076  
    3838            add_action( 'woocommerce_product_after_variable_attributes', array( $this, 'knawatfibu_add_product_variation_image_selector' ), 10, 3 );
    3939            add_action( 'woocommerce_save_product_variation', array( $this, 'knawatfibu_save_product_variation_image' ), 10, 2 );
     40
     41
    4042        }
    4143    }
     
    113115       
    114116        $css_dir = KNAWATFIBU_PLUGIN_URL . 'assets/css/';
    115         wp_enqueue_style('knawatfibu-admin', $css_dir . 'featured-image-by-url-admin.css', array(), '1.1.9', "" );
     117        wp_enqueue_style('knawatfibu-admin', $css_dir . 'featured-image-by-url-admin.css', array(), '1.1.', "" );
    116118       
    117119    }
     
    318320     */
    319321    function knawatfibu_settings_init() {
     322
     323
     324
     325
     326
    320327        register_setting( 'knawatfibu', KNAWATFIBU_OPTIONS );
    321328 
     
    522529        }
    523530    }
     531
     532
     533
     534
     535
     536
     537
     538
     539
     540
     541
     542
     543
     544
     545
     546
     547
     548
     549
     550
     551
     552
     553
     554
     555
    524556}
Note: See TracChangeset for help on using the changeset viewer.