From 6d5d67471b35542fb2ac76fa1969ef89a32a1672 Mon Sep 17 00:00:00 2001 From: Guillaume Lapierre Date: Wed, 14 Dec 2022 15:41:24 +0100 Subject: [PATCH] v1.1.1 --- README.md | 2 +- filmotech.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7140030..ece2ed7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ * Tags: dvd, movies * Requires at least: 5.2 * Tested up to: 6.1 -* Stable tag: 1.1.0 +* Stable tag: 1.1.1 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/filmotech.php b/filmotech.php index 2d8dfa6..bec22b5 100644 --- a/filmotech.php +++ b/filmotech.php @@ -7,10 +7,10 @@ * @package Filmotech * * @wordpress-plugin - * Plugin Name: Filmotech Databasse Viewer + * Plugin Name: Filmotech Database Viewer * Plugin URI: https://github.com/ZeGuigui/filmotech-wp-plugin * Description: Display your filmotech collection inside your website! - * Version: 1.1.0 + * Version: 1.1.1 * Author: Guillaume Lapierre * Author URI: https://www.zeguigui.com * License: GPL-2.0+ @@ -29,7 +29,7 @@ /** * Currently plugin version. */ -define( 'PLUGIN_NAME_VERSION', '1.0.1' ); +define( 'PLUGIN_NAME_VERSION', '1.1.1' ); define ('FILMOTECH_PLUGIN_NAME', __('Filmotech Database Viewer','filmotech')); define ('FILMOTECH_PLUGIN_DESC', __('Display your filmotech collection inside your website!','filmotech'));