Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Oct 24, 2023
1 parent cfe3bf3 commit df059ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion api.video.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: api.video
* Plugin URI: https://api.video/
* Description: <a target="_blank" href="https://api.video">api.video</a> provides video infrastructure for product builders. Use <a target="_blank" href="https://api.video">api.video</a> 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/
*
Expand Down
2 changes: 1 addition & 1 deletion includes/av_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df059ea

Please sign in to comment.