Changeset 3490980
- Timestamp:
- 03/25/2026 01:42:55 PM (4 days ago)
- Location:
- ai-provider-for-ollama
- Files:
-
- 28 added
- 4 deleted
- 4 edited
- 1 copied
-
tags/1.0.3 (copied) (copied from ai-provider-for-ollama/trunk)
-
tags/1.0.3/plugin.php (modified) (2 diffs)
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
tags/1.0.3/src (deleted)
-
tags/1.0.3/tsconfig.json (deleted)
-
tags/1.0.3/vendor (added)
-
tags/1.0.3/vendor/autoload.php (added)
-
tags/1.0.3/vendor/composer (added)
-
tags/1.0.3/vendor/composer/ClassLoader.php (added)
-
tags/1.0.3/vendor/composer/InstalledVersions.php (added)
-
tags/1.0.3/vendor/composer/LICENSE (added)
-
tags/1.0.3/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.3/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.3/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.3/vendor/composer/autoload_real.php (added)
-
tags/1.0.3/vendor/composer/autoload_static.php (added)
-
tags/1.0.3/vendor/composer/installed.json (added)
-
tags/1.0.3/vendor/composer/installed.php (added)
-
tags/1.0.3/vendor/composer/platform_check.php (added)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src (deleted)
-
trunk/tsconfig.json (deleted)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/platform_check.php (added)
Legend:
- Unmodified
- Added
- Removed
-
ai-provider-for-ollama/tags/1.0.3/plugin.php
r3489358 r3490980 6 6 * Requires at least: 7.0 7 7 * Requires PHP: 7.4 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Author: Fueled 10 10 * Author URI: https://fueled.com … … 25 25 26 26 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_PHP_VERSION', '7.4' ); 27 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', ' 6.9' );27 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', '7.0' ); 28 28 define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 29 29 define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_FILE', __FILE__ ); -
ai-provider-for-ollama/tags/1.0.3/readme.txt
r3489358 r3490980 4 4 Requires at least: 7.0 5 5 Tested up to: 7.0 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 58 58 2. Go to **Settings > Ollama Settings** in the WordPress admin and enter your host URL. 59 59 60 = Does this plugin work without the WordPress AI Client?=60 == Changelog == 61 61 62 No, this plugin requires the WordPress AI Client plugin to be installed and activated. It provides the Ollama-specific implementation that the WordPress AI Client uses. 62 = 1.0.3 - 2026-03-25 = 63 63 64 == Changelog == 64 * **Changed:** Removed AI Client dependency FAQ entry (props [@raftaar1191](https://github.com/raftaar1191) via [#29](https://github.com/Fueled/ai-provider-for-ollama/pull/29)). 65 * **Fixed:** Ensure the vendor directory ends up in our final release (props [@soderlind](https://github.com/soderlind), [@dkotter](https://github.com/dkotter) via [#31](https://github.com/Fueled/ai-provider-for-ollama/pull/31)). 65 66 66 67 = 1.0.2 - 2026-03-23 = -
ai-provider-for-ollama/trunk/plugin.php
r3489358 r3490980 6 6 * Requires at least: 7.0 7 7 * Requires PHP: 7.4 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * Author: Fueled 10 10 * Author URI: https://fueled.com … … 25 25 26 26 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_PHP_VERSION', '7.4' ); 27 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', ' 6.9' );27 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', '7.0' ); 28 28 define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 29 29 define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_FILE', __FILE__ ); -
ai-provider-for-ollama/trunk/readme.txt
r3489358 r3490980 4 4 Requires at least: 7.0 5 5 Tested up to: 7.0 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 Requires PHP: 7.4 8 8 License: GPL-2.0-or-later … … 58 58 2. Go to **Settings > Ollama Settings** in the WordPress admin and enter your host URL. 59 59 60 = Does this plugin work without the WordPress AI Client?=60 == Changelog == 61 61 62 No, this plugin requires the WordPress AI Client plugin to be installed and activated. It provides the Ollama-specific implementation that the WordPress AI Client uses. 62 = 1.0.3 - 2026-03-25 = 63 63 64 == Changelog == 64 * **Changed:** Removed AI Client dependency FAQ entry (props [@raftaar1191](https://github.com/raftaar1191) via [#29](https://github.com/Fueled/ai-provider-for-ollama/pull/29)). 65 * **Fixed:** Ensure the vendor directory ends up in our final release (props [@soderlind](https://github.com/soderlind), [@dkotter](https://github.com/dkotter) via [#31](https://github.com/Fueled/ai-provider-for-ollama/pull/31)). 65 66 66 67 = 1.0.2 - 2026-03-23 =
Note: See TracChangeset
for help on using the changeset viewer.