diff --git a/VERSION.txt b/VERSION.txt index c0c99913d3..4db6f59d76 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.12.2 \ No newline at end of file +5.12.3 \ No newline at end of file diff --git a/composer.json b/composer.json index 78f19d4db9..0d765e0cd5 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,6 @@ "hyvor/php-json-exporter": "^0.0.3", "imdhemy/laravel-purchases": "^1.7", "intervention/image": "^2.5", - "invoiceninja/admin-api": "dev-main", "invoiceninja/einvoice": "dev-main", "invoiceninja/inspector": "^3.0", "invoiceninja/ubl_invoice": "^2", diff --git a/composer.lock b/composer.lock index 4e7f4d1313..b22a0d3beb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "afc109ee881bc826259c15922048972d", + "content-hash": "28bf0df3c568346ed6feafc94fff2c92", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -4667,65 +4667,6 @@ ], "time": "2022-05-21T17:30:32+00:00" }, - { - "name": "invoiceninja/admin-api", - "version": "dev-main", - "dist": { - "type": "path", - "url": "../admin-api", - "reference": "4d95a2318a4dc41cdea95793d85ffe5589ed9117" - }, - "require": { - "afosto/yaac": "^1.5", - "asm/php-ansible": "dev-main", - "ext-curl": "*", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-simplexml": "*", - "illuminate/database": "^11", - "illuminate/support": "^11", - "imdhemy/laravel-purchases": "^1.7", - "php": "^8.2|^8.3|^8.4" - }, - "require-dev": { - "larastan/larastan": "^3.0", - "orchestra/testbench": "^9.0", - "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^11.0" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "InvoiceNinja\\AdminApi\\Providers\\AdminApiServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "InvoiceNinja\\AdminApi\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "InvoiceNinja\\AdminApi\\Tests\\": "tests/" - } - }, - "license": [ - "Elastic" - ], - "authors": [ - { - "name": "David Bomba", - "email": "turbo124@gmail.com" - } - ], - "description": "API endpoints for the admin interface", - "transport-options": { - "relative": true - } - }, { "name": "invoiceninja/einvoice", "version": "dev-main", @@ -21508,7 +21449,6 @@ "asm/php-ansible": 20, "beganovich/snappdf": 20, "horstoeko/orderx": 20, - "invoiceninja/admin-api": 20, "invoiceninja/einvoice": 20, "socialiteproviders/apple": 20 }, diff --git a/config/ninja.php b/config/ninja.php index 9b827e2b60..d0bd997649 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -17,8 +17,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => env('APP_VERSION', '5.12.2'), - 'app_tag' => env('APP_TAG', '5.12.2'), + 'app_version' => env('APP_VERSION', '5.12.3'), + 'app_tag' => env('APP_TAG', '5.12.3'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),