Plugin Directory

Changeset 3175060


Ignore:
Timestamp:
10/24/2024 02:27:23 PM (18 months ago)
Author:
cwpai
Message:

Update to version 1.1.1 from GitHub

Location:
agentwp
Files:
14 added
32 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • agentwp/tags/1.1.1/agentwp.php

    r3174903 r3175060  
    55 * Plugin URI: https://agentwp.com
    66 * Description: Adds a AI Agent to your WordPress installation.
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: WPAI Inc.
    99 * Author URI: https://wpai.co
  • agentwp/tags/1.1.1/readme.txt

    r3174903 r3175060  
    44Requires at least: 6.4
    55Tested up to: 6.6
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88License: GPLv3
     
    6060== Support ==
    6161
    62 For support, visit our [website](https://agentwp.ai) or contact our support team.
     62For support, visit our [website](https://agentwp.com) or contact our support team.
    6363
    6464== About WPAI, Inc. ==
  • agentwp/tags/1.1.1/server/Main.php

    r3174903 r3175060  
    2121    const SLUG = 'agentwp';
    2222
    23     const PLUGIN_VERSION = '1.1.0';
     23    const PLUGIN_VERSION = '1.1.1';
    2424
    2525    const BUILD_DIR = 'build';
  • agentwp/tags/1.1.1/vendor/composer/installed.php

    r3174903 r3175060  
    22    'root' => array(
    33        'name' => 'wpai/agentwp',
    4         'pretty_version' => 'v1.1.0',
    5         'version' => '1.1.0.0',
    6         'reference' => 'c71b283cf8eed3d72f4ddf5f3b3448ec54f69f70',
     4        'pretty_version' => 'v1.1.1',
     5        'version' => '1.1.1.0',
     6        'reference' => 'a2b5e614c99e0a34df0033d6a974e6164025d03c',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    129129        ),
    130130        'wpai/agentwp' => array(
    131             'pretty_version' => 'v1.1.0',
    132             'version' => '1.1.0.0',
    133             'reference' => 'c71b283cf8eed3d72f4ddf5f3b3448ec54f69f70',
     131            'pretty_version' => 'v1.1.1',
     132            'version' => '1.1.1.0',
     133            'reference' => 'a2b5e614c99e0a34df0033d6a974e6164025d03c',
    134134            'type' => 'library',
    135135            'install_path' => __DIR__ . '/../../',
  • agentwp/trunk/agentwp.php

    r3174903 r3175060  
    55 * Plugin URI: https://agentwp.com
    66 * Description: Adds a AI Agent to your WordPress installation.
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: WPAI Inc.
    99 * Author URI: https://wpai.co
  • agentwp/trunk/readme.txt

    r3174903 r3175060  
    44Requires at least: 6.4
    55Tested up to: 6.6
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88License: GPLv3
     
    6060== Support ==
    6161
    62 For support, visit our [website](https://agentwp.ai) or contact our support team.
     62For support, visit our [website](https://agentwp.com) or contact our support team.
    6363
    6464== About WPAI, Inc. ==
  • agentwp/trunk/server/Main.php

    r3174903 r3175060  
    2121    const SLUG = 'agentwp';
    2222
    23     const PLUGIN_VERSION = '1.1.0';
     23    const PLUGIN_VERSION = '1.1.1';
    2424
    2525    const BUILD_DIR = 'build';
  • agentwp/trunk/vendor/composer/installed.php

    r3174903 r3175060  
    22    'root' => array(
    33        'name' => 'wpai/agentwp',
    4         'pretty_version' => 'v1.1.0',
    5         'version' => '1.1.0.0',
    6         'reference' => 'c71b283cf8eed3d72f4ddf5f3b3448ec54f69f70',
     4        'pretty_version' => 'v1.1.1',
     5        'version' => '1.1.1.0',
     6        'reference' => 'a2b5e614c99e0a34df0033d6a974e6164025d03c',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    129129        ),
    130130        'wpai/agentwp' => array(
    131             'pretty_version' => 'v1.1.0',
    132             'version' => '1.1.0.0',
    133             'reference' => 'c71b283cf8eed3d72f4ddf5f3b3448ec54f69f70',
     131            'pretty_version' => 'v1.1.1',
     132            'version' => '1.1.1.0',
     133            'reference' => 'a2b5e614c99e0a34df0033d6a974e6164025d03c',
    134134            'type' => 'library',
    135135            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.