From b483719e176cae7ec65816950a44b6f3295a7ad4 Mon Sep 17 00:00:00 2001 From: Tooweb Date: Wed, 29 Jul 2026 23:09:38 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=85=D0=BD=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D0=BA=D0=BE=D0=B9=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 17 +++++++++++++++++ ai-proxy-manager.php | 4 ++-- readme.txt | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 .gitattributes 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