Plugin Directory

Changeset 3365034


Ignore:
Timestamp:
09/20/2025 04:10:52 PM (6 months ago)
Author:
badasswp
Message:

Deploy version 1.7.1 for ai-plus-block-editor

Location:
ai-plus-block-editor
Files:
108 added
3 edited

Legend:

Unmodified
Added
Removed
  • ai-plus-block-editor/trunk/ai-plus-block-editor.php

    r3365021 r3365034  
    44 * Plugin URI:  https://github.com/badasswp/ai-plus-block-editor
    55 * Description: Add AI Capabilities to the WP Block Editor.
    6  * Version:     1.7.0
     6 * Version:     1.7.1
    77 * Author:      badasswp
    88 * Author URI:  https://github.com/badasswp
  • ai-plus-block-editor/trunk/readme.txt

    r3365021 r3365034  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 1.7.0
     6Stable tag: 1.7.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    3333Our plugin comes with everything you need to add AI capabilities to your Block Editor.
    3434
     35✔️ <strong>Support for LLMs</strong> such as <strong>ChatGPT, Gemini, Deepseek, Grok</strong> and a host of others.
    3536✔️ <strong>Change Text Tone (casual, official, narrative, and so on...)</strong> in block editor.
    3637✔️ <strong>Generate Title/Headline</strong> using AI.
     
    6768
    6869== Changelog ==
     70
     71= 1.7.1 =
     72* Fix: Update issue with broken plugin deploy.
     73* Docs: Update README docs.
    6974
    7075= 1.7.0 =
  • ai-plus-block-editor/trunk/vendor/composer/installed.php

    r3365021 r3365034  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '24374d74409032c271815786c9c12e6846d35671',
     6        'reference' => 'f7468ae6862d0db243eafd7ebf7ed9d4537ad0dc',
    77        'type' => 'package',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '24374d74409032c271815786c9c12e6846d35671',
     16            'reference' => 'f7468ae6862d0db243eafd7ebf7ed9d4537ad0dc',
    1717            'type' => 'package',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.