diff --git a/alt-text-generator-gpt-vision.php b/alt-text-generator-gpt-vision.php index ad91713..9ecc25b 100644 --- a/alt-text-generator-gpt-vision.php +++ b/alt-text-generator-gpt-vision.php @@ -4,7 +4,7 @@ * Plugin Name: AI Alt Text Generator for GPT Vision * Plugin URI: https://github.com/android-com-pl/wp-ai-alt-generator * Description: Automatically generate alternative text for images using OpenAI's GPT Vision API. - * Version: 2.1.0 + * Version: 2.1.1 * Requires at least: 6.3 * Requires PHP: 8.1 * Author: android.com.pl diff --git a/package.json b/package.json index c4a131f..807a1af 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "@wordpress/scripts": "^27.6.0", + "@wordpress/icons": "^9.47.0", "ts-dom-utils": "^2.2.0" }, "devDependencies": { @@ -23,7 +24,6 @@ "@wordpress/hooks": "^3.55.0", "@wordpress/html-entities": "^3.55.0", "@wordpress/i18n": "^4.55.0", - "@wordpress/icons": "^9.46.0", "@wordpress/notices": "^4.23.0" } } diff --git a/readme.txt b/readme.txt index b8ad76e..ab4ffe4 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === AI Alt Text Generator for GPT Vision === Contributors: rafaucau Donate link: https://github.com/android-com-pl/wp-ai-alt-generator?sponsor=1 -Tags: alt text, accessibility, SEO, GPT-4, GPT-V, OpenAI, image +Tags: alt text, accessibility, SEO, GPT-4, GPT-V, OpenAI Requires at least: 6.3 Tested up to: 6.5 Requires PHP: 8.1 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Plugin URI: https://github.com/android-com-pl/wp-ai-alt-generator