Changeset 3082200
- Timestamp:
- 05/07/2024 03:49:23 AM (22 months ago)
- Location:
- video-background
- Files:
-
- 10 added
- 4 edited
- 1 copied
-
tags/"2.7.6" (copied) (copied from video-background/trunk)
-
tags/"2.7.6"/.changeset (added)
-
tags/"2.7.6"/.changeset/config.json (added)
-
tags/"2.7.6"/CHANGELOG.md (added)
-
tags/"2.7.6"/candide-vidbg.php (modified) (2 diffs)
-
tags/"2.7.6"/package-lock.json (added)
-
tags/"2.7.6"/package.json (added)
-
tags/"2.7.6"/readme.txt (modified) (2 diffs)
-
trunk/.changeset (added)
-
trunk/.changeset/config.json (added)
-
trunk/CHANGELOG.md (added)
-
trunk/candide-vidbg.php (modified) (2 diffs)
-
trunk/package-lock.json (added)
-
trunk/package.json (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
video-background/tags/"2.7.6"/candide-vidbg.php
r2876894 r3082200 1 1 <?php 2 /* 3 Plugin Name: Video Background4 Plugin URI: https://pushlabs.co/documentation/video-background5 Description: WordPress plugin to easily assign a video background to any element. Awesome.6 Author: Push Labs7 Version: 2.7.5 8 Author URI: https://pushlabs.co9 Text Domain: video-background10 Domain Path: /languages11 */2 /** 3 * Plugin Name: Video Background 4 * Plugin URI: https://pushlabs.co/documentation/video-background 5 * Description: WordPress plugin to easily assign a video background to any element. Awesome. 6 * Author: Push Labs 7 * Version: 2.7.6 8 * Author URI: https://pushlabs.co 9 * Text Domain: video-background 10 * Domain Path: /languages 11 */ 12 12 13 13 // Exit if accessed directly … … 20 20 define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 21 21 define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) ); 22 define( 'VIDBG_PLUGIN_VERSION', '2.7. 5' );22 define( 'VIDBG_PLUGIN_VERSION', '2.7.6' ); 23 23 24 24 /** -
video-background/tags/"2.7.6"/readme.txt
r2876894 r3082200 1 === Plugin Name===1 === Video Background === 2 2 Contributors: blakedotvegas, pushlabs 3 3 Tags: video background, Visual Composer, WPBakery, SiteOrigin, page builder 4 4 Requires at least: 4.5 5 Tested up to: 6. 1.16 Stable tag: 2.7. 55 Tested up to: 6.5.2 6 Stable tag: 2.7.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 == Changelog == 86 86 87 = 2.7.6 = 88 89 - Add CHANGELOG.md to production plugin bundle 90 - Update tested up to version to 6.5.2 91 87 92 = 2.7.5 = 88 * Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute) 93 94 - Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute) 89 95 90 96 = 2.7.4 = 91 * Fixed: Escaped shortcode input (container field, and other attributes) 97 98 - Fixed: Escaped shortcode input (container field, and other attributes) 92 99 93 100 = 2.7.3 = 94 * Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems 101 102 - Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems 95 103 96 104 = 2.7.2 = 97 * Fixed: Upgraded CMB2 from 2.2.1 to 2.10.1 98 * Fixed: Fixed critical errors seen when using UpdraftPlus 1.22.16 via the above CMB2 update 105 106 - Fixed: Upgraded CMB2 from 2.2.1 to 2.10.1 107 - Fixed: Fixed critical errors seen when using UpdraftPlus 1.22.16 via the above CMB2 update 99 108 100 109 = 2.7.1 = 101 * Fixed: Remove tap to unmute button when video background can't be played 110 111 - Fixed: Remove tap to unmute button when video background can’t be played 102 112 103 113 = 2.7.0 = 104 * Added: You can now add a video background to your WPBakery (Visual Composer) row! 105 * Added: You can now add a video background to your SiteOrigin Page Builder row! 106 * Added: vidbg_update_message() to let users know of crucial updates 107 * Removed: vidbg_is_wp_version() 108 * Removed: Pesky Video Background Pro fields 109 * Updated: Settings page slug 110 * Fixed: Simplified the plugin's resize methods. 111 * Added: As a result of recent browser autoplay policy changes, the default audio on option has been removed. Now, you can add a nice "Tap to unmute" button to the video background! 114 115 - Added: You can now add a video background to your WPBakery (Visual Composer) row! 116 - Added: You can now add a video background to your SiteOrigin Page Builder row! 117 - Added: vidbg_update_message() to let users know of crucial updates 118 - Removed: vidbg_is_wp_version() 119 - Removed: Pesky Video Background Pro fields 120 - Updated: Settings page slug 121 - Fixed: Simplified the plugin’s resize methods. 122 - Added: As a result of recent browser autoplay policy changes, the default audio on option has been removed. Now, you can add a nice “Tap to unmute” button to the video background! 112 123 113 124 = 2.6.3 = 114 * Fixed: ability to display just fallback image. 115 * Fixed: if fallback image is present, but video files are not. The video will not load to save on browser page size. 125 126 - Fixed: ability to display just fallback image. 127 - Fixed: if fallback image is present, but video files are not. The video will not load to save on browser page size. 116 128 117 129 = 2.6.2 = 118 * Added: version to wp_register_style() 130 131 - Added: version to wp_register_style() 119 132 120 133 = 2.6.1 = 121 * Fixed: Critical issue with the [vidbg] shortcode not displaying video backgrounds. 134 135 - Fixed: Critical issue with the [vidbg] shortcode not displaying video backgrounds. 122 136 123 137 = 2.6.0 = 124 * Fixed: Compatibility issue with IOS 11 and High Sierra 125 * Added: Reengineered vidbg scripts for more consistency across websites and faster loading speeds 126 * Added: All instances of Video Background are now ran straight from the shortcode for more consistency. 127 * Fixed: Compatibility issues in the opacity slider 128 * Added: WordPress required version is now 4.2 138 139 - Fixed: Compatibility issue with IOS 11 and High Sierra 140 - Added: Reengineered vidbg scripts for more consistency across websites and faster loading speeds 141 - Added: All instances of Video Background are now ran straight from the shortcode for more consistency. 142 - Fixed: Compatibility issues in the opacity slider 143 - Added: WordPress required version is now 4.2 129 144 130 145 = 2.5.8 = 131 * Fixed: Conditionally enqueue vidbg script 146 147 - Fixed: Conditionally enqueue vidbg script 132 148 133 149 = 2.5.7 = 134 * Added ability to filter the post types using "vidbg_post_types" filter. 150 151 - Added ability to filter the post types using “vidbg_post_types” filter. 135 152 136 153 = 2.5.6 = 137 * Fixed compatibility issues with other CMB2 instances 154 155 - Fixed compatibility issues with other CMB2 instances 138 156 139 157 = 2.5.5 = 140 * Fixed notice issue when hide muted fields checkbox was checked 158 159 - Fixed notice issue when hide muted fields checkbox was checked 141 160 142 161 = 2.5.4 = 143 * Fixed a bug that made the browser position jump when clicking the "Advanced Options" button 144 * Added better localization support for translations 145 * Cleaner code, well documented. 146 * Added Muted Video Background Pro fields (Do not worry, you can hide these) 147 * Added new stable tag for WP 4.5.3 162 163 - Fixed a bug that made the browser position jump when clicking the “Advanced Options” button 164 - Added better localization support for translations 165 - Cleaner code, well documented. 166 - Added Muted Video Background Pro fields (Do not worry, you can hide these) 167 - Added new stable tag for WP 4.5.3 148 168 149 169 = 2.5.3 = 150 * Fixed notice option 170 171 - Fixed notice option 151 172 152 173 = 2.5.2 = 153 * Added fade in/out transitions on advanced panel 154 * Simplified/cleaned up a lot of code 155 * Added security 156 * Some small but helpful new styles 157 * Update admin notice for new pro version 174 175 - Added fade in/out transitions on advanced panel 176 - Simplified/cleaned up a lot of code 177 - Added security 178 - Some small but helpful new styles 179 - Update admin notice for new pro version 158 180 159 181 = 2.5.1 = 160 * Added "Follow me on Twitter" button 161 * Added premium notice message for those on WP 4.2 or greater 162 * updated language file 182 183 - Added “Follow me on Twitter” button 184 - Added premium notice message for those on WP 4.2 or greater 185 - updated language file 163 186 164 187 = 2.5.0 = 165 * Added Overlay Color 166 * Added Overlay Alpha 167 * Added ability to upload video files through wordpress media 168 * Safer metaboxes 169 * Added localization for translations in the future 170 * added text domain and languages folder 171 * Cleaned up source files 172 * Integrated with CMB2 173 * Added donate link 174 * Updated stable tag 188 189 - Added Overlay Color 190 - Added Overlay Alpha 191 - Added ability to upload video files through wordpress media 192 - Safer metaboxes 193 - Added localization for translations in the future 194 - added text domain and languages folder 195 - Cleaned up source files 196 - Integrated with CMB2 197 - Added donate link 198 - Updated stable tag 175 199 176 200 = 2.4.1 = 177 * Removed those pesky php notices on blog page when no front page was set and WP_DEBUG was true 178 * Updated tested up to tag 201 202 - Removed those pesky php notices on blog page when no front page was set and WP_DEBUG was true 203 - Updated tested up to tag 179 204 180 205 = 2.4.0 = 181 * Now stable for Wordpress 4.4 182 * Modified links to new URL 183 * Now using official version of vidbg.js from github. 184 * Added shortcode attributes for unmute, overlay, and loop. 206 207 - Now stable for WordPress 4.4 208 - Modified links to new URL 209 - Now using official version of vidbg.js from github. 210 - Added shortcode attributes for unmute, overlay, and loop. 185 211 186 212 = 2.3.0 = 187 * Changed position value when container is set to "body" from "absolute" to "fixed" 188 * Dissolved pattern image and upgraded to data uri svg 189 * Cleaned up and optimized code 213 214 - Changed position value when container is set to “body” from “absolute” to “fixed” 215 - Dissolved pattern image and upgraded to data uri svg 216 - Cleaned up and optimized code 190 217 191 218 = 2.2.3 = 192 * Fixed typo in settings submenu 219 220 - Fixed typo in settings submenu 193 221 194 222 = 2.2.2 = 195 * Fixed blurred circle play button bug on iOS 9 223 224 - Fixed blurred circle play button bug on iOS 9 196 225 197 226 = 2.2.1 = 198 * Cleaned up code 199 * Added donate link 227 228 - Cleaned up code 229 - Added donate link 200 230 201 231 = 2.2.0 = 202 * Fixed notices on 404 page when debug mode is set to true 203 * Fixed blog posts page video background. 232 233 - Fixed notices on 404 page when debug mode is set to true 234 - Fixed blog posts page video background. 204 235 205 236 = 2.1.4 = 206 * Added toggle loop 207 * Added toggle mute 208 * Added advanced section toggle 209 * Got rid of the getting started row in the metabox 237 238 - Added toggle loop 239 - Added toggle mute 240 - Added advanced section toggle 241 - Got rid of the getting started row in the metabox 210 242 211 243 = 2.1.3 = 212 * Added last versions changelog 213 * Added FAQ 244 245 - Added last versions changelog 246 - Added FAQ 214 247 215 248 = 2.1.2 = 216 * updated links in readme.txt 249 250 - Updated links in readme.txt 217 251 218 252 = 2.1.1 = 219 * Added FAQ 220 * Added instructions on settings page 221 * Cleaned up code 222 * Changed plugin compatibility 253 254 - Added FAQ 255 - Added instructions on settings page 256 - Cleaned up code 257 - Changed plugin compatibility 223 258 224 259 = 2.1.0 = 225 * Added overlay featured 226 * Cleaned up code, added comments, etc. 227 * Dissolved OGV featured, now use video background with only MP4 and WEBM. 260 261 - Added overlay featured 262 - Cleaned up code, added comments, etc. 263 - Dissolved OGV featured, now use video background with only MP4 and WEBM. 228 264 229 265 = 2.0.1 = 230 * Added page post type 266 267 - Added page post type 231 268 232 269 = 2.0.0 = 233 * Video Background: Now in a metabox! No longer do you have to worry about generating a shortcode. 270 271 - Video Background: Now in a metabox! No longer do you have to worry about generating a shortcode. 234 272 235 273 = 1.0.6 = 236 * Fixed path to js file 274 275 - Fixed path to js file 237 276 238 277 = 1.0.4 = 239 * Getting Started/settings page added 278 279 - Getting Started/settings page added 240 280 241 281 = 1.0.3 = 242 * ReadME update 282 283 - ReadME update 243 284 244 285 = 1.0.2 = 245 * ReadME update 286 287 - ReadME update 246 288 247 289 = 1.0.1 = 248 * Updated Assets 249 * Updated Readme 290 291 - Updated Assets 292 - Updated Readme 250 293 251 294 = 1.0 = 252 * Initial Release 295 296 - Initial Release -
video-background/trunk/candide-vidbg.php
r2876894 r3082200 1 1 <?php 2 /* 3 Plugin Name: Video Background4 Plugin URI: https://pushlabs.co/documentation/video-background5 Description: WordPress plugin to easily assign a video background to any element. Awesome.6 Author: Push Labs7 Version: 2.7.5 8 Author URI: https://pushlabs.co9 Text Domain: video-background10 Domain Path: /languages11 */2 /** 3 * Plugin Name: Video Background 4 * Plugin URI: https://pushlabs.co/documentation/video-background 5 * Description: WordPress plugin to easily assign a video background to any element. Awesome. 6 * Author: Push Labs 7 * Version: 2.7.6 8 * Author URI: https://pushlabs.co 9 * Text Domain: video-background 10 * Domain Path: /languages 11 */ 12 12 13 13 // Exit if accessed directly … … 20 20 define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 21 21 define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) ); 22 define( 'VIDBG_PLUGIN_VERSION', '2.7. 5' );22 define( 'VIDBG_PLUGIN_VERSION', '2.7.6' ); 23 23 24 24 /** -
video-background/trunk/readme.txt
r2876894 r3082200 1 === Plugin Name===1 === Video Background === 2 2 Contributors: blakedotvegas, pushlabs 3 3 Tags: video background, Visual Composer, WPBakery, SiteOrigin, page builder 4 4 Requires at least: 4.5 5 Tested up to: 6. 1.16 Stable tag: 2.7. 55 Tested up to: 6.5.2 6 Stable tag: 2.7.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 == Changelog == 86 86 87 = 2.7.6 = 88 89 - Add CHANGELOG.md to production plugin bundle 90 - Update tested up to version to 6.5.2 91 87 92 = 2.7.5 = 88 * Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute) 93 94 - Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute) 89 95 90 96 = 2.7.4 = 91 * Fixed: Escaped shortcode input (container field, and other attributes) 97 98 - Fixed: Escaped shortcode input (container field, and other attributes) 92 99 93 100 = 2.7.3 = 94 * Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems 101 102 - Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems 95 103 96 104 = 2.7.2 = 97 * Fixed: Upgraded CMB2 from 2.2.1 to 2.10.1 98 * Fixed: Fixed critical errors seen when using UpdraftPlus 1.22.16 via the above CMB2 update 105 106 - Fixed: Upgraded CMB2 from 2.2.1 to 2.10.1 107 - Fixed: Fixed critical errors seen when using UpdraftPlus 1.22.16 via the above CMB2 update 99 108 100 109 = 2.7.1 = 101 * Fixed: Remove tap to unmute button when video background can't be played 110 111 - Fixed: Remove tap to unmute button when video background can’t be played 102 112 103 113 = 2.7.0 = 104 * Added: You can now add a video background to your WPBakery (Visual Composer) row! 105 * Added: You can now add a video background to your SiteOrigin Page Builder row! 106 * Added: vidbg_update_message() to let users know of crucial updates 107 * Removed: vidbg_is_wp_version() 108 * Removed: Pesky Video Background Pro fields 109 * Updated: Settings page slug 110 * Fixed: Simplified the plugin's resize methods. 111 * Added: As a result of recent browser autoplay policy changes, the default audio on option has been removed. Now, you can add a nice "Tap to unmute" button to the video background! 114 115 - Added: You can now add a video background to your WPBakery (Visual Composer) row! 116 - Added: You can now add a video background to your SiteOrigin Page Builder row! 117 - Added: vidbg_update_message() to let users know of crucial updates 118 - Removed: vidbg_is_wp_version() 119 - Removed: Pesky Video Background Pro fields 120 - Updated: Settings page slug 121 - Fixed: Simplified the plugin’s resize methods. 122 - Added: As a result of recent browser autoplay policy changes, the default audio on option has been removed. Now, you can add a nice “Tap to unmute” button to the video background! 112 123 113 124 = 2.6.3 = 114 * Fixed: ability to display just fallback image. 115 * Fixed: if fallback image is present, but video files are not. The video will not load to save on browser page size. 125 126 - Fixed: ability to display just fallback image. 127 - Fixed: if fallback image is present, but video files are not. The video will not load to save on browser page size. 116 128 117 129 = 2.6.2 = 118 * Added: version to wp_register_style() 130 131 - Added: version to wp_register_style() 119 132 120 133 = 2.6.1 = 121 * Fixed: Critical issue with the [vidbg] shortcode not displaying video backgrounds. 134 135 - Fixed: Critical issue with the [vidbg] shortcode not displaying video backgrounds. 122 136 123 137 = 2.6.0 = 124 * Fixed: Compatibility issue with IOS 11 and High Sierra 125 * Added: Reengineered vidbg scripts for more consistency across websites and faster loading speeds 126 * Added: All instances of Video Background are now ran straight from the shortcode for more consistency. 127 * Fixed: Compatibility issues in the opacity slider 128 * Added: WordPress required version is now 4.2 138 139 - Fixed: Compatibility issue with IOS 11 and High Sierra 140 - Added: Reengineered vidbg scripts for more consistency across websites and faster loading speeds 141 - Added: All instances of Video Background are now ran straight from the shortcode for more consistency. 142 - Fixed: Compatibility issues in the opacity slider 143 - Added: WordPress required version is now 4.2 129 144 130 145 = 2.5.8 = 131 * Fixed: Conditionally enqueue vidbg script 146 147 - Fixed: Conditionally enqueue vidbg script 132 148 133 149 = 2.5.7 = 134 * Added ability to filter the post types using "vidbg_post_types" filter. 150 151 - Added ability to filter the post types using “vidbg_post_types” filter. 135 152 136 153 = 2.5.6 = 137 * Fixed compatibility issues with other CMB2 instances 154 155 - Fixed compatibility issues with other CMB2 instances 138 156 139 157 = 2.5.5 = 140 * Fixed notice issue when hide muted fields checkbox was checked 158 159 - Fixed notice issue when hide muted fields checkbox was checked 141 160 142 161 = 2.5.4 = 143 * Fixed a bug that made the browser position jump when clicking the "Advanced Options" button 144 * Added better localization support for translations 145 * Cleaner code, well documented. 146 * Added Muted Video Background Pro fields (Do not worry, you can hide these) 147 * Added new stable tag for WP 4.5.3 162 163 - Fixed a bug that made the browser position jump when clicking the “Advanced Options” button 164 - Added better localization support for translations 165 - Cleaner code, well documented. 166 - Added Muted Video Background Pro fields (Do not worry, you can hide these) 167 - Added new stable tag for WP 4.5.3 148 168 149 169 = 2.5.3 = 150 * Fixed notice option 170 171 - Fixed notice option 151 172 152 173 = 2.5.2 = 153 * Added fade in/out transitions on advanced panel 154 * Simplified/cleaned up a lot of code 155 * Added security 156 * Some small but helpful new styles 157 * Update admin notice for new pro version 174 175 - Added fade in/out transitions on advanced panel 176 - Simplified/cleaned up a lot of code 177 - Added security 178 - Some small but helpful new styles 179 - Update admin notice for new pro version 158 180 159 181 = 2.5.1 = 160 * Added "Follow me on Twitter" button 161 * Added premium notice message for those on WP 4.2 or greater 162 * updated language file 182 183 - Added “Follow me on Twitter” button 184 - Added premium notice message for those on WP 4.2 or greater 185 - updated language file 163 186 164 187 = 2.5.0 = 165 * Added Overlay Color 166 * Added Overlay Alpha 167 * Added ability to upload video files through wordpress media 168 * Safer metaboxes 169 * Added localization for translations in the future 170 * added text domain and languages folder 171 * Cleaned up source files 172 * Integrated with CMB2 173 * Added donate link 174 * Updated stable tag 188 189 - Added Overlay Color 190 - Added Overlay Alpha 191 - Added ability to upload video files through wordpress media 192 - Safer metaboxes 193 - Added localization for translations in the future 194 - added text domain and languages folder 195 - Cleaned up source files 196 - Integrated with CMB2 197 - Added donate link 198 - Updated stable tag 175 199 176 200 = 2.4.1 = 177 * Removed those pesky php notices on blog page when no front page was set and WP_DEBUG was true 178 * Updated tested up to tag 201 202 - Removed those pesky php notices on blog page when no front page was set and WP_DEBUG was true 203 - Updated tested up to tag 179 204 180 205 = 2.4.0 = 181 * Now stable for Wordpress 4.4 182 * Modified links to new URL 183 * Now using official version of vidbg.js from github. 184 * Added shortcode attributes for unmute, overlay, and loop. 206 207 - Now stable for WordPress 4.4 208 - Modified links to new URL 209 - Now using official version of vidbg.js from github. 210 - Added shortcode attributes for unmute, overlay, and loop. 185 211 186 212 = 2.3.0 = 187 * Changed position value when container is set to "body" from "absolute" to "fixed" 188 * Dissolved pattern image and upgraded to data uri svg 189 * Cleaned up and optimized code 213 214 - Changed position value when container is set to “body” from “absolute” to “fixed” 215 - Dissolved pattern image and upgraded to data uri svg 216 - Cleaned up and optimized code 190 217 191 218 = 2.2.3 = 192 * Fixed typo in settings submenu 219 220 - Fixed typo in settings submenu 193 221 194 222 = 2.2.2 = 195 * Fixed blurred circle play button bug on iOS 9 223 224 - Fixed blurred circle play button bug on iOS 9 196 225 197 226 = 2.2.1 = 198 * Cleaned up code 199 * Added donate link 227 228 - Cleaned up code 229 - Added donate link 200 230 201 231 = 2.2.0 = 202 * Fixed notices on 404 page when debug mode is set to true 203 * Fixed blog posts page video background. 232 233 - Fixed notices on 404 page when debug mode is set to true 234 - Fixed blog posts page video background. 204 235 205 236 = 2.1.4 = 206 * Added toggle loop 207 * Added toggle mute 208 * Added advanced section toggle 209 * Got rid of the getting started row in the metabox 237 238 - Added toggle loop 239 - Added toggle mute 240 - Added advanced section toggle 241 - Got rid of the getting started row in the metabox 210 242 211 243 = 2.1.3 = 212 * Added last versions changelog 213 * Added FAQ 244 245 - Added last versions changelog 246 - Added FAQ 214 247 215 248 = 2.1.2 = 216 * updated links in readme.txt 249 250 - Updated links in readme.txt 217 251 218 252 = 2.1.1 = 219 * Added FAQ 220 * Added instructions on settings page 221 * Cleaned up code 222 * Changed plugin compatibility 253 254 - Added FAQ 255 - Added instructions on settings page 256 - Cleaned up code 257 - Changed plugin compatibility 223 258 224 259 = 2.1.0 = 225 * Added overlay featured 226 * Cleaned up code, added comments, etc. 227 * Dissolved OGV featured, now use video background with only MP4 and WEBM. 260 261 - Added overlay featured 262 - Cleaned up code, added comments, etc. 263 - Dissolved OGV featured, now use video background with only MP4 and WEBM. 228 264 229 265 = 2.0.1 = 230 * Added page post type 266 267 - Added page post type 231 268 232 269 = 2.0.0 = 233 * Video Background: Now in a metabox! No longer do you have to worry about generating a shortcode. 270 271 - Video Background: Now in a metabox! No longer do you have to worry about generating a shortcode. 234 272 235 273 = 1.0.6 = 236 * Fixed path to js file 274 275 - Fixed path to js file 237 276 238 277 = 1.0.4 = 239 * Getting Started/settings page added 278 279 - Getting Started/settings page added 240 280 241 281 = 1.0.3 = 242 * ReadME update 282 283 - ReadME update 243 284 244 285 = 1.0.2 = 245 * ReadME update 286 287 - ReadME update 246 288 247 289 = 1.0.1 = 248 * Updated Assets 249 * Updated Readme 290 291 - Updated Assets 292 - Updated Readme 250 293 251 294 = 1.0 = 252 * Initial Release 295 296 - Initial Release
Note: See TracChangeset
for help on using the changeset viewer.