Changeset 3232852
- Timestamp:
- 01/31/2025 06:21:10 PM (13 months ago)
- Location:
- really-simple-featured-video
- Files:
-
- 8 edited
- 1 copied
-
tags/0.24.0 (copied) (copied from really-simple-featured-video/trunk)
-
tags/0.24.0/includes/Compatibility/Plugins/WooCommerce/class-compatibility.php (modified) (1 diff)
-
tags/0.24.0/languages/rsfv.pot (modified) (3 diffs)
-
tags/0.24.0/readme.txt (modified) (2 diffs)
-
tags/0.24.0/really-simple-featured-video.php (modified) (2 diffs)
-
trunk/includes/Compatibility/Plugins/WooCommerce/class-compatibility.php (modified) (1 diff)
-
trunk/languages/rsfv.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/really-simple-featured-video.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
really-simple-featured-video/tags/0.24.0/includes/Compatibility/Plugins/WooCommerce/class-compatibility.php
r3140227 r3232852 210 210 211 211 // Get autoplay option. 212 $is_autoplay = is_array( $video_controls ) && isset( $video_controls['autoplay'] );212 $is_autoplay = ( is_array( $video_controls ) && isset( $video_controls['autoplay'] ) ) && $video_controls['autoplay']; 213 213 214 214 // Get loop option. 215 $is_loop = is_array( $video_controls ) && isset( $video_controls['loop'] );215 $is_loop = ( is_array( $video_controls ) && isset( $video_controls['loop'] ) ) && $video_controls['loop']; 216 216 217 217 // Get mute option. 218 $is_muted = is_array( $video_controls ) && isset( $video_controls['mute'] );218 $is_muted = ( is_array( $video_controls ) && isset( $video_controls['mute'] ) ) && $video_controls['mute']; 219 219 220 220 // Get PictureInPicture option. 221 $is_pip = is_array( $video_controls ) && isset( $video_controls['pip'] );221 $is_pip = ( is_array( $video_controls ) && isset( $video_controls['pip'] ) ) && $video_controls['pip']; 222 222 223 223 // Get video controls option. 224 $has_controls = is_array( $video_controls ) && isset( $video_controls['controls'] );224 $has_controls = ( is_array( $video_controls ) && isset( $video_controls['controls'] ) ) && $video_controls['controls']; 225 225 226 226 $video_html = ''; -
really-simple-featured-video/tags/0.24.0/languages/rsfv.pot
r3231529 r3232852 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Really Simple Featured Video 0.2 2.0\n"5 "Project-Id-Version: Really Simple Featured Video 0.23.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-01- 29T19:31:13+00:00\n"12 "POT-Creation-Date: 2025-01-31T18:19:21+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" … … 177 177 msgstr "" 178 178 179 #: includes/Compatibility/class-theme-provider.php:166 179 #: includes/Compatibility/class-theme-provider.php:129 180 msgid "Flatsome" 181 msgstr "" 182 183 #: includes/Compatibility/class-theme-provider.php:176 180 184 msgid "Failed at registration" 181 185 msgstr "" 182 186 183 #: includes/Compatibility/class-theme-provider.php:1 67187 #: includes/Compatibility/class-theme-provider.php:177 184 188 msgid "Unregistered" 185 189 msgstr "" 186 190 187 #: includes/Compatibility/class-theme-provider.php:2 03191 #: includes/Compatibility/class-theme-provider.php:213 188 192 msgid "Disabled (Legacy)" 189 193 msgstr "" 190 194 191 #: includes/Compatibility/class-theme-provider.php:2 04195 #: includes/Compatibility/class-theme-provider.php:214 192 196 msgid "Auto (Do it for me)" 193 197 msgstr "" 194 198 195 #: includes/Compatibility/class-theme-provider.php:2 33199 #: includes/Compatibility/class-theme-provider.php:243 196 200 msgid "OceanWP (PRO)" 197 201 msgstr "" 198 202 199 #: includes/Compatibility/class-theme-provider.php:2 34203 #: includes/Compatibility/class-theme-provider.php:244 200 204 msgid "Jupiter X (PRO)" 201 205 msgstr "" 202 206 203 #: includes/Compatibility/class-theme-provider.php:2 35207 #: includes/Compatibility/class-theme-provider.php:245 204 208 msgid "Flatsome (PRO)" 205 209 msgstr "" 206 210 207 #: includes/Compatibility/class-theme-provider.php:2 36211 #: includes/Compatibility/class-theme-provider.php:246 208 212 msgid "Wellco (PRO)" 209 213 msgstr "" 210 214 211 #: includes/Compatibility/class-theme-provider.php:2 37215 #: includes/Compatibility/class-theme-provider.php:247 212 216 msgid "Avanam (PRO)" 213 217 msgstr "" 214 218 215 #: includes/Compatibility/class-theme-provider.php:2 38219 #: includes/Compatibility/class-theme-provider.php:248 216 220 msgid "Divi Builder (PRO)" 217 221 msgstr "" 218 222 219 #: includes/Compatibility/class-theme-provider.php:2 39223 #: includes/Compatibility/class-theme-provider.php:249 220 224 msgid "Avada (PRO)" 221 225 msgstr "" 222 226 223 #: includes/Compatibility/class-theme-provider.php:2 40227 #: includes/Compatibility/class-theme-provider.php:250 224 228 msgid "Konte (PRO)" 225 229 msgstr "" 226 230 227 #: includes/Compatibility/class-theme-provider.php:2 41231 #: includes/Compatibility/class-theme-provider.php:251 228 232 msgid "Lay (PRO)" 229 233 msgstr "" -
really-simple-featured-video/tags/0.24.0/readme.txt
r3232844 r3232852 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 0.2 3.06 Stable tag: 0.24.0 7 7 Tags: video, featured video, woocommerce, product video, video embed 8 8 License: GPLv2 … … 113 113 114 114 == Changelog == 115 116 = 0.24.0 = 117 - Fix: Incorrect Controls toggle output at WooCommerce videos 118 - Improvement: Updated translation files 115 119 116 120 = 0.23.0 = -
really-simple-featured-video/tags/0.24.0/really-simple-featured-video.php
r3232844 r3232852 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 3.06 * Version: 0.24.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 3.0' );21 define( 'RSFV_VERSION', '0.24.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/Plugins/WooCommerce/class-compatibility.php
r3140227 r3232852 210 210 211 211 // Get autoplay option. 212 $is_autoplay = is_array( $video_controls ) && isset( $video_controls['autoplay'] );212 $is_autoplay = ( is_array( $video_controls ) && isset( $video_controls['autoplay'] ) ) && $video_controls['autoplay']; 213 213 214 214 // Get loop option. 215 $is_loop = is_array( $video_controls ) && isset( $video_controls['loop'] );215 $is_loop = ( is_array( $video_controls ) && isset( $video_controls['loop'] ) ) && $video_controls['loop']; 216 216 217 217 // Get mute option. 218 $is_muted = is_array( $video_controls ) && isset( $video_controls['mute'] );218 $is_muted = ( is_array( $video_controls ) && isset( $video_controls['mute'] ) ) && $video_controls['mute']; 219 219 220 220 // Get PictureInPicture option. 221 $is_pip = is_array( $video_controls ) && isset( $video_controls['pip'] );221 $is_pip = ( is_array( $video_controls ) && isset( $video_controls['pip'] ) ) && $video_controls['pip']; 222 222 223 223 // Get video controls option. 224 $has_controls = is_array( $video_controls ) && isset( $video_controls['controls'] );224 $has_controls = ( is_array( $video_controls ) && isset( $video_controls['controls'] ) ) && $video_controls['controls']; 225 225 226 226 $video_html = ''; -
really-simple-featured-video/trunk/languages/rsfv.pot
r3231529 r3232852 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Really Simple Featured Video 0.2 2.0\n"5 "Project-Id-Version: Really Simple Featured Video 0.23.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-01- 29T19:31:13+00:00\n"12 "POT-Creation-Date: 2025-01-31T18:19:21+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" … … 177 177 msgstr "" 178 178 179 #: includes/Compatibility/class-theme-provider.php:166 179 #: includes/Compatibility/class-theme-provider.php:129 180 msgid "Flatsome" 181 msgstr "" 182 183 #: includes/Compatibility/class-theme-provider.php:176 180 184 msgid "Failed at registration" 181 185 msgstr "" 182 186 183 #: includes/Compatibility/class-theme-provider.php:1 67187 #: includes/Compatibility/class-theme-provider.php:177 184 188 msgid "Unregistered" 185 189 msgstr "" 186 190 187 #: includes/Compatibility/class-theme-provider.php:2 03191 #: includes/Compatibility/class-theme-provider.php:213 188 192 msgid "Disabled (Legacy)" 189 193 msgstr "" 190 194 191 #: includes/Compatibility/class-theme-provider.php:2 04195 #: includes/Compatibility/class-theme-provider.php:214 192 196 msgid "Auto (Do it for me)" 193 197 msgstr "" 194 198 195 #: includes/Compatibility/class-theme-provider.php:2 33199 #: includes/Compatibility/class-theme-provider.php:243 196 200 msgid "OceanWP (PRO)" 197 201 msgstr "" 198 202 199 #: includes/Compatibility/class-theme-provider.php:2 34203 #: includes/Compatibility/class-theme-provider.php:244 200 204 msgid "Jupiter X (PRO)" 201 205 msgstr "" 202 206 203 #: includes/Compatibility/class-theme-provider.php:2 35207 #: includes/Compatibility/class-theme-provider.php:245 204 208 msgid "Flatsome (PRO)" 205 209 msgstr "" 206 210 207 #: includes/Compatibility/class-theme-provider.php:2 36211 #: includes/Compatibility/class-theme-provider.php:246 208 212 msgid "Wellco (PRO)" 209 213 msgstr "" 210 214 211 #: includes/Compatibility/class-theme-provider.php:2 37215 #: includes/Compatibility/class-theme-provider.php:247 212 216 msgid "Avanam (PRO)" 213 217 msgstr "" 214 218 215 #: includes/Compatibility/class-theme-provider.php:2 38219 #: includes/Compatibility/class-theme-provider.php:248 216 220 msgid "Divi Builder (PRO)" 217 221 msgstr "" 218 222 219 #: includes/Compatibility/class-theme-provider.php:2 39223 #: includes/Compatibility/class-theme-provider.php:249 220 224 msgid "Avada (PRO)" 221 225 msgstr "" 222 226 223 #: includes/Compatibility/class-theme-provider.php:2 40227 #: includes/Compatibility/class-theme-provider.php:250 224 228 msgid "Konte (PRO)" 225 229 msgstr "" 226 230 227 #: includes/Compatibility/class-theme-provider.php:2 41231 #: includes/Compatibility/class-theme-provider.php:251 228 232 msgid "Lay (PRO)" 229 233 msgstr "" -
really-simple-featured-video/trunk/readme.txt
r3232844 r3232852 4 4 Requires PHP: 8.0 5 5 Tested up to: 6.7.1 6 Stable tag: 0.2 3.06 Stable tag: 0.24.0 7 7 Tags: video, featured video, woocommerce, product video, video embed 8 8 License: GPLv2 … … 113 113 114 114 == Changelog == 115 116 = 0.24.0 = 117 - Fix: Incorrect Controls toggle output at WooCommerce videos 118 - Improvement: Updated translation files 115 119 116 120 = 0.23.0 = -
really-simple-featured-video/trunk/really-simple-featured-video.php
r3232844 r3232852 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 3.06 * Version: 0.24.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 3.0' );21 define( 'RSFV_VERSION', '0.24.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.