Plugin Directory

Changeset 3490980


Ignore:
Timestamp:
03/25/2026 01:42:55 PM (4 days ago)
Author:
fueled
Message:

Update to version 1.0.3 from GitHub

Location:
ai-provider-for-ollama
Files:
28 added
4 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ai-provider-for-ollama/tags/1.0.3/plugin.php

    r3489358 r3490980  
    66 * Requires at least: 7.0
    77 * Requires PHP:      7.4
    8  * Version:           1.0.2
     8 * Version:           1.0.3
    99 * Author:            Fueled
    1010 * Author URI:        https://fueled.com
     
    2525
    2626define( 'AI_PROVIDER_FOR_OLLAMA_MIN_PHP_VERSION', '7.4' );
    27 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', '6.9' );
     27define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', '7.0' );
    2828define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2929define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_FILE', __FILE__ );
  • ai-provider-for-ollama/tags/1.0.3/readme.txt

    r3489358 r3490980  
    44Requires at least: 7.0
    55Tested up to:      7.0
    6 Stable tag:        1.0.2
     6Stable tag:        1.0.3
    77Requires PHP:      7.4
    88License:           GPL-2.0-or-later
     
    58582. Go to **Settings > Ollama Settings** in the WordPress admin and enter your host URL.
    5959
    60 = Does this plugin work without the WordPress AI Client? =
     60== Changelog ==
    6161
    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 =
    6363
    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)).
    6566
    6667= 1.0.2 - 2026-03-23 =
  • ai-provider-for-ollama/trunk/plugin.php

    r3489358 r3490980  
    66 * Requires at least: 7.0
    77 * Requires PHP:      7.4
    8  * Version:           1.0.2
     8 * Version:           1.0.3
    99 * Author:            Fueled
    1010 * Author URI:        https://fueled.com
     
    2525
    2626define( 'AI_PROVIDER_FOR_OLLAMA_MIN_PHP_VERSION', '7.4' );
    27 define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', '6.9' );
     27define( 'AI_PROVIDER_FOR_OLLAMA_MIN_WP_VERSION', '7.0' );
    2828define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2929define( 'AI_PROVIDER_FOR_OLLAMA_PLUGIN_FILE', __FILE__ );
  • ai-provider-for-ollama/trunk/readme.txt

    r3489358 r3490980  
    44Requires at least: 7.0
    55Tested up to:      7.0
    6 Stable tag:        1.0.2
     6Stable tag:        1.0.3
    77Requires PHP:      7.4
    88License:           GPL-2.0-or-later
     
    58582. Go to **Settings > Ollama Settings** in the WordPress admin and enter your host URL.
    5959
    60 = Does this plugin work without the WordPress AI Client? =
     60== Changelog ==
    6161
    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 =
    6363
    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)).
    6566
    6667= 1.0.2 - 2026-03-23 =
Note: See TracChangeset for help on using the changeset viewer.