Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magenizr committed Sep 23, 2020
1 parent 6b5cd78 commit bf750af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Magenizr ResetUiBookmarks
Reset UI Bookmarks becomes an invaluable tool while working daily in the admin panel, especially on Magento® instances with a large catalogue. The regular use of grid filters, applied sorting ( e.g `Sales > Orders or Catalog > Product` ) or other options provided by third party integrations can cause server time-outs ( depending on the filter combinations ) and make the grid tables unusable. With Reset UI Bookmarks any admin user can reset their filters back to default without having an agency support team involved.

![Magenizr ResetUiBookmarks - Intro](http://download.magenizr.com/pub/magenizr_resetuibookmarks/all/intro.gif)

![Magenizr ResetUiBookmarks - Backend](http://download.magenizr.com/pub/magenizr_resetuibookmarks/all/backend/01.gif)

## Business Value
Expand All @@ -13,20 +11,20 @@ Usually a technical person ( e.g developer ) is required to reset those filters
* Practical for small businesses, which can not afford expensive agency support.

## System Requirements
- Magento 2.x
- Magento 2.3.x, 2.4.x
- PHP 5.6.x, 7.x

## Installation (Composer)

1. Add this extension to your repository `composer config repositories.magenizr/magento2-resetuibookmarks git https://github.com/magenizr/Magenizr_ResetUiBookmarks.git`
2. Update your composer.json `composer require "magenizr/magento2-resetuibookmarks":"1.0.1"`
2. Update your composer.json `composer require "magenizr/magento2-resetuibookmarks":"1.0.2"`

```
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing magenizr/magento2-resetuibookmarks (1.0.1): Downloading (100%)
- Installing magenizr/magento2-resetuibookmarks (1.0.2): Downloading (100%)
Writing lock file
Generating autoload files
```
Expand All @@ -40,7 +38,7 @@ php bin/magento setup:upgrade

## Installation (Manually)
1. Download the code.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_ResetUiBookmarks_1.0.1.tar.gz`.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_ResetUiBookmarks_1.0.2.tar.gz`.
3. Copy the code into `./app/code/Magenizr/ResetUiBookmarks/`.
4. Enable the module and clear static content.

Expand All @@ -67,6 +65,9 @@ This module is available for free on [GitHub](https://github.com/magenizr). If y
Follow us on [GitHub](https://github.com/magenizr), [Twitter](https://twitter.com/magenizr) and [Facebook](https://www.facebook.com/magenizr).

## History
===== 1.0.2 =====
* Magento 2.4.x compatibility added

===== 1.0.1 =====
* Magento 2.3.1 compatibility added

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magenizr/magento2-resetuibookmarks",
"description": "This Magento 2 module allows you to reset your UI bookmarks such as state of filters, column positions, grid sorting, pagination and so on.",
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"OSL-3.0"
],
Expand All @@ -14,8 +14,7 @@
}
],
"require": {
"magento/framework": "^100|^101|^102",
"magento/module-backend": "^100|^101"
"magento/framework": "^100|^101|^102|^103"
},
"repositories": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magenizr_ResetUiBookmarks" setup_version="1.0.1">
<module name="Magenizr_ResetUiBookmarks" setup_version="1.0.2">
<sequence>
<module name="Magento_Backend"/>
</sequence>
Expand Down

0 comments on commit bf750af

Please sign in to comment.