Changeset 3178191
- Timestamp:
- 10/29/2024 04:19:24 PM (17 months ago)
- Location:
- agentwp
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from agentwp/trunk)
-
tags/1.1.4/agentwp.php (modified) (1 diff)
-
tags/1.1.4/readme.txt (modified) (1 diff)
-
tags/1.1.4/server/Main.php (modified) (1 diff)
-
tags/1.1.4/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/agentwp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/server/Main.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agentwp/tags/1.1.4/agentwp.php
r3175861 r3178191 5 5 * Plugin URI: https://agentwp.com 6 6 * Description: Adds a AI Agent to your WordPress installation. 7 * Version: 1.1. 27 * Version: 1.1.4 8 8 * Author: WPAI Inc. 9 9 * Author URI: https://wpai.co -
agentwp/tags/1.1.4/readme.txt
r3175861 r3178191 4 4 Requires at least: 6.4 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 26 Stable tag: 1.1.4 7 7 Requires PHP: 7.4 8 8 License: GPLv3 -
agentwp/tags/1.1.4/server/Main.php
r3175861 r3178191 21 21 const SLUG = 'agentwp'; 22 22 23 const PLUGIN_VERSION = '1.1. 2';23 const PLUGIN_VERSION = '1.1.4'; 24 24 25 25 const BUILD_DIR = 'build'; -
agentwp/tags/1.1.4/vendor/composer/installed.php
r3178174 r3178191 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 129 129 ), 130 130 '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', 134 134 'type' => 'library', 135 135 'install_path' => __DIR__ . '/../../', -
agentwp/trunk/agentwp.php
r3175861 r3178191 5 5 * Plugin URI: https://agentwp.com 6 6 * Description: Adds a AI Agent to your WordPress installation. 7 * Version: 1.1. 27 * Version: 1.1.4 8 8 * Author: WPAI Inc. 9 9 * Author URI: https://wpai.co -
agentwp/trunk/readme.txt
r3175861 r3178191 4 4 Requires at least: 6.4 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 26 Stable tag: 1.1.4 7 7 Requires PHP: 7.4 8 8 License: GPLv3 -
agentwp/trunk/server/Main.php
r3175861 r3178191 21 21 const SLUG = 'agentwp'; 22 22 23 const PLUGIN_VERSION = '1.1. 2';23 const PLUGIN_VERSION = '1.1.4'; 24 24 25 25 const BUILD_DIR = 'build'; -
agentwp/trunk/vendor/composer/installed.php
r3178174 r3178191 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 129 129 ), 130 130 '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', 134 134 'type' => 'library', 135 135 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.