Skip to content

Commit

Permalink
version 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
shopizer-ecommerce committed Oct 30, 2020
1 parent 09feb86 commit e73339c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Shopizer (for java 1.8 +)
-------------------

[![last_version](https://img.shields.io/badge/last_version-v2.14.0-blue.svg?style=flat)](https://github.com/shopizer-ecommerce/shopizer/tree/2.14.0)
[![last_version](https://img.shields.io/badge/last_version-v2.15.0-blue.svg?style=flat)](https://github.com/shopizer-ecommerce/shopizer/tree/2.15.0)
[![Official site](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=official%20site)](http://www.shopizer.com/)
[![Docker Pulls](https://img.shields.io/docker/pulls/shopizerecomm/shopizer.svg)](https://hub.docker.com/r/shopizerecomm/shopizer)
[![stackoverflow](https://img.shields.io/badge/shopizer-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/shopizer)
Expand Down Expand Up @@ -97,7 +97,7 @@ Please read the instructions on how to connect to MySQL, configure an email serv
### Documentation:
-------------------

Documentation available from the wiki <http://shopizer-ecommerce.github.io/shopizer/#>
Documentation available <http://documentation.shopizer.com>

ChatOps <https://shopizer.slack.com> - Join our Slack channel https://shopizer-slackin.herokuapp.com/

Expand Down
13 changes: 12 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release changes in version
Tag changes in version 2.15.0

Arabic translation [thanks to ialibrahim]
Support for Oracle database *
Support for Postgres database *


**
when running against an existing schema, please run this command

ALTER TABLE `SALESMANAGER`.`USER`
RENAME TO `SALESMANAGER`.`USERS` ;


4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
<packaging>pom</packaging>

<name>shopizer</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>

<!--shopizer version -->
<shopizer.version>2.14.0</shopizer.version>
<shopizer.version>2.15.0</shopizer.version>
<shopizer.search.version>2.11.1</shopizer.search.version>
<shopizer-canadapost.version>2.11.0</shopizer-canadapost.version>

Expand Down
2 changes: 1 addition & 1 deletion sm-core-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</parent>

<artifactId>sm-core-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sm-core-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</parent>

<name>sm-core-modules</name>
Expand Down
2 changes: 1 addition & 1 deletion sm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</parent>

<artifactId>sm-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sm-shop-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</parent>

<artifactId>sm-shop-model</artifactId>
Expand Down
Binary file modified sm-shop/files/store/DownlaodRepository.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion sm-shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</parent>

<artifactId>sm-shop</artifactId>
Expand Down

0 comments on commit e73339c

Please sign in to comment.