Changeset 3233143
- Timestamp:
- 02/01/2025 03:21:52 PM (6 weeks ago)
- Location:
- really-simple-featured-video
- Files:
-
- 12 added
- 10 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
really-simple-featured-video/tags/0.25.0/includes/Compatibility/Themes/ThirdParty/Flatsome/class-compatibility.php
r3232844 r3233143 85 85 ); 86 86 } 87 88 add_filter( 'woocommerce_locate_template', array( $this, 'override_woocommerce_template_part' ), 10, 3 ); 89 } 90 91 /** 92 * Overrides Woo templates with available ones. 93 * 94 * @param string $template Template path absolute url. 95 * @param string $template_name Template name. 96 * @param string $template_path Template path. 97 * @return string 98 */ 99 public function override_woocommerce_template_part( $template, $template_name, $template_path ) { 100 $template_directory = untrailingslashit( plugin_dir_path( __FILE__ ) ) . '/templates/'; 101 $path = $template_directory . $template_name; 102 return file_exists( $path ) ? $path : $template; 87 103 } 88 104 } -
really-simple-featured-video/tags/0.25.0/includes/Compatibility/class-theme-provider.php
r3232844 r3233143 130 130 'file_source' => RSFV_PLUGIN_DIR . 'includes/Compatibility/Themes/ThirdParty/Flatsome/class-compatibility.php', 131 131 'class' => 'RSFV\Compatibility\Themes\ThirdParty\Flatsome\Compatibility', 132 ), 133 'dt-the7' => array( 134 'title' => __( 'The7', 'rsfv' ), 135 'file_source' => RSFV_PLUGIN_DIR . 'includes/Compatibility/Themes/ThirdParty/The7/class-compatibility.php', 136 'class' => 'RSFV\Compatibility\Themes\ThirdParty\The7\Compatibility', 132 137 ), 133 138 ) -
really-simple-featured-video/tags/0.25.0/languages/rsfv.pot
r3232852 r3233143 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Really Simple Featured Video 0.2 3.0\n"5 "Project-Id-Version: Really Simple Featured Video 0.25.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/really-simple-featured-video\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-0 1-31T18:19:21+00:00\n"12 "POT-Creation-Date: 2025-02-01T15:19:36+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 181 181 msgstr "" 182 182 183 #: includes/Compatibility/class-theme-provider.php:176 183 #: includes/Compatibility/class-theme-provider.php:134 184 msgid "The7" 185 msgstr "" 186 187 #: includes/Compatibility/class-theme-provider.php:181 184 188 msgid "Failed at registration" 185 189 msgstr "" 186 190 187 #: includes/Compatibility/class-theme-provider.php:1 77191 #: includes/Compatibility/class-theme-provider.php:182 188 192 msgid "Unregistered" 189 193 msgstr "" 190 194 191 #: includes/Compatibility/class-theme-provider.php:21 3195 #: includes/Compatibility/class-theme-provider.php:218 192 196 msgid "Disabled (Legacy)" 193 197 msgstr "" 194 198 195 #: includes/Compatibility/class-theme-provider.php:21 4199 #: includes/Compatibility/class-theme-provider.php:219 196 200 msgid "Auto (Do it for me)" 197 201 msgstr "" 198 202 199 #: includes/Compatibility/class-theme-provider.php:24 3203 #: includes/Compatibility/class-theme-provider.php:248 200 204 msgid "OceanWP (PRO)" 201 205 msgstr "" 202 206 203 #: includes/Compatibility/class-theme-provider.php:24 4207 #: includes/Compatibility/class-theme-provider.php:249 204 208 msgid "Jupiter X (PRO)" 205 209 msgstr "" 206 210 207 #: includes/Compatibility/class-theme-provider.php:2 45211 #: includes/Compatibility/class-theme-provider.php:250 208 212 msgid "Flatsome (PRO)" 209 213 msgstr "" 210 214 211 #: includes/Compatibility/class-theme-provider.php:2 46215 #: includes/Compatibility/class-theme-provider.php:251 212 216 msgid "Wellco (PRO)" 213 217 msgstr "" 214 218 215 #: includes/Compatibility/class-theme-provider.php:2 47219 #: includes/Compatibility/class-theme-provider.php:252 216 220 msgid "Avanam (PRO)" 217 221 msgstr "" 218 222 219 #: includes/Compatibility/class-theme-provider.php:2 48223 #: includes/Compatibility/class-theme-provider.php:253 220 224 msgid "Divi Builder (PRO)" 221 225 msgstr "" 222 226 223 #: includes/Compatibility/class-theme-provider.php:2 49227 #: includes/Compatibility/class-theme-provider.php:254 224 228 msgid "Avada (PRO)" 225 229 msgstr "" 226 230 227 #: includes/Compatibility/class-theme-provider.php:25 0231 #: includes/Compatibility/class-theme-provider.php:255 228 232 msgid "Konte (PRO)" 229 233 msgstr "" 230 234 231 #: includes/Compatibility/class-theme-provider.php:25 1235 #: includes/Compatibility/class-theme-provider.php:256 232 236 msgid "Lay (PRO)" 233 237 msgstr "" -
really-simple-featured-video/tags/0.25.0/readme.txt
r3232852 r3233143 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 0.2 4.06 Stable tag: 0.25.0 7 7 Tags: video, featured video, woocommerce, product video, video embed 8 8 License: GPLv2 … … 113 113 114 114 == Changelog == 115 116 = 0.25.0 = 117 - New: Added support for The7 and respective theme compatibility engine 118 - Fix: Flatsome theme compatibility issues at Woo Single Product Gallery 119 - Improvement: Updated translation files 120 - Improvement: Other minor changes 115 121 116 122 = 0.24.0 = -
really-simple-featured-video/tags/0.25.0/really-simple-featured-video.php
r3232852 r3233143 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 4.06 * Version: 0.25.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 4.0' );21 define( 'RSFV_VERSION', '0.25.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/ThirdParty/Flatsome/class-compatibility.php
r3232844 r3233143 85 85 ); 86 86 } 87 88 add_filter( 'woocommerce_locate_template', array( $this, 'override_woocommerce_template_part' ), 10, 3 ); 89 } 90 91 /** 92 * Overrides Woo templates with available ones. 93 * 94 * @param string $template Template path absolute url. 95 * @param string $template_name Template name. 96 * @param string $template_path Template path. 97 * @return string 98 */ 99 public function override_woocommerce_template_part( $template, $template_name, $template_path ) { 100 $template_directory = untrailingslashit( plugin_dir_path( __FILE__ ) ) . '/templates/'; 101 $path = $template_directory . $template_name; 102 return file_exists( $path ) ? $path : $template; 87 103 } 88 104 } -
really-simple-featured-video/trunk/includes/Compatibility/class-theme-provider.php
r3232844 r3233143 130 130 'file_source' => RSFV_PLUGIN_DIR . 'includes/Compatibility/Themes/ThirdParty/Flatsome/class-compatibility.php', 131 131 'class' => 'RSFV\Compatibility\Themes\ThirdParty\Flatsome\Compatibility', 132 ), 133 'dt-the7' => array( 134 'title' => __( 'The7', 'rsfv' ), 135 'file_source' => RSFV_PLUGIN_DIR . 'includes/Compatibility/Themes/ThirdParty/The7/class-compatibility.php', 136 'class' => 'RSFV\Compatibility\Themes\ThirdParty\The7\Compatibility', 132 137 ), 133 138 ) -
really-simple-featured-video/trunk/languages/rsfv.pot
r3232852 r3233143 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Really Simple Featured Video 0.2 3.0\n"5 "Project-Id-Version: Really Simple Featured Video 0.25.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/really-simple-featured-video\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-0 1-31T18:19:21+00:00\n"12 "POT-Creation-Date: 2025-02-01T15:19:36+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 181 181 msgstr "" 182 182 183 #: includes/Compatibility/class-theme-provider.php:176 183 #: includes/Compatibility/class-theme-provider.php:134 184 msgid "The7" 185 msgstr "" 186 187 #: includes/Compatibility/class-theme-provider.php:181 184 188 msgid "Failed at registration" 185 189 msgstr "" 186 190 187 #: includes/Compatibility/class-theme-provider.php:1 77191 #: includes/Compatibility/class-theme-provider.php:182 188 192 msgid "Unregistered" 189 193 msgstr "" 190 194 191 #: includes/Compatibility/class-theme-provider.php:21 3195 #: includes/Compatibility/class-theme-provider.php:218 192 196 msgid "Disabled (Legacy)" 193 197 msgstr "" 194 198 195 #: includes/Compatibility/class-theme-provider.php:21 4199 #: includes/Compatibility/class-theme-provider.php:219 196 200 msgid "Auto (Do it for me)" 197 201 msgstr "" 198 202 199 #: includes/Compatibility/class-theme-provider.php:24 3203 #: includes/Compatibility/class-theme-provider.php:248 200 204 msgid "OceanWP (PRO)" 201 205 msgstr "" 202 206 203 #: includes/Compatibility/class-theme-provider.php:24 4207 #: includes/Compatibility/class-theme-provider.php:249 204 208 msgid "Jupiter X (PRO)" 205 209 msgstr "" 206 210 207 #: includes/Compatibility/class-theme-provider.php:2 45211 #: includes/Compatibility/class-theme-provider.php:250 208 212 msgid "Flatsome (PRO)" 209 213 msgstr "" 210 214 211 #: includes/Compatibility/class-theme-provider.php:2 46215 #: includes/Compatibility/class-theme-provider.php:251 212 216 msgid "Wellco (PRO)" 213 217 msgstr "" 214 218 215 #: includes/Compatibility/class-theme-provider.php:2 47219 #: includes/Compatibility/class-theme-provider.php:252 216 220 msgid "Avanam (PRO)" 217 221 msgstr "" 218 222 219 #: includes/Compatibility/class-theme-provider.php:2 48223 #: includes/Compatibility/class-theme-provider.php:253 220 224 msgid "Divi Builder (PRO)" 221 225 msgstr "" 222 226 223 #: includes/Compatibility/class-theme-provider.php:2 49227 #: includes/Compatibility/class-theme-provider.php:254 224 228 msgid "Avada (PRO)" 225 229 msgstr "" 226 230 227 #: includes/Compatibility/class-theme-provider.php:25 0231 #: includes/Compatibility/class-theme-provider.php:255 228 232 msgid "Konte (PRO)" 229 233 msgstr "" 230 234 231 #: includes/Compatibility/class-theme-provider.php:25 1235 #: includes/Compatibility/class-theme-provider.php:256 232 236 msgid "Lay (PRO)" 233 237 msgstr "" -
really-simple-featured-video/trunk/readme.txt
r3232852 r3233143 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 0.2 4.06 Stable tag: 0.25.0 7 7 Tags: video, featured video, woocommerce, product video, video embed 8 8 License: GPLv2 … … 113 113 114 114 == Changelog == 115 116 = 0.25.0 = 117 - New: Added support for The7 and respective theme compatibility engine 118 - Fix: Flatsome theme compatibility issues at Woo Single Product Gallery 119 - Improvement: Updated translation files 120 - Improvement: Other minor changes 115 121 116 122 = 0.24.0 = -
really-simple-featured-video/trunk/really-simple-featured-video.php
r3232852 r3233143 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 4.06 * Version: 0.25.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 4.0' );21 define( 'RSFV_VERSION', '0.25.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.