Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 857dc4c

Browse files
committed
Update changelog
1 parent 94b5b2f commit 857dc4c

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to `Shopper` will be documented in this file.
44

5+
## Version 1.1.2
6+
### Changed
7+
- Return index Lists of Model by last created
8+
9+
### Removed
10+
- Category name unique validation
11+
512
## Version 1.1.1
613
### Added
714
- Sizes slides management

public/css/login.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/login.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Shopper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Shopper
1010
/**
1111
* Shopper Version.
1212
*/
13-
const VERSION = '1.1.1';
13+
const VERSION = '1.1.2';
1414

1515
/**
1616
* @var

0 commit comments

Comments
 (0)