Changeset 3232844
- Timestamp:
- 01/31/2025 06:07:35 PM (6 weeks ago)
- Location:
- really-simple-featured-video
- Files:
-
- 4 added
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
really-simple-featured-video/tags/0.23.0/includes/Compatibility/Themes/Core/Twentytwenty_Five/styles.css
r3220690 r3232844 22 22 display: none; 23 23 } 24 25 .rsfa-has-video .wp-block-post-featured-image { 26 aspect-ratio: auto !important; 27 } -
really-simple-featured-video/tags/0.23.0/includes/Compatibility/class-theme-provider.php
r3220690 r3232844 126 126 'class' => 'RSFV\Compatibility\Themes\ThirdParty\Hestia\Compatibility', 127 127 ), 128 'flatsome' => array( 129 'title' => __( 'Flatsome', 'rsfv' ), 130 'file_source' => RSFV_PLUGIN_DIR . 'includes/Compatibility/Themes/ThirdParty/Flatsome/class-compatibility.php', 131 'class' => 'RSFV\Compatibility\Themes\ThirdParty\Flatsome\Compatibility', 132 ), 128 133 ) 129 134 ); … … 155 160 156 161 $theme_engines = $this->get_theme_engines(); 162 163 // To make sure child themes don't escape parents. 164 if ( str_contains( $theme_slug, '-child' ) ) { 165 $theme_slug = str_replace( '-child', '', $theme_slug ); 166 } 157 167 158 168 if ( ! in_array( $theme_slug, array_keys( $theme_engines ), true ) ) { -
really-simple-featured-video/tags/0.23.0/readme.txt
r3232561 r3232844 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 0.2 2.06 Stable tag: 0.23.0 7 7 Tags: video, featured video, woocommerce, product video, video embed 8 8 License: GPLv2 … … 113 113 114 114 == Changelog == 115 116 = 0.23.0 = 117 - New: Flatsome theme compatibility engine 118 - Improvement: Child themes causing Parent themes to get ignored via Theme Compatibility engine selector 119 - Improvement: Improved Twenty-Twenty Five theme compatibility 120 - Improvement: Other minor changes 115 121 116 122 = 0.22.0 = -
really-simple-featured-video/tags/0.23.0/really-simple-featured-video.php
r3231529 r3232844 4 4 * Plugin URI: https://jetixwp.com/plugins/really-simple-featured-video 5 5 * Description: Adds support for Featured Video to WordPress posts, pages & WooCommerce products. 6 * Version: 0.2 2.06 * Version: 0.23.0 7 7 * Author: JetixWP Plugins 8 8 * Author URI: https://jetixwp.com … … 19 19 defined( 'ABSPATH' ) || exit; 20 20 21 define( 'RSFV_VERSION', '0.2 2.0' );21 define( 'RSFV_VERSION', '0.23.0' ); 22 22 define( 'RSFV_PLUGIN_FILE', __FILE__ ); 23 23 define( 'RSFV_PLUGIN_URL', plugin_dir_url( RSFV_PLUGIN_FILE ) ); -
really-simple-featured-video/trunk/includes/Compatibility/Themes/Core/Twentytwenty_Five/styles.css
r3220690 r3232844 22 22 display: none; 23 23 } 24 25 .rsfa-has-video .wp-block-post-featured-image { 26 aspect-ratio: auto !important; 27 } -
really-simple-featured-video/trunk/includes/Compatibility/class-theme-provider.php
r3220690 r3232844 126 126 'class' => 'RSFV\Compatibility\Themes\ThirdParty\Hestia\Compatibility', 127 127 ), 128 'flatsome' => array( 129 'title' => __( 'Flatsome', 'rsfv' ), 130 'file_source' => RSFV_PLUGIN_DIR . 'includes/Compatibility/Themes/ThirdParty/Flatsome/class-compatibility.php', 131 'class' => 'RSFV\Compatibility\Themes\ThirdParty\Flatsome\Compatibility', 132 ), 128 133 ) 129 134 ); … … 155 160 156 161 $theme_engines = $this->get_theme_engines(); 162 163 // To make sure child themes don't escape parents. 164 if ( str_contains( $theme_slug, '-child' ) ) { 165 $theme_slug = str_replace( '-child', '', $theme_slug ); 166 } 157 167 158 168 if ( ! in_array( $theme_slug, array_keys( $theme_engines ), true ) ) { -
really-simple-featured-video/trunk/readme.txt
r3232561 r3232844 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 0.2 2.06 Stable tag: 0.23.0 7 7 Tags: video, featured video, woocommerce, product video, video embed 8 8 License: GPLv2 … … 113 113 114 114 == Changelog == 115 116 = 0.23.0 = 117 - New: Flatsome theme compatibility engine 118 - Improvement: Child themes causing Parent themes to get ignored via Theme Compatibility engine selector 119 - Improvement: Improved Twenty-Twenty Five theme compatibility 120 - Improvement: Other minor changes 115 121 116 122 = 0.22.0 = -
really-simple-featured-video/trunk/really-simple-featured-video.php
r3231529 r3232844 4 4 * Plugin URI: https://jetixwp.com/plugins/really-simple-featured-video 5 5 * Description: Adds support for Featured Video to WordPress posts, pages & WooCommerce products. 6 * Version: 0.2 2.06 * Version: 0.23.0 7 7 * Author: JetixWP Plugins 8 8 * Author URI: https://jetixwp.com … … 19 19 defined( 'ABSPATH' ) || exit; 20 20 21 define( 'RSFV_VERSION', '0.2 2.0' );21 define( 'RSFV_VERSION', '0.23.0' ); 22 22 define( 'RSFV_PLUGIN_FILE', __FILE__ ); 23 23 define( 'RSFV_PLUGIN_URL', plugin_dir_url( RSFV_PLUGIN_FILE ) );
Note: See TracChangeset
for help on using the changeset viewer.