Skip to content

Commit

Permalink
Merge pull request #9 from milindmore22/version/2.7.1
Browse files Browse the repository at this point in the history
Update stable tag to 2.7.0 and version to 2.7.1
  • Loading branch information
milindmore22 authored Oct 15, 2024
2 parents d5d909a + a486a57 commit a4e045c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: youtube, vimeo, lightbox, popup-video, shortcode
Requires at least: 5.6
Requires PHP: 8.0
Tested up to: 6.6.2
Stable tag: 2.7.0
Stable tag: 2.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -61,6 +61,9 @@ Yes, you can add `&#91;youtube url="<youtube video URL here>"&#93;`

== Changelog ==

= 2.7.1 =
Version update

= 2.7.0 =
Fix : Fixed error where the vimeo data was not reetrieved.
Updated Tested tag to 6.6.2
Expand Down
4 changes: 2 additions & 2 deletions youtubefancybox.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Display thumbnail of Youtube and Vimeo videos and on clicking on thumbnail it will open in popupbox and play video.
* Author: Milind More
* Author URI: https://milindmore.wordpress.com/
* Version: 2.7.0
* Version: 2.7.1
* Text Domain: ytubebox
* Domain Path: /languages/
* Requires PHP: 8.1
Expand Down Expand Up @@ -33,7 +33,7 @@ class Youtubefanybox {
*/
public function __construct() {

$this->version = '2.7.0';
$this->version = '2.7.1';

/**
* If You are admin you will get admin settings
Expand Down

0 comments on commit a4e045c

Please sign in to comment.