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 extension

How to install the extension

  1. Backup your store's database and web directory.
  2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  3. Copy the installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
  4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Bookmarker to enable the extension.
  5. Run command php -f bin/magento setup:upgrade to install the extension.
  6. Run command php -f bin/magento cache:clean to clean the cache.
  7. Deploy static view files

    rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy

  8. 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:

  1. Backup your store's database and web directory.
  2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  3. 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.

  4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Bookmarker to enable the extension.
  5. Run command php -f bin/magento setup:upgrade to install updates.
  6. Run command php -f bin/magento cache:clean to clean the cache.
  7. 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:

  1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  2. Run command php -f bin/magento module:disable Mirasvit_Bookmarker to disable the extension.
  3. Log in to the Magento backend and refresh the store cache (if enabled).

Removing the Extension

To uninstall the extension, please follow these steps:

  1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  2. Run the command composer remove mirasvit/module-bookmarker to remove the extension.
  3. Log in to the Magento backend and refresh the store cache (if enabled).

Change Log

1.1.2

(2023-07-26)

Improvements

  • Updated UI library

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

  • Disabled console output

1.0.11

(2020-12-07)

Fixed

  • Zend_Json to SerializeService

1.0.10

(2020-09-11)

Improvements

  • Small spelling fixes

1.0.9

(2020-08-20)

Improvements

  • Added Update State button for bookmarks

1.0.8

(2020-07-30)

Improvements

  • Support of Magento 2.4

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

  • Popover issue in folders

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

  • UI (Extended mode)

1.0.0

(2020-01-30)

Improvements

  • UI

0.0.1

(2020-01-27)

Improvements

  • Initial release