Changeset 2774452
- Timestamp:
- 08/23/2022 10:38:55 PM (4 years ago)
- Location:
- video-background
- Files:
-
- 2 added
- 4 deleted
- 4 edited
- 1 copied
-
tags/2.7.3 (copied) (copied from video-background/trunk)
-
tags/2.7.3/.gitattributes (deleted)
-
tags/2.7.3/candide-vidbg.php (modified) (2 diffs)
-
tags/2.7.3/inc/vendor/cmb2/includes/CMB2_Hookup.php (added)
-
tags/2.7.3/inc/vendor/cmb2/includes/CMB2_hookup.php (deleted)
-
tags/2.7.3/readme.txt (modified) (2 diffs)
-
trunk/.gitattributes (deleted)
-
trunk/candide-vidbg.php (modified) (2 diffs)
-
trunk/inc/vendor/cmb2/includes/CMB2_Hookup.php (added)
-
trunk/inc/vendor/cmb2/includes/CMB2_hookup.php (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
video-background/tags/2.7.3/candide-vidbg.php
r2774411 r2774452 5 5 Description: WordPress plugin to easily assign a video background to any element. Awesome. 6 6 Author: Push Labs 7 Version: 2.7. 27 Version: 2.7.3 8 8 Author URI: https://pushlabs.co 9 9 Text Domain: video-background … … 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. 2' );22 define( 'VIDBG_PLUGIN_VERSION', '2.7.3' ); 23 23 24 24 /** -
video-background/tags/2.7.3/readme.txt
r2774411 r2774452 4 4 Requires at least: 4.5 5 5 Tested up to: 6.0.1 6 Stable tag: 2.7. 26 Stable tag: 2.7.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog == 86 87 = 2.7.3 = 88 * Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems 86 89 87 90 = 2.7.2 = -
video-background/trunk/candide-vidbg.php
r2774411 r2774452 5 5 Description: WordPress plugin to easily assign a video background to any element. Awesome. 6 6 Author: Push Labs 7 Version: 2.7. 27 Version: 2.7.3 8 8 Author URI: https://pushlabs.co 9 9 Text Domain: video-background … … 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. 2' );22 define( 'VIDBG_PLUGIN_VERSION', '2.7.3' ); 23 23 24 24 /** -
video-background/trunk/readme.txt
r2774411 r2774452 4 4 Requires at least: 4.5 5 5 Tested up to: 6.0.1 6 Stable tag: 2.7. 26 Stable tag: 2.7.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog == 86 87 = 2.7.3 = 88 * Fixed: Fixes a bug introduced in v2.7.2 where the metabox does not appear on some UNIX systems 86 89 87 90 = 2.7.2 =
Note: See TracChangeset
for help on using the changeset viewer.