Releases: php-coder/mystamps
Releases · php-coder/mystamps
0.4.7
⭐ Improvements
- show last added series first on the pages with a collection info, series info and collection estimation (#1621)
- (import) recognize
neperf.
as imperforated (#812) - (import) recognize
Беззубц.
as imperforated (#1606)
🐞 Bugs Fixed
- correctly expand catalog numbers when a string starts with numbers (#1518)
- show custom error page for
400 Bad Request
errors (#1351)
📖 Documentation Updates
- compile a list of external dependencies and their versions across the environments (#1585)
🔨 Internal Changes
- test: port JavaScript unit tests from Jasmine to Jest (#1484)
- build: migrate to Spring Boot 2.2 (#1149)
- ci: discontinue usage of Danger (#1600)
- ci: discontinue usage of 0pdd (#1595)
- ci: implement own mechanism for creating issues from todo comments in code (#1610)
- ci: migrate from Travis to GitHub Actions (#1154)
- ci: perform validation of Liquibase migrations during deployment (#383)
📄 Other Changes
0.4.6
🚀 New Features
⭐ Improvements
- prices now can use a decimal comma as a separator (#1513)
- (import) detect Russian ruble currency when the price is prefixed with
RUB
- (import) detect US dollar currency when the price is prefixed with
US$
- (import) extract price in dollars when it has a single digit only (for example,
$1
) - (import) extract price when it is prefixed with
US$
- (import) extract price when it contains a comma and a point in the same time (for example,
1,218.79
) - (import) extract price when it is prefixed a euro sign
- (import) detect euro currency when price is prefixed with a euro sign
- (import) recognize
беззубцовый
as imperforated - (import) extract CANCELLED condition from
used
🐞 Bugs Fixed
- when a paid user adds a series to a collection, price must always be specified together with currency (#886)
- an alert message for already authenticated user is shown on the top again on register, activation and authentication pages (#1486)
- now a label of
Image ID
field points to this field instead of to theImage URL
- validate the "comment" field for emptiness and max length (#1411)
- paid users shouldn't see a link to an estimation page when they are on someone else collection page (#1511)
📖 Documentation Updates
- add a high level use cases descriptions (#1494)
🔨 Internal Changes
- migrate unit tests (on Java) to JUnit 5 (#1160)
📄 Other Changes