Plugin Directory

Changeset 3178191


Ignore:
Timestamp:
10/29/2024 04:19:24 PM (17 months ago)
Author:
cwpai
Message:

Update to version 1.1.4 from GitHub

Location:
agentwp
Files:
8 edited
1 copied

Legend:

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

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

    r3175861 r3178191  
    44Requires at least: 6.4
    55Tested up to: 6.6
    6 Stable tag: 1.1.2
     6Stable tag: 1.1.4
    77Requires PHP: 7.4
    88License: GPLv3
  • agentwp/tags/1.1.4/server/Main.php

    r3175861 r3178191  
    2121    const SLUG = 'agentwp';
    2222
    23     const PLUGIN_VERSION = '1.1.2';
     23    const PLUGIN_VERSION = '1.1.4';
    2424
    2525    const BUILD_DIR = 'build';
  • agentwp/tags/1.1.4/vendor/composer/installed.php

    r3178174 r3178191  
    22    'root' => array(
    33        'name' => 'wpai/agentwp',
    4         'pretty_version' => 'v1.1.3',
    5         'version' => '1.1.3.0',
    6         'reference' => '955bb068dd26552806c64d678ac4f49cb93c4f6b',
     4        'pretty_version' => 'v1.1.4',
     5        'version' => '1.1.4.0',
     6        'reference' => '23a377bb6b714b4bcc6ac72140e65363fbb5c06e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    129129        ),
    130130        'wpai/agentwp' => array(
    131             'pretty_version' => 'v1.1.3',
    132             'version' => '1.1.3.0',
    133             'reference' => '955bb068dd26552806c64d678ac4f49cb93c4f6b',
     131            'pretty_version' => 'v1.1.4',
     132            'version' => '1.1.4.0',
     133            'reference' => '23a377bb6b714b4bcc6ac72140e65363fbb5c06e',
    134134            'type' => 'library',
    135135            'install_path' => __DIR__ . '/../../',
  • agentwp/trunk/agentwp.php

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

    r3175861 r3178191  
    44Requires at least: 6.4
    55Tested up to: 6.6
    6 Stable tag: 1.1.2
     6Stable tag: 1.1.4
    77Requires PHP: 7.4
    88License: GPLv3
  • agentwp/trunk/server/Main.php

    r3175861 r3178191  
    2121    const SLUG = 'agentwp';
    2222
    23     const PLUGIN_VERSION = '1.1.2';
     23    const PLUGIN_VERSION = '1.1.4';
    2424
    2525    const BUILD_DIR = 'build';
  • agentwp/trunk/vendor/composer/installed.php

    r3178174 r3178191  
    22    'root' => array(
    33        'name' => 'wpai/agentwp',
    4         'pretty_version' => 'v1.1.3',
    5         'version' => '1.1.3.0',
    6         'reference' => '955bb068dd26552806c64d678ac4f49cb93c4f6b',
     4        'pretty_version' => 'v1.1.4',
     5        'version' => '1.1.4.0',
     6        'reference' => '23a377bb6b714b4bcc6ac72140e65363fbb5c06e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    129129        ),
    130130        'wpai/agentwp' => array(
    131             'pretty_version' => 'v1.1.3',
    132             'version' => '1.1.3.0',
    133             'reference' => '955bb068dd26552806c64d678ac4f49cb93c4f6b',
     131            'pretty_version' => 'v1.1.4',
     132            'version' => '1.1.4.0',
     133            'reference' => '23a377bb6b714b4bcc6ac72140e65363fbb5c06e',
    134134            'type' => 'library',
    135135            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.