Changeset 3062012
- Timestamp:
- 04/01/2024 10:00:39 AM (2 years ago)
- Location:
- miso-ai
- Files:
-
- 8 deleted
- 8 edited
- 1 copied
-
tags/0.9.1 (copied) (copied from miso-ai/trunk)
-
tags/0.9.1/DOCKER_ENV (deleted)
-
tags/0.9.1/Dockerfile-php-build (deleted)
-
tags/0.9.1/docker_tag (deleted)
-
tags/0.9.1/miso-ai.php (modified) (1 diff)
-
tags/0.9.1/output.log (deleted)
-
tags/0.9.1/readme.txt (modified) (2 diffs)
-
tags/0.9.1/vendor/composer/installed.json (modified) (2 diffs)
-
tags/0.9.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/DOCKER_ENV (deleted)
-
trunk/Dockerfile-php-build (deleted)
-
trunk/docker_tag (deleted)
-
trunk/miso-ai.php (modified) (1 diff)
-
trunk/output.log (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
miso-ai/tags/0.9.1/miso-ai.php
r3062001 r3062012 4 4 * Plugin URI: https://miso.ai/ 5 5 * Description: The official WordPress plugin for Miso AI data integration. 6 * Version: 0.9. 06 * Version: 0.9.1 7 7 * Author: Simon Pai 8 8 * License: GPL v2 or later -
miso-ai/tags/0.9.1/readme.txt
r3062001 r3062012 3 3 Tags: Miso, AI, LLM 4 4 Tested up to: 6.4 5 Stable Tag: 0.9. 05 Stable Tag: 0.9.1 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 34 34 == Changelog == 35 35 36 = 0.9.1 = 37 * Fix: remove extra files generated by the php-actions/composer 38 36 39 = 0.9.0 = 37 40 The first release. -
miso-ai/tags/0.9.1/vendor/composer/installed.json
r3062001 r3062012 453 453 }, 454 454 { 455 "name": "php-stubs/wordpress-stubs",456 "version": "v6.4.3",457 "version_normalized": "6.4.3.0",458 "source": {459 "type": "git",460 "url": "https://github.com/php-stubs/wordpress-stubs.git",461 "reference": "6105bdab2f26c0204fe90ecc53d5684754550e8f"462 },463 "dist": {464 "type": "zip",465 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/6105bdab2f26c0204fe90ecc53d5684754550e8f",466 "reference": "6105bdab2f26c0204fe90ecc53d5684754550e8f",467 "shasum": ""468 },469 "require-dev": {470 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",471 "nikic/php-parser": "^4.13",472 "php": "^7.4 || ~8.0.0",473 "php-stubs/generator": "^0.8.3",474 "phpdocumentor/reflection-docblock": "^5.3",475 "phpstan/phpstan": "^1.10.49",476 "phpunit/phpunit": "^9.5",477 "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.11"478 },479 "suggest": {480 "paragonie/sodium_compat": "Pure PHP implementation of libsodium",481 "symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",482 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"483 },484 "time": "2024-02-11T18:56:19+00:00",485 "type": "library",486 "installation-source": "dist",487 "notification-url": "https://packagist.org/downloads/",488 "license": [489 "MIT"490 ],491 "description": "WordPress function and class declaration stubs for static analysis.",492 "homepage": "https://github.com/php-stubs/wordpress-stubs",493 "keywords": [494 "PHPStan",495 "static analysis",496 "wordpress"497 ],498 "support": {499 "issues": "https://github.com/php-stubs/wordpress-stubs/issues",500 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.4.3"501 },502 "install-path": "../php-stubs/wordpress-stubs"503 },504 {505 "name": "php-stubs/wp-cli-stubs",506 "version": "v2.10.0",507 "version_normalized": "2.10.0.0",508 "source": {509 "type": "git",510 "url": "https://github.com/php-stubs/wp-cli-stubs.git",511 "reference": "fbd7ff47393c9478e0f557d0b4caadaed20986fb"512 },513 "dist": {514 "type": "zip",515 "url": "https://api.github.com/repos/php-stubs/wp-cli-stubs/zipball/fbd7ff47393c9478e0f557d0b4caadaed20986fb",516 "reference": "fbd7ff47393c9478e0f557d0b4caadaed20986fb",517 "shasum": ""518 },519 "require": {520 "php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0"521 },522 "require-dev": {523 "php": "~7.3 || ~8.0",524 "php-stubs/generator": "^0.8.0"525 },526 "suggest": {527 "symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",528 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"529 },530 "time": "2024-02-09T02:10:10+00:00",531 "type": "library",532 "installation-source": "dist",533 "notification-url": "https://packagist.org/downloads/",534 "license": [535 "MIT"536 ],537 "description": "WP-CLI function and class declaration stubs for static analysis.",538 "homepage": "https://github.com/php-stubs/wp-cli-stubs",539 "keywords": [540 "PHPStan",541 "static analysis",542 "wordpress",543 "wp-cli"544 ],545 "support": {546 "issues": "https://github.com/php-stubs/wp-cli-stubs/issues",547 "source": "https://github.com/php-stubs/wp-cli-stubs/tree/v2.10.0"548 },549 "install-path": "../php-stubs/wp-cli-stubs"550 },551 {552 455 "name": "phpoption/phpoption", 553 456 "version": "1.9.2", … … 1295 1198 } 1296 1199 ], 1297 "dev": true, 1298 "dev-package-names": [ 1299 "php-stubs/wordpress-stubs", 1300 "php-stubs/wp-cli-stubs" 1301 ] 1200 "dev": false, 1201 "dev-package-names": [] 1302 1202 } -
miso-ai/tags/0.9.1/vendor/composer/installed.php
r3062001 r3062012 8 8 'install_path' => __DIR__ . '/../../', 9 9 'aliases' => array(), 10 'dev' => true,10 'dev' => false, 11 11 ), 12 12 'versions' => array( … … 64 64 'aliases' => array(), 65 65 'dev_requirement' => false, 66 ),67 'php-stubs/wordpress-stubs' => array(68 'pretty_version' => 'v6.4.3',69 'version' => '6.4.3.0',70 'reference' => '6105bdab2f26c0204fe90ecc53d5684754550e8f',71 'type' => 'library',72 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',73 'aliases' => array(),74 'dev_requirement' => true,75 ),76 'php-stubs/wp-cli-stubs' => array(77 'pretty_version' => 'v2.10.0',78 'version' => '2.10.0.0',79 'reference' => 'fbd7ff47393c9478e0f557d0b4caadaed20986fb',80 'type' => 'library',81 'install_path' => __DIR__ . '/../php-stubs/wp-cli-stubs',82 'aliases' => array(),83 'dev_requirement' => true,84 66 ), 85 67 'phpoption/phpoption' => array( -
miso-ai/trunk/miso-ai.php
r3062001 r3062012 4 4 * Plugin URI: https://miso.ai/ 5 5 * Description: The official WordPress plugin for Miso AI data integration. 6 * Version: 0.9. 06 * Version: 0.9.1 7 7 * Author: Simon Pai 8 8 * License: GPL v2 or later -
miso-ai/trunk/readme.txt
r3062001 r3062012 3 3 Tags: Miso, AI, LLM 4 4 Tested up to: 6.4 5 Stable Tag: 0.9. 05 Stable Tag: 0.9.1 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 34 34 == Changelog == 35 35 36 = 0.9.1 = 37 * Fix: remove extra files generated by the php-actions/composer 38 36 39 = 0.9.0 = 37 40 The first release. -
miso-ai/trunk/vendor/composer/installed.json
r3062001 r3062012 453 453 }, 454 454 { 455 "name": "php-stubs/wordpress-stubs",456 "version": "v6.4.3",457 "version_normalized": "6.4.3.0",458 "source": {459 "type": "git",460 "url": "https://github.com/php-stubs/wordpress-stubs.git",461 "reference": "6105bdab2f26c0204fe90ecc53d5684754550e8f"462 },463 "dist": {464 "type": "zip",465 "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/6105bdab2f26c0204fe90ecc53d5684754550e8f",466 "reference": "6105bdab2f26c0204fe90ecc53d5684754550e8f",467 "shasum": ""468 },469 "require-dev": {470 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",471 "nikic/php-parser": "^4.13",472 "php": "^7.4 || ~8.0.0",473 "php-stubs/generator": "^0.8.3",474 "phpdocumentor/reflection-docblock": "^5.3",475 "phpstan/phpstan": "^1.10.49",476 "phpunit/phpunit": "^9.5",477 "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.11"478 },479 "suggest": {480 "paragonie/sodium_compat": "Pure PHP implementation of libsodium",481 "symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",482 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"483 },484 "time": "2024-02-11T18:56:19+00:00",485 "type": "library",486 "installation-source": "dist",487 "notification-url": "https://packagist.org/downloads/",488 "license": [489 "MIT"490 ],491 "description": "WordPress function and class declaration stubs for static analysis.",492 "homepage": "https://github.com/php-stubs/wordpress-stubs",493 "keywords": [494 "PHPStan",495 "static analysis",496 "wordpress"497 ],498 "support": {499 "issues": "https://github.com/php-stubs/wordpress-stubs/issues",500 "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.4.3"501 },502 "install-path": "../php-stubs/wordpress-stubs"503 },504 {505 "name": "php-stubs/wp-cli-stubs",506 "version": "v2.10.0",507 "version_normalized": "2.10.0.0",508 "source": {509 "type": "git",510 "url": "https://github.com/php-stubs/wp-cli-stubs.git",511 "reference": "fbd7ff47393c9478e0f557d0b4caadaed20986fb"512 },513 "dist": {514 "type": "zip",515 "url": "https://api.github.com/repos/php-stubs/wp-cli-stubs/zipball/fbd7ff47393c9478e0f557d0b4caadaed20986fb",516 "reference": "fbd7ff47393c9478e0f557d0b4caadaed20986fb",517 "shasum": ""518 },519 "require": {520 "php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0"521 },522 "require-dev": {523 "php": "~7.3 || ~8.0",524 "php-stubs/generator": "^0.8.0"525 },526 "suggest": {527 "symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",528 "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"529 },530 "time": "2024-02-09T02:10:10+00:00",531 "type": "library",532 "installation-source": "dist",533 "notification-url": "https://packagist.org/downloads/",534 "license": [535 "MIT"536 ],537 "description": "WP-CLI function and class declaration stubs for static analysis.",538 "homepage": "https://github.com/php-stubs/wp-cli-stubs",539 "keywords": [540 "PHPStan",541 "static analysis",542 "wordpress",543 "wp-cli"544 ],545 "support": {546 "issues": "https://github.com/php-stubs/wp-cli-stubs/issues",547 "source": "https://github.com/php-stubs/wp-cli-stubs/tree/v2.10.0"548 },549 "install-path": "../php-stubs/wp-cli-stubs"550 },551 {552 455 "name": "phpoption/phpoption", 553 456 "version": "1.9.2", … … 1295 1198 } 1296 1199 ], 1297 "dev": true, 1298 "dev-package-names": [ 1299 "php-stubs/wordpress-stubs", 1300 "php-stubs/wp-cli-stubs" 1301 ] 1200 "dev": false, 1201 "dev-package-names": [] 1302 1202 } -
miso-ai/trunk/vendor/composer/installed.php
r3062001 r3062012 8 8 'install_path' => __DIR__ . '/../../', 9 9 'aliases' => array(), 10 'dev' => true,10 'dev' => false, 11 11 ), 12 12 'versions' => array( … … 64 64 'aliases' => array(), 65 65 'dev_requirement' => false, 66 ),67 'php-stubs/wordpress-stubs' => array(68 'pretty_version' => 'v6.4.3',69 'version' => '6.4.3.0',70 'reference' => '6105bdab2f26c0204fe90ecc53d5684754550e8f',71 'type' => 'library',72 'install_path' => __DIR__ . '/../php-stubs/wordpress-stubs',73 'aliases' => array(),74 'dev_requirement' => true,75 ),76 'php-stubs/wp-cli-stubs' => array(77 'pretty_version' => 'v2.10.0',78 'version' => '2.10.0.0',79 'reference' => 'fbd7ff47393c9478e0f557d0b4caadaed20986fb',80 'type' => 'library',81 'install_path' => __DIR__ . '/../php-stubs/wp-cli-stubs',82 'aliases' => array(),83 'dev_requirement' => true,84 66 ), 85 67 'phpoption/phpoption' => array(
Note: See TracChangeset
for help on using the changeset viewer.