diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index 7f2bff21..7206fd8b 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,5 +1,7 @@ **Changelog** +v.4.1.9 + v.4.1.8 * [bug] Fatal error if plot is null ("Argument #1 ($plot) must be of type string, null given, called in class/frontend/class-movie-data.php on line 1064") * [technical] Added cache option to not display any cache detail (for very slow computers, for sites with a lot of cache data that even simplify the cache is not enough diff --git a/dist/README.txt b/dist/README.txt index 84c3af7c..5fde63dc 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -3,7 +3,7 @@ Contributors: psykonevro Tags: cinema, film, imdb, movie, actor Requires at least: 5.6 Tested up to: 6.6.1 -Stable tag: 4.1.8 +Stable tag: 4.1.9 Requires PHP: 8.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/dist/lumiere-movies.php b/dist/lumiere-movies.php index b0fc3bcf..c45346cb 100644 --- a/dist/lumiere-movies.php +++ b/dist/lumiere-movies.php @@ -11,7 +11,7 @@ * Plugin Name: Lumière Movies * Plugin URI: https://wordpress.org/plugins/lumiere-movies/ * Description: Add informative popups about movies with information extracted from the IMDb. Display data related to movies in a widget and inside your post. - * Version: 4.1.8 + * Version: 4.1.9 * Requires at least: 5.6 * Requires PHP: 8.0 * Author: psykonevro diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 7f2bff21..7206fd8b 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,7 @@ **Changelog** +v.4.1.9 + v.4.1.8 * [bug] Fatal error if plot is null ("Argument #1 ($plot) must be of type string, null given, called in class/frontend/class-movie-data.php on line 1064") * [technical] Added cache option to not display any cache detail (for very slow computers, for sites with a lot of cache data that even simplify the cache is not enough diff --git a/src/README.txt b/src/README.txt index 84c3af7c..5fde63dc 100644 --- a/src/README.txt +++ b/src/README.txt @@ -3,7 +3,7 @@ Contributors: psykonevro Tags: cinema, film, imdb, movie, actor Requires at least: 5.6 Tested up to: 6.6.1 -Stable tag: 4.1.8 +Stable tag: 4.1.9 Requires PHP: 8.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html diff --git a/src/lumiere-movies.php b/src/lumiere-movies.php index b0fc3bcf..c45346cb 100644 --- a/src/lumiere-movies.php +++ b/src/lumiere-movies.php @@ -11,7 +11,7 @@ * Plugin Name: Lumière Movies * Plugin URI: https://wordpress.org/plugins/lumiere-movies/ * Description: Add informative popups about movies with information extracted from the IMDb. Display data related to movies in a widget and inside your post. - * Version: 4.1.8 + * Version: 4.1.9 * Requires at least: 5.6 * Requires PHP: 8.0 * Author: psykonevro