Plugin Directory

Changeset 3082200


Ignore:
Timestamp:
05/07/2024 03:49:23 AM (22 months ago)
Author:
pushlabs
Message:

Update to version "2.7.6" from GitHub

Location:
video-background
Files:
10 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • video-background/tags/"2.7.6"/candide-vidbg.php

    r2876894 r3082200  
    11<?php
    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.5
    8 Author URI: https://pushlabs.co
    9 Text Domain: video-background
    10 Domain Path: /languages
    11 */
     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 */
    1212
    1313// Exit if accessed directly
     
    2020define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2121define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
    22 define( 'VIDBG_PLUGIN_VERSION', '2.7.5' );
     22define( 'VIDBG_PLUGIN_VERSION', '2.7.6' );
    2323
    2424/**
  • video-background/tags/"2.7.6"/readme.txt

    r2876894 r3082200  
    1 === Plugin Name ===
     1=== Video Background ===
    22Contributors: blakedotvegas, pushlabs
    33Tags: video background, Visual Composer, WPBakery, SiteOrigin, page builder
    44Requires at least: 4.5
    5 Tested up to: 6.1.1
    6 Stable tag: 2.7.5
     5Tested up to: 6.5.2
     6Stable tag: 2.7.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585== Changelog ==
    8686
     87= 2.7.6 =
     88
     89- Add CHANGELOG.md to production plugin bundle
     90- Update tested up to version to 6.5.2
     91
    8792= 2.7.5 =
    88 * Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute)
     93
     94- Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute)
    8995
    9096= 2.7.4 =
    91 * Fixed: Escaped shortcode input (container field, and other attributes)
     97
     98- Fixed: Escaped shortcode input (container field, and other attributes)
    9299
    93100= 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
    95103
    96104= 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
    99108
    100109= 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
    102112
    103113= 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!
    112123
    113124= 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.
    116128
    117129= 2.6.2 =
    118 * Added: version to wp_register_style()
     130
     131- Added: version to wp_register_style()
    119132
    120133= 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.
    122136
    123137= 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
    129144
    130145= 2.5.8 =
    131 * Fixed: Conditionally enqueue vidbg script
     146
     147- Fixed: Conditionally enqueue vidbg script
    132148
    133149= 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.
    135152
    136153= 2.5.6 =
    137 * Fixed compatibility issues with other CMB2 instances
     154
     155- Fixed compatibility issues with other CMB2 instances
    138156
    139157= 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
    141160
    142161= 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
    148168
    149169= 2.5.3 =
    150 * Fixed notice option
     170
     171- Fixed notice option
    151172
    152173= 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
    158180
    159181= 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
    163186
    164187= 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
    175199
    176200= 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
    179204
    180205= 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.
    185211
    186212= 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
    190217
    191218= 2.2.3 =
    192 * Fixed typo in settings submenu
     219
     220- Fixed typo in settings submenu
    193221
    194222= 2.2.2 =
    195 * Fixed blurred circle play button bug on iOS 9
     223
     224- Fixed blurred circle play button bug on iOS 9
    196225
    197226= 2.2.1 =
    198 * Cleaned up code
    199 * Added donate link
     227
     228- Cleaned up code
     229- Added donate link
    200230
    201231= 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.
    204235
    205236= 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
    210242
    211243= 2.1.3 =
    212 * Added last versions changelog
    213 * Added FAQ
     244
     245- Added last versions changelog
     246- Added FAQ
    214247
    215248= 2.1.2 =
    216 * updated links in readme.txt
     249
     250- Updated links in readme.txt
    217251
    218252= 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
    223258
    224259= 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.
    228264
    229265= 2.0.1 =
    230 * Added page post type
     266
     267- Added page post type
    231268
    232269= 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.
    234272
    235273= 1.0.6 =
    236 * Fixed path to js file
     274
     275- Fixed path to js file
    237276
    238277= 1.0.4 =
    239 * Getting Started/settings page added
     278
     279- Getting Started/settings page added
    240280
    241281= 1.0.3 =
    242 * ReadME update
     282
     283- ReadME update
    243284
    244285= 1.0.2 =
    245 * ReadME update
     286
     287- ReadME update
    246288
    247289= 1.0.1 =
    248 * Updated Assets
    249 * Updated Readme
     290
     291- Updated Assets
     292- Updated Readme
    250293
    251294= 1.0 =
    252 * Initial Release
     295
     296- Initial Release
  • video-background/trunk/candide-vidbg.php

    r2876894 r3082200  
    11<?php
    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.5
    8 Author URI: https://pushlabs.co
    9 Text Domain: video-background
    10 Domain Path: /languages
    11 */
     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 */
    1212
    1313// Exit if accessed directly
     
    2020define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    2121define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
    22 define( 'VIDBG_PLUGIN_VERSION', '2.7.5' );
     22define( 'VIDBG_PLUGIN_VERSION', '2.7.6' );
    2323
    2424/**
  • video-background/trunk/readme.txt

    r2876894 r3082200  
    1 === Plugin Name ===
     1=== Video Background ===
    22Contributors: blakedotvegas, pushlabs
    33Tags: video background, Visual Composer, WPBakery, SiteOrigin, page builder
    44Requires at least: 4.5
    5 Tested up to: 6.1.1
    6 Stable tag: 2.7.5
     5Tested up to: 6.5.2
     6Stable tag: 2.7.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585== Changelog ==
    8686
     87= 2.7.6 =
     88
     89- Add CHANGELOG.md to production plugin bundle
     90- Update tested up to version to 6.5.2
     91
    8792= 2.7.5 =
    88 * Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute)
     93
     94- Fixed: Escaped shortcode booleans (loop, overlay, tap to unmute)
    8995
    9096= 2.7.4 =
    91 * Fixed: Escaped shortcode input (container field, and other attributes)
     97
     98- Fixed: Escaped shortcode input (container field, and other attributes)
    9299
    93100= 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
    95103
    96104= 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
    99108
    100109= 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
    102112
    103113= 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!
    112123
    113124= 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.
    116128
    117129= 2.6.2 =
    118 * Added: version to wp_register_style()
     130
     131- Added: version to wp_register_style()
    119132
    120133= 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.
    122136
    123137= 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
    129144
    130145= 2.5.8 =
    131 * Fixed: Conditionally enqueue vidbg script
     146
     147- Fixed: Conditionally enqueue vidbg script
    132148
    133149= 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.
    135152
    136153= 2.5.6 =
    137 * Fixed compatibility issues with other CMB2 instances
     154
     155- Fixed compatibility issues with other CMB2 instances
    138156
    139157= 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
    141160
    142161= 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
    148168
    149169= 2.5.3 =
    150 * Fixed notice option
     170
     171- Fixed notice option
    151172
    152173= 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
    158180
    159181= 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
    163186
    164187= 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
    175199
    176200= 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
    179204
    180205= 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.
    185211
    186212= 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
    190217
    191218= 2.2.3 =
    192 * Fixed typo in settings submenu
     219
     220- Fixed typo in settings submenu
    193221
    194222= 2.2.2 =
    195 * Fixed blurred circle play button bug on iOS 9
     223
     224- Fixed blurred circle play button bug on iOS 9
    196225
    197226= 2.2.1 =
    198 * Cleaned up code
    199 * Added donate link
     227
     228- Cleaned up code
     229- Added donate link
    200230
    201231= 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.
    204235
    205236= 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
    210242
    211243= 2.1.3 =
    212 * Added last versions changelog
    213 * Added FAQ
     244
     245- Added last versions changelog
     246- Added FAQ
    214247
    215248= 2.1.2 =
    216 * updated links in readme.txt
     249
     250- Updated links in readme.txt
    217251
    218252= 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
    223258
    224259= 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.
    228264
    229265= 2.0.1 =
    230 * Added page post type
     266
     267- Added page post type
    231268
    232269= 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.
    234272
    235273= 1.0.6 =
    236 * Fixed path to js file
     274
     275- Fixed path to js file
    237276
    238277= 1.0.4 =
    239 * Getting Started/settings page added
     278
     279- Getting Started/settings page added
    240280
    241281= 1.0.3 =
    242 * ReadME update
     282
     283- ReadME update
    243284
    244285= 1.0.2 =
    245 * ReadME update
     286
     287- ReadME update
    246288
    247289= 1.0.1 =
    248 * Updated Assets
    249 * Updated Readme
     290
     291- Updated Assets
     292- Updated Readme
    250293
    251294= 1.0 =
    252 * Initial Release
     295
     296- Initial Release
Note: See TracChangeset for help on using the changeset viewer.