From b97f096eb49bb8f079e3f48a311c67f782746981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ca=C5=82ka?= Date: Sun, 21 Jan 2024 18:57:13 +0100 Subject: [PATCH] fix: vendor dir is not included in the release --- .distignore | 19 +++++++++++++++++++ .gitattributes | 21 --------------------- alt-text-generator-gpt-vision.php | 2 +- readme.txt | 2 +- 4 files changed, 21 insertions(+), 23 deletions(-) create mode 100644 .distignore delete mode 100644 .gitattributes diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..fec1238 --- /dev/null +++ b/.distignore @@ -0,0 +1,19 @@ +/.wordpress-org +/.git +/.github +/node_modules +/src + +/.wp-env.json +.distignore +.gitignore + +package.json +package.lock.json +tsconfig.json +webpack.config.js + +composer.json +composer.lock +phpstan.neon +.phpcs.xml diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 021b48f..0000000 --- a/.gitattributes +++ /dev/null @@ -1,21 +0,0 @@ -* text=auto - -# Directories -/.wordpress-org export-ignore -/.github export-ignore -/src export-ignore - -# Files -/.gitattributes export-ignore -/.gitignore export-ignore -/.wp-env.json export-ignore - -/package.json export-ignore -/package.lock.json export-ignore -/tsconfig.json export-ignore -/webpack.config.js export-ignore - -/composer.json export-ignore -/composer.lock export-ignore -/phpstan.neon export-ignore -/.phpcs.xml export-ignore diff --git a/alt-text-generator-gpt-vision.php b/alt-text-generator-gpt-vision.php index 1b09c65..9daa30e 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.0.0 + * Version: 2.0.1 * Requires at least: 6.3 * Requires PHP: 8.1 * Author: android.com.pl diff --git a/readme.txt b/readme.txt index 9ef1dc8..88fcea5 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: alt text, accessibility, SEO, GPT-4, GPT-V, OpenAI, image Requires at least: 6.3 Tested up to: 6.4 Requires PHP: 8.1 -Stable tag: 2.0.0 +Stable tag: 2.0.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