Getting Started
Welcome to the Admin Bookmarks Documentation.
Whether you are a new or an advanced user, you can find some useful information here.
First of all, we recommend to check the following link:
How to install the extension
- Backup your store's database and web directory.
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Copy the installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
- Run command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Bookmarker
to enable the extension.
- Run command
php -f bin/magento setup:upgrade
to install the extension.
- Run command
php -f bin/magento cache:clean
to clean the cache.
-
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
- Make sure that the native Magento cronjob is configured and working correctly. Extension performs all tasks in cron.
How to upgrade extension
To upgrade the extension, follow these steps:
- Backup your store's database and web directory.
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run command
composer require mirasvit/module-bookmarker:* --update-with-dependencies
to update current extension with all dependencies.
Note
In some cases, the command above is not applicable, or it's not possible to update just the current module, or you need to upgrade all Mirasvit modules in a bundle. In this case, the command above will have no effect.
Run instead composer update mirasvit/*
command. It will update all Mirasvit modules installed in your store.
- Run command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Bookmarker
to enable the extension.
- Run command
php -f bin/magento setup:upgrade
to install updates.
- Run command
php -f bin/magento cache:clean
to clean the cache.
-
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
Disabling the Extension
Temporarily Disable
To temporarily disable the extension please follow these steps:
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run command
php -f bin/magento module:disable Mirasvit_Bookmarker
to disable the extension.
- Log in to the Magento backend and refresh the store cache (if enabled).
Removing the Extension
To uninstall the extension, please follow these steps:
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run the command
composer remove mirasvit/module-bookmarker
to remove the extension.
- Log in to the Magento backend and refresh the store cache (if enabled).
Change Log
1.2.0
(2024-10-08)
Improvements
Fixed
- Fixed the conflict with Mirasvit Advanced Reports extension
1.1.2
(2023-07-26)
Improvements
1.1.1
(2022-06-20)
Improvements
- remove db_schema_whitelist.json
1.1.0
(2022-05-23)
Improvements
- migrate to declarative schema
1.0.12
(2021-04-30)
Fixed
1.0.11
(2020-12-07)
Fixed
- Zend_Json to SerializeService
1.0.10
(2020-09-11)
Improvements
1.0.9
(2020-08-20)
Improvements
- Added Update State button for bookmarks
1.0.8
(2020-07-30)
Improvements
1.0.7
(2020-07-02)
Improvements
- Save UI interface state (filters, sort orders, columns)
- Folders and Bookmark Manager functionality
Fixed
- fixed an issue with the resetting helpdesk users filters
- Issue with long url due non-default UI
- Styles issues
- Omit AJAX requests in history
1.0.6
(2020-05-22)
Fixed
- Issue with Command/Cntrl + click
1.0.5
(2020-05-11)
Fixed
- Issue with long url due non-default UI
1.0.4
(2020-05-08)
Improvements
- Save UI interface state (filters, sort orders, columns)
Fixed
1.0.3
(2020-05-07)
Improvements
- "Middle button" click to open in the new tab
Fixed
- Styles issues (scroll bars)
- Omit AJAX requests in history
1.0.2
(2020-03-05)
Improvements
- Folders and Bookmark Manager functionality
1.0.1
(2020-01-31)
Improvements
1.0.0
(2020-01-30)
Improvements
0.0.1
(2020-01-27)
Improvements