From df059ea247596861c3af33080752d0bad40f656c Mon Sep 17 00:00:00 2001 From: Olivier Lando Date: Tue, 24 Oct 2023 12:05:12 +0200 Subject: [PATCH] 1.0.9 --- CHANGELOG.md | 5 ++++- api.video.php | 2 +- includes/av_functions.php | 2 +- readme.txt | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b7cfd..fa553de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog All changes to this project will be documented in this file. -## [1.0.8] - 2023-10-24 +## [1.0.9] - 2023-10-24 - Update stable version +## [1.0.8] - 2023-10-24 +- Fix WP supported version + ## [1.0.7] - 2023-10-19 - Fix tags value - Fix pagination diff --git a/api.video.php b/api.video.php index b8b58da..801f2a4 100644 --- a/api.video.php +++ b/api.video.php @@ -3,7 +3,7 @@ * Plugin Name: api.video * Plugin URI: https://api.video/ * Description: api.video provides video infrastructure for product builders. Use api.video lightning-fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your WordPress site. - * Version: 1.0.6 + * Version: 1.0.9 * Author: api.video * Author URI: https://api.video/ * diff --git a/includes/av_functions.php b/includes/av_functions.php index dc87985..171cd5f 100644 --- a/includes/av_functions.php +++ b/includes/av_functions.php @@ -41,7 +41,7 @@ function apivideowp_get_client() $httpClient ); - $client->setSdkName("wordpress-plugin", "1.0.6"); + $client->setSdkName("wordpress-plugin", "1.0.9"); return $client; } diff --git a/readme.txt b/readme.txt index 2a41c82..77ff7f2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: apivideoecosystem Tags: video, player Requires at least: 5.0 Tested up to: 6.3.2 -Stable tag: 1.0.8 +Stable tag: 1.0.9 Requires PHP: 7.0 License: MIT License URI: https://raw.githubusercontent.com/apivideo/api.video-wordpress-plugin/main/LICENSE