diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c1a997c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +* text=auto eol=lf + +*.php text eol=lf +*.js text eol=lf +*.css text eol=lf +*.json text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.yml text eol=lf +*.xml text eol=lf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.svg text eol=lf +*.zip binary \ No newline at end of file diff --git a/ai-proxy-manager.php b/ai-proxy-manager.php index fb0a102..e0327bd 100644 --- a/ai-proxy-manager.php +++ b/ai-proxy-manager.php @@ -2,10 +2,10 @@ /** * Plugin Name: AI Proxy Manager * Description: Маршрутизация запросов к AI API (OpenAI, Anthropic, Google) через пользовательские прокси-серверы, с режимом отладки подключения. - * Version: 1.0.8 + * Version: 1.0.9 * Requires at least: 6.0 * Requires PHP: 7.4 - * Author: быстросайты.рф + * Author: Александр Головин * Author URI: https://быстросайты.рф/ * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/readme.txt b/readme.txt index 5f02141..78aa0c6 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tags: proxy, openai, anthropic, gemini, api Requires at least: 7.0 Tested up to: 7.0 Requires PHP: 7.4 -Stable tag: 1.0.8 +Stable tag: 1.0.9 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html