Peter Ivanov
Peter Ivanov
Hello, seems the `config/database.php` file has been overwritten. How did you updated the system? If it's with the standalone updater, then this file will be persevered. If you update manually,...
Hi, its in the todo list, there is some work stated, but not finished yet.
Hi, You can get all fields with ``` $prod = Product::find($newProduct->id); $fields = $prod->customField()->get(); ``` You can also get the field values with ``` foreach ($fields as $field) { dump($field->fieldValue()->get());...
You can use iframe to embed microweber somehow into your app and redirect the user to live edit.
Thanks for report. Fixed for version 2.0.4
hi , can you try to submit from the profile link https://huntr.com/repos/microweber/microweber
Hi, i have send them a message from the contact form at https://huntr.com/contact-us
This is what i got as response on discord  
Hi, thanks for the report. We will address the relevant issues and release update
Hello, Fixed some issues Added uuids for media thumbnails https://github.com/microweber/microweber/commit/f7fe18a27bbaa1a2e9d4020f46a0b4fe24bca6dc Install log https://github.com/microweber/microweber/commit/05ba3aa76f6a097347c32ea8ef9fc9cd53833599 Xss on login input https://github.com/microweber/microweber/commit/b87081d2d30b997fbd54003b1a31ab0bae5b5ba6 Those fixes are released with version 2.0.7