Skip to content

Commit

Permalink
Bump version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmark committed Oct 30, 2024
1 parent c7de3f8 commit 032ec94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions better-core-video-embeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Description: A plugin which enhances the core video embeds for Youtube and Vimeo videos by not loading unnecessary scripts until they are needed.
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.3.6
Version: 1.3.7
Author: Highrise Digital
Author URI: https://highrise.digital/
License: GPL-2.0-or-later
Expand All @@ -15,7 +15,7 @@
// define variable for path to this plugin file.
define( 'HD_BCVE_LOCATION', dirname( __FILE__ ) );
define( 'HD_BCVE_LOCATION_URL', plugins_url( '', __FILE__ ) );
define( 'HD_BCVE_VERSION', '1.3.6' );
define( 'HD_BCVE_VERSION', '1.3.7' );

/**
* Function to run on plugins load.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://example.com/
Tags: embed, oembed, youtube, vimeo, performance, blocks
Requires at least: 6.0
Tested up to: 6.5.4
Stable tag: 1.3.6
Stable tag: 1.3.7
Requires PHP: 8.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -49,6 +49,10 @@ Yes! As of version 1.3, you can set a custom thumbnail on the embed block and th

== Changelog ==

= 1.3.7 (30/10/2024) =
* Ensures that better core embeds work even when they are included in a synced pattern.
* Improves the enqueuing of the JS and CSS to be more robust.

= 1.3.6 (12/06/2024) =
* Improve the play button CSS to ensure it works with videos at aspect rations other than 16:9 and 4:3.

Expand Down

0 comments on commit 032ec94

Please sign in to comment.