Changeset 3182786
- Timestamp:
- 11/06/2024 01:50:15 AM (17 months ago)
- Location:
- agentwp
- Files:
-
- 20 added
- 14 deleted
- 12 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from agentwp/trunk)
-
tags/1.2.1/agentwp.php (modified) (2 diffs)
-
tags/1.2.1/build/assets/Chat-ac935420.js (deleted)
-
tags/1.2.1/build/assets/Chat-ac935420.js.map (deleted)
-
tags/1.2.1/build/assets/Chat-cf61fd9c.js (added)
-
tags/1.2.1/build/assets/Chat-cf61fd9c.js.map (added)
-
tags/1.2.1/build/assets/chat-302461a1.js (deleted)
-
tags/1.2.1/build/assets/chat-302461a1.js.map (deleted)
-
tags/1.2.1/build/assets/chat-9c443414.js (added)
-
tags/1.2.1/build/assets/chat-9c443414.js.map (added)
-
tags/1.2.1/build/assets/settings-cc05d060.js (added)
-
tags/1.2.1/build/assets/settings-cc05d060.js.map (added)
-
tags/1.2.1/build/assets/settings-e44e7636.js (deleted)
-
tags/1.2.1/build/assets/settings-e44e7636.js.map (deleted)
-
tags/1.2.1/build/manifest.json (modified) (4 diffs)
-
tags/1.2.1/readme.txt (modified) (1 diff)
-
tags/1.2.1/server/Client/Locations/AdminChat.php (added)
-
tags/1.2.1/server/Client/Locations/CoreChat.php (deleted)
-
tags/1.2.1/server/Client/Locations/FrontendChat.php (added)
-
tags/1.2.1/server/Main.php (modified) (2 diffs)
-
tags/1.2.1/server/Page/Admin/Chat.php (modified) (1 diff)
-
tags/1.2.1/server/Page/Frontend (added)
-
tags/1.2.1/server/Page/Frontend/Chat.php (added)
-
tags/1.2.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/agentwp.php (modified) (2 diffs)
-
trunk/build/assets/Chat-ac935420.js (deleted)
-
trunk/build/assets/Chat-ac935420.js.map (deleted)
-
trunk/build/assets/Chat-cf61fd9c.js (added)
-
trunk/build/assets/Chat-cf61fd9c.js.map (added)
-
trunk/build/assets/chat-302461a1.js (deleted)
-
trunk/build/assets/chat-302461a1.js.map (deleted)
-
trunk/build/assets/chat-9c443414.js (added)
-
trunk/build/assets/chat-9c443414.js.map (added)
-
trunk/build/assets/settings-cc05d060.js (added)
-
trunk/build/assets/settings-cc05d060.js.map (added)
-
trunk/build/assets/settings-e44e7636.js (deleted)
-
trunk/build/assets/settings-e44e7636.js.map (deleted)
-
trunk/build/manifest.json (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/server/Client/Locations/AdminChat.php (added)
-
trunk/server/Client/Locations/CoreChat.php (deleted)
-
trunk/server/Client/Locations/FrontendChat.php (added)
-
trunk/server/Main.php (modified) (2 diffs)
-
trunk/server/Page/Admin/Chat.php (modified) (1 diff)
-
trunk/server/Page/Frontend (added)
-
trunk/server/Page/Frontend/Chat.php (added)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
agentwp/tags/1.2.1/agentwp.php
r3180075 r3182786 5 5 * Plugin URI: https://agentwp.com 6 6 * Description: Adds a AI Agent to your WordPress installation. 7 * Version: 1.2. 07 * Version: 1.2.1 8 8 * Author: WPAI Inc. 9 9 * Author URI: https://wpai.co … … 47 47 \WpAi\AgentWp\Page\Admin\Settings::class, 48 48 \WpAi\AgentWp\Page\Admin\Chat::class, 49 // \WpAi\AgentWp\Page\Frontend\Chat::class, 49 50 \WpAi\AgentWp\Page\Admin\DashboardWidget::class, 50 51 \WpAi\AgentWp\Registry\IndexSiteData::class, -
agentwp/tags/1.2.1/build/manifest.json
r3180075 r3182786 4 4 "assets/app-8df1dc47.css" 5 5 ], 6 "file": "assets/chat- 302461a1.js",6 "file": "assets/chat-9c443414.js", 7 7 "imports": [ 8 8 "_ClientSettingsProvider-1165ae1b.js", 9 "_Chat- ac935420.js",9 "_Chat-cf61fd9c.js", 10 10 "__commonjsHelpers-725317a4.js", 11 11 "_WriteToEditor-63b22c42.js" … … 31 31 "assets/app-8df1dc47.css" 32 32 ], 33 "file": "assets/settings- e44e7636.js",33 "file": "assets/settings-cc05d060.js", 34 34 "imports": [ 35 35 "_ClientSettingsProvider-1165ae1b.js", 36 "_Chat- ac935420.js",36 "_Chat-cf61fd9c.js", 37 37 "_LatestConvos-fedbffd9.js", 38 38 "__commonjsHelpers-725317a4.js", … … 51 51 "src": "Tests/test-blocks-streaming.ts" 52 52 }, 53 "_Chat- ac935420.js": {53 "_Chat-cf61fd9c.js": { 54 54 "assets": [ 55 55 "assets/wpcode-fa5b4e95.png", … … 62 62 "assets/codeable-c7263c7b.png" 63 63 ], 64 "file": "assets/Chat- ac935420.js",64 "file": "assets/Chat-cf61fd9c.js", 65 65 "imports": [ 66 66 "_ClientSettingsProvider-1165ae1b.js", -
agentwp/tags/1.2.1/readme.txt
r3180075 r3182786 4 4 Requires at least: 6.4 5 5 Tested up to: 6.6 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv3 -
agentwp/tags/1.2.1/server/Main.php
r3180075 r3182786 21 21 const SLUG = 'agentwp'; 22 22 23 const PLUGIN_VERSION = '1.2. 0';23 const PLUGIN_VERSION = '1.2.1'; 24 24 25 25 const BUILD_DIR = 'build'; … … 143 143 public function apiClientHost() 144 144 { 145 return defined('AGENT_WP_CLIENT_BASE_URL') ? AGENT_WP_CLIENT_BASE_URL : $this->runtimeApiHost();145 return defined('AGENT_WP_CLIENT_BASE_URL') && ! empty(AGENT_WP_CLIENT_BASE_URL) ? AGENT_WP_CLIENT_BASE_URL : $this->runtimeApiHost(); 146 146 } 147 147 148 148 private function runtimeApiHost() 149 149 { 150 return defined('AGENTWP_API_HOST') ? AGENTWP_API_HOST : 'https://app.agentwp.com';150 return defined('AGENTWP_API_HOST') && ! empty(AGENTWP_API_HOST) ? AGENTWP_API_HOST : 'https://app.agentwp.com'; 151 151 } 152 152 -
agentwp/tags/1.2.1/server/Page/Admin/Chat.php
r3174903 r3182786 35 35 36 36 $this->locations = [ 37 \WpAi\AgentWp\Client\Locations\ CoreChat::class,37 \WpAi\AgentWp\Client\Locations\AdminChat::class, 38 38 \WpAi\AgentWp\Client\Locations\ElementorChat::class, 39 39 \WpAi\AgentWp\Client\Locations\BeaverBuilder::class, -
agentwp/tags/1.2.1/vendor/composer/installed.php
r3180075 r3182786 2 2 'root' => array( 3 3 'name' => 'wpai/agentwp', 4 'pretty_version' => 'v1.2. 0',5 'version' => '1.2. 0.0',6 'reference' => ' 2f5a06dc874a6a38949384c5d661e124389403a1',4 'pretty_version' => 'v1.2.1', 5 'version' => '1.2.1.0', 6 'reference' => 'bbfd82b2bb1b2adc21d62c0034dd7406b29126dd', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 129 129 ), 130 130 'wpai/agentwp' => array( 131 'pretty_version' => 'v1.2. 0',132 'version' => '1.2. 0.0',133 'reference' => ' 2f5a06dc874a6a38949384c5d661e124389403a1',131 'pretty_version' => 'v1.2.1', 132 'version' => '1.2.1.0', 133 'reference' => 'bbfd82b2bb1b2adc21d62c0034dd7406b29126dd', 134 134 'type' => 'library', 135 135 'install_path' => __DIR__ . '/../../', -
agentwp/trunk/agentwp.php
r3180075 r3182786 5 5 * Plugin URI: https://agentwp.com 6 6 * Description: Adds a AI Agent to your WordPress installation. 7 * Version: 1.2. 07 * Version: 1.2.1 8 8 * Author: WPAI Inc. 9 9 * Author URI: https://wpai.co … … 47 47 \WpAi\AgentWp\Page\Admin\Settings::class, 48 48 \WpAi\AgentWp\Page\Admin\Chat::class, 49 // \WpAi\AgentWp\Page\Frontend\Chat::class, 49 50 \WpAi\AgentWp\Page\Admin\DashboardWidget::class, 50 51 \WpAi\AgentWp\Registry\IndexSiteData::class, -
agentwp/trunk/build/manifest.json
r3180075 r3182786 4 4 "assets/app-8df1dc47.css" 5 5 ], 6 "file": "assets/chat- 302461a1.js",6 "file": "assets/chat-9c443414.js", 7 7 "imports": [ 8 8 "_ClientSettingsProvider-1165ae1b.js", 9 "_Chat- ac935420.js",9 "_Chat-cf61fd9c.js", 10 10 "__commonjsHelpers-725317a4.js", 11 11 "_WriteToEditor-63b22c42.js" … … 31 31 "assets/app-8df1dc47.css" 32 32 ], 33 "file": "assets/settings- e44e7636.js",33 "file": "assets/settings-cc05d060.js", 34 34 "imports": [ 35 35 "_ClientSettingsProvider-1165ae1b.js", 36 "_Chat- ac935420.js",36 "_Chat-cf61fd9c.js", 37 37 "_LatestConvos-fedbffd9.js", 38 38 "__commonjsHelpers-725317a4.js", … … 51 51 "src": "Tests/test-blocks-streaming.ts" 52 52 }, 53 "_Chat- ac935420.js": {53 "_Chat-cf61fd9c.js": { 54 54 "assets": [ 55 55 "assets/wpcode-fa5b4e95.png", … … 62 62 "assets/codeable-c7263c7b.png" 63 63 ], 64 "file": "assets/Chat- ac935420.js",64 "file": "assets/Chat-cf61fd9c.js", 65 65 "imports": [ 66 66 "_ClientSettingsProvider-1165ae1b.js", -
agentwp/trunk/readme.txt
r3180075 r3182786 4 4 Requires at least: 6.4 5 5 Tested up to: 6.6 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv3 -
agentwp/trunk/server/Main.php
r3180075 r3182786 21 21 const SLUG = 'agentwp'; 22 22 23 const PLUGIN_VERSION = '1.2. 0';23 const PLUGIN_VERSION = '1.2.1'; 24 24 25 25 const BUILD_DIR = 'build'; … … 143 143 public function apiClientHost() 144 144 { 145 return defined('AGENT_WP_CLIENT_BASE_URL') ? AGENT_WP_CLIENT_BASE_URL : $this->runtimeApiHost();145 return defined('AGENT_WP_CLIENT_BASE_URL') && ! empty(AGENT_WP_CLIENT_BASE_URL) ? AGENT_WP_CLIENT_BASE_URL : $this->runtimeApiHost(); 146 146 } 147 147 148 148 private function runtimeApiHost() 149 149 { 150 return defined('AGENTWP_API_HOST') ? AGENTWP_API_HOST : 'https://app.agentwp.com';150 return defined('AGENTWP_API_HOST') && ! empty(AGENTWP_API_HOST) ? AGENTWP_API_HOST : 'https://app.agentwp.com'; 151 151 } 152 152 -
agentwp/trunk/server/Page/Admin/Chat.php
r3174903 r3182786 35 35 36 36 $this->locations = [ 37 \WpAi\AgentWp\Client\Locations\ CoreChat::class,37 \WpAi\AgentWp\Client\Locations\AdminChat::class, 38 38 \WpAi\AgentWp\Client\Locations\ElementorChat::class, 39 39 \WpAi\AgentWp\Client\Locations\BeaverBuilder::class, -
agentwp/trunk/vendor/composer/installed.php
r3180075 r3182786 2 2 'root' => array( 3 3 'name' => 'wpai/agentwp', 4 'pretty_version' => 'v1.2. 0',5 'version' => '1.2. 0.0',6 'reference' => ' 2f5a06dc874a6a38949384c5d661e124389403a1',4 'pretty_version' => 'v1.2.1', 5 'version' => '1.2.1.0', 6 'reference' => 'bbfd82b2bb1b2adc21d62c0034dd7406b29126dd', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 129 129 ), 130 130 'wpai/agentwp' => array( 131 'pretty_version' => 'v1.2. 0',132 'version' => '1.2. 0.0',133 'reference' => ' 2f5a06dc874a6a38949384c5d661e124389403a1',131 'pretty_version' => 'v1.2.1', 132 'version' => '1.2.1.0', 133 'reference' => 'bbfd82b2bb1b2adc21d62c0034dd7406b29126dd', 134 134 'type' => 'library', 135 135 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.