Plugin Directory

Changeset 3269767


Ignore:
Timestamp:
04/09/2025 02:33:38 PM (10 months ago)
Author:
lushkant
Message:

Update to version 0.29.0 from GitHub

Location:
really-simple-featured-video
Files:
2 added
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • really-simple-featured-video/tags/0.29.0/includes/Compatibility/Plugins/CIXWooGallerySlider/class-compatibility.php

    r3141093 r3269767  
    1818 */
    1919class Compatibility extends Base_Compatibility {
    20 
    2120
    2221    /**
  • really-simple-featured-video/tags/0.29.0/includes/Compatibility/Plugins/CIXWooGallerySlider/templates/product-image.php

    r3141093 r3269767  
    55 * @package WooCommerce\Templates
    66 * @version 10.0.0
    7  * @CIX-version 2.3.10
     7 * @CIX-version 2.3.19
    88 */
    99
     
    5454            true,
    5555            array(
    56                 'class'            => 'attachment-shop_single size-shop_single wp-post-image',
     56                'class'            => 'woocommerce-product-gallery__image attachment-shop_single size-shop_single wp-post-image',
    5757                'data-zoom_src'    => wp_get_attachment_image_src( $post_thumbnail_id, apply_filters( 'gallery_slider_zoom_image_size', 'full' ) )[0],
    5858                'data-large_image' => wp_get_attachment_image_src( $post_thumbnail_id, apply_filters( 'gallery_slider_zoom_image_size', 'full' ) )[0],
     
    162162                true,
    163163                array(
    164                     'class' => 'wpgs-thumb-main-image',
     164                    'class' => 'woocommerce-product-gallery__image gallery_thumbnail_first ',
    165165                    'alt'   => trim( wp_strip_all_tags( get_post_meta( $post_thumbnail_id, '_wp_attachment_image_alt', true ) ) ),
    166166                )
  • really-simple-featured-video/tags/0.29.0/includes/class-plugin.php

    r3181976 r3269767  
    165165        require_once RSFV_PLUGIN_DIR . 'includes/class-metabox.php';
    166166
     167        // Core overrides.
     168        require_once RSFV_PLUGIN_DIR . 'includes/class-filterable-scripts.php';
     169
    167170        // Frontend loaders.
    168171        require_once RSFV_PLUGIN_DIR . 'includes/class-shortcode.php';
  • really-simple-featured-video/tags/0.29.0/languages/rsfv.pot

    r3256903 r3269767  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Really Simple Featured Video 0.28.0\n"
     5"Project-Id-Version: Really Simple Featured Video 0.29.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/really-simple-featured-video\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-03-17T06:48:03+00:00\n"
     12"POT-Creation-Date: 2025-04-09T14:26:18+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
     
    8282msgstr ""
    8383
    84 #: includes/class-plugin.php:195
     84#: includes/class-plugin.php:198
    8585msgid "Settings"
    8686msgstr ""
  • really-simple-featured-video/tags/0.29.0/readme.txt

    r3256903 r3269767  
    33Requires at least: 6.0
    44Requires PHP: 8.0
    5 Tested up to: 6.7.2
    6 Stable tag: 0.28.0
     5Tested up to: 6.8
     6Stable tag: 0.29.0
    77Tags: video, featured video, woocommerce, product video, video embed
    88License: GPLv2
     
    113113
    114114== Changelog ==
     115
     116= 0.29.0 =
     117- New: Registers a WP Script localize handler class
     118- Improvement: Update CIX Woo Product Gallery slider overrides
     119- Improvement: Other minor changes
    115120
    116121= 0.28.0 =
  • really-simple-featured-video/tags/0.29.0/really-simple-featured-video.php

    r3256903 r3269767  
    44 * Plugin URI:  https://jetixwp.com/plugins/really-simple-featured-video
    55 * Description: Adds support for Featured Video to WordPress posts, pages & WooCommerce products.
    6  * Version:     0.28.0
     6 * Version:     0.29.0
    77 * Author:      JetixWP Plugins
    88 * Author URI:  https://jetixwp.com
     
    1919defined( 'ABSPATH' ) || exit;
    2020
    21 define( 'RSFV_VERSION', '0.28.0' );
     21define( 'RSFV_VERSION', '0.29.0' );
    2222define( 'RSFV_PLUGIN_FILE', __FILE__ );
    2323define( 'RSFV_PLUGIN_URL', plugin_dir_url( RSFV_PLUGIN_FILE ) );
  • really-simple-featured-video/trunk/includes/Compatibility/Plugins/CIXWooGallerySlider/class-compatibility.php

    r3141093 r3269767  
    1818 */
    1919class Compatibility extends Base_Compatibility {
    20 
    2120
    2221    /**
  • really-simple-featured-video/trunk/includes/Compatibility/Plugins/CIXWooGallerySlider/templates/product-image.php

    r3141093 r3269767  
    55 * @package WooCommerce\Templates
    66 * @version 10.0.0
    7  * @CIX-version 2.3.10
     7 * @CIX-version 2.3.19
    88 */
    99
     
    5454            true,
    5555            array(
    56                 'class'            => 'attachment-shop_single size-shop_single wp-post-image',
     56                'class'            => 'woocommerce-product-gallery__image attachment-shop_single size-shop_single wp-post-image',
    5757                'data-zoom_src'    => wp_get_attachment_image_src( $post_thumbnail_id, apply_filters( 'gallery_slider_zoom_image_size', 'full' ) )[0],
    5858                'data-large_image' => wp_get_attachment_image_src( $post_thumbnail_id, apply_filters( 'gallery_slider_zoom_image_size', 'full' ) )[0],
     
    162162                true,
    163163                array(
    164                     'class' => 'wpgs-thumb-main-image',
     164                    'class' => 'woocommerce-product-gallery__image gallery_thumbnail_first ',
    165165                    'alt'   => trim( wp_strip_all_tags( get_post_meta( $post_thumbnail_id, '_wp_attachment_image_alt', true ) ) ),
    166166                )
  • really-simple-featured-video/trunk/includes/class-plugin.php

    r3181976 r3269767  
    165165        require_once RSFV_PLUGIN_DIR . 'includes/class-metabox.php';
    166166
     167        // Core overrides.
     168        require_once RSFV_PLUGIN_DIR . 'includes/class-filterable-scripts.php';
     169
    167170        // Frontend loaders.
    168171        require_once RSFV_PLUGIN_DIR . 'includes/class-shortcode.php';
  • really-simple-featured-video/trunk/languages/rsfv.pot

    r3256903 r3269767  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Really Simple Featured Video 0.28.0\n"
     5"Project-Id-Version: Really Simple Featured Video 0.29.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/really-simple-featured-video\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-03-17T06:48:03+00:00\n"
     12"POT-Creation-Date: 2025-04-09T14:26:18+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
     
    8282msgstr ""
    8383
    84 #: includes/class-plugin.php:195
     84#: includes/class-plugin.php:198
    8585msgid "Settings"
    8686msgstr ""
  • really-simple-featured-video/trunk/readme.txt

    r3256903 r3269767  
    33Requires at least: 6.0
    44Requires PHP: 8.0
    5 Tested up to: 6.7.2
    6 Stable tag: 0.28.0
     5Tested up to: 6.8
     6Stable tag: 0.29.0
    77Tags: video, featured video, woocommerce, product video, video embed
    88License: GPLv2
     
    113113
    114114== Changelog ==
     115
     116= 0.29.0 =
     117- New: Registers a WP Script localize handler class
     118- Improvement: Update CIX Woo Product Gallery slider overrides
     119- Improvement: Other minor changes
    115120
    116121= 0.28.0 =
  • really-simple-featured-video/trunk/really-simple-featured-video.php

    r3256903 r3269767  
    44 * Plugin URI:  https://jetixwp.com/plugins/really-simple-featured-video
    55 * Description: Adds support for Featured Video to WordPress posts, pages & WooCommerce products.
    6  * Version:     0.28.0
     6 * Version:     0.29.0
    77 * Author:      JetixWP Plugins
    88 * Author URI:  https://jetixwp.com
     
    1919defined( 'ABSPATH' ) || exit;
    2020
    21 define( 'RSFV_VERSION', '0.28.0' );
     21define( 'RSFV_VERSION', '0.29.0' );
    2222define( 'RSFV_PLUGIN_FILE', __FILE__ );
    2323define( 'RSFV_PLUGIN_URL', plugin_dir_url( RSFV_PLUGIN_FILE ) );
Note: See TracChangeset for help on using the changeset viewer.