Plugin Directory

Changeset 3062012


Ignore:
Timestamp:
04/01/2024 10:00:39 AM (2 years ago)
Author:
misosimonpai
Message:

Update to version 0.9.1 from GitHub

Location:
miso-ai
Files:
8 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • miso-ai/tags/0.9.1/miso-ai.php

    r3062001 r3062012  
    44 * Plugin URI:        https://miso.ai/
    55 * Description:       The official WordPress plugin for Miso AI data integration.
    6  * Version:           0.9.0
     6 * Version:           0.9.1
    77 * Author:            Simon Pai
    88 * License:           GPL v2 or later
  • miso-ai/tags/0.9.1/readme.txt

    r3062001 r3062012  
    33Tags: Miso, AI, LLM
    44Tested up to: 6.4
    5 Stable Tag: 0.9.0
     5Stable Tag: 0.9.1
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 0.9.1 =
     37* Fix: remove extra files generated by the php-actions/composer
     38
    3639= 0.9.0 =
    3740The first release.
  • miso-ai/tags/0.9.1/vendor/composer/installed.json

    r3062001 r3062012  
    453453        },
    454454        {
    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         {
    552455            "name": "phpoption/phpoption",
    553456            "version": "1.9.2",
     
    12951198        }
    12961199    ],
    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": []
    13021202}
  • miso-ai/tags/0.9.1/vendor/composer/installed.php

    r3062001 r3062012  
    88        'install_path' => __DIR__ . '/../../',
    99        'aliases' => array(),
    10         'dev' => true,
     10        'dev' => false,
    1111    ),
    1212    'versions' => array(
     
    6464            'aliases' => array(),
    6565            '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,
    8466        ),
    8567        'phpoption/phpoption' => array(
  • miso-ai/trunk/miso-ai.php

    r3062001 r3062012  
    44 * Plugin URI:        https://miso.ai/
    55 * Description:       The official WordPress plugin for Miso AI data integration.
    6  * Version:           0.9.0
     6 * Version:           0.9.1
    77 * Author:            Simon Pai
    88 * License:           GPL v2 or later
  • miso-ai/trunk/readme.txt

    r3062001 r3062012  
    33Tags: Miso, AI, LLM
    44Tested up to: 6.4
    5 Stable Tag: 0.9.0
     5Stable Tag: 0.9.1
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 0.9.1 =
     37* Fix: remove extra files generated by the php-actions/composer
     38
    3639= 0.9.0 =
    3740The first release.
  • miso-ai/trunk/vendor/composer/installed.json

    r3062001 r3062012  
    453453        },
    454454        {
    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         {
    552455            "name": "phpoption/phpoption",
    553456            "version": "1.9.2",
     
    12951198        }
    12961199    ],
    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": []
    13021202}
  • miso-ai/trunk/vendor/composer/installed.php

    r3062001 r3062012  
    88        'install_path' => __DIR__ . '/../../',
    99        'aliases' => array(),
    10         'dev' => true,
     10        'dev' => false,
    1111    ),
    1212    'versions' => array(
     
    6464            'aliases' => array(),
    6565            '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,
    8466        ),
    8567        'phpoption/phpoption' => array(
Note: See TracChangeset for help on using the changeset viewer.