From ad06cfaa58a3a3f108f303e578ef64d4151bd9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 May 2023 21:02:35 +0200 Subject: [PATCH 1/2] RVRNEXT-31 update soko-web --- composer.json | 2 +- composer.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f6fae7b..ef33e6c 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "esoko/soko-web": "0.12.1", + "esoko/soko-web": "0.12.2", "firebase/php-jwt": "^6.4" }, "require-dev": { diff --git a/composer.lock b/composer.lock index d7a56cf..243e661 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": "a6f50b31b14027eec094629b13cc4097", + "content-hash": "de44c3f047848705e8e3d6b460f73ff1", "packages": [ { "name": "cocur/slugify", @@ -82,11 +82,11 @@ }, { "name": "esoko/soko-web", - "version": "v0.12.1", + "version": "v0.12.2", "source": { "type": "git", "url": "https://git.esoko.eu/esoko/soko-web.git", - "reference": "bda12177ebc201f04fdad5493b93039676a983ca" + "reference": "8d490e48aaeb7ad2843e402fa42ec266db52e809" }, "require": { "cocur/slugify": "^4.3", @@ -108,7 +108,7 @@ "GNU GPL 3.0" ], "description": "Lightweight web framework", - "time": "2023-05-28T13:56:14+00:00" + "time": "2023-05-28T19:13:20+00:00" }, { "name": "firebase/php-jwt", From 58d4f982e9e6b6404807776a1f77ce5589fe467a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 May 2023 21:09:19 +0200 Subject: [PATCH 2/2] RVRNEXT-31 remove hack for assets of tom-select --- views/communities/community_members.php | 4 ++-- views/communities/transaction_edit.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/communities/community_members.php b/views/communities/community_members.php index 372358c..624c56e 100644 --- a/views/communities/community_members.php +++ b/views/communities/community_members.php @@ -1,5 +1,5 @@ -@css(/static/node_modules/tom-select/dist/css/tom-select.min.css) -@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js) +@css(node_modules/tom-select/dist/css/tom-select.min.css) +@js(node_modules/tom-select/dist/js/tom-select.base.min.js) @js(js/communities/community_members.js) @extends(templates/layout_normal) diff --git a/views/communities/transaction_edit.php b/views/communities/transaction_edit.php index 2d98c7f..bff0ee5 100644 --- a/views/communities/transaction_edit.php +++ b/views/communities/transaction_edit.php @@ -1,5 +1,5 @@ -@css(/static/node_modules/tom-select/dist/css/tom-select.min.css) -@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js) +@css(node_modules/tom-select/dist/css/tom-select.min.css) +@js(node_modules/tom-select/dist/js/tom-select.base.min.js) @js(js/communities/transaction.js) @extends(templates/layout_normal)