Skip to content

Commit 90dbe41

Browse files
committed
fix: Change links to GitHub to new organisation
1 parent 008c343 commit 90dbe41

File tree

18 files changed

+166
-181
lines changed

18 files changed

+166
-181
lines changed

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
# Shopware 6
2-
3-
<a href="https://github.com/shopware/platform"><img src="https://s3.eu-central-1.amazonaws.com/shopware-platform-assets/github-platform/readme/discover_sw6.png" align="right" height="39" /></a>
4-
5-
<p align="center">
6-
<img src="https://www.shopware.com/media/image/8a/cf/98/open-commerce-platform.png" width=500>
7-
</p>
8-
9-
10-
The completely newly developed successor "Shopware 6" is based entirely on the Symfony Framework and VueJS and is available under MIT licence at https://github.com/shopware/platform
11-
121
# Shopware 5
132

14-
![Build Status](https://github.com/shopware/shopware/workflows/PHPUnit/badge.svg)
3+
![Build Status](https://github.com/shopware5/shopware/workflows/PHPUnit/badge.svg)
154
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/shopware/localized.svg)](https://crowdin.com/project/shopware)
16-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/shopware/shopware/badges/quality-score.png?b=5.5)](https://scrutinizer-ci.com/g/shopware/shopware/?branch=5.5)
175
[![Latest Stable Version](https://poser.pugx.org/shopware/shopware/v/stable)](https://packagist.org/packages/shopware/shopware)
186
[![Total Downloads](https://poser.pugx.org/shopware/shopware/downloads)](https://packagist.org/packages/shopware/shopware)
197
[![Slack](https://img.shields.io/badge/chat-on%20slack-%23ECB22E)](http://slack.shopware.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
208

219
- **License**: Dual license AGPL v3 / Proprietary
22-
- **GitHub Repository**: <https://github.com/shopware/shopware>
23-
- **Issue Tracker**: <https://issues.shopware.com>
10+
- **GitHub Repository**: <https://github.com/shopware5/shopware>
11+
- **Issues**: <https://github.com/shopware5/shopware/issues>
2412

2513
## Overview
2614

@@ -67,7 +55,7 @@ Follow the instruction below if you want to install Shopware 5 using Git.
6755

6856
1.) Clone the git repository to the desired location using:
6957

70-
git clone https://github.com/shopware/shopware.git
58+
git clone https://github.com/shopware5/shopware.git
7159

7260
In case you wish to contribute to Shopware, fork the `5.7` branch rather than cloning it, and create a pull request via GitHub.
7361
For further information please read the section "Get involved" of this document.
@@ -152,7 +140,7 @@ Shopware is distributed under a dual license (AGPL v3 and proprietary license).
152140

153141
# Changelog
154142

155-
The changelog and all available commits are located under <https://github.com/shopware/shopware>.
143+
The changelog and all available commits are located under <https://github.com/shopware5/shopware>.
156144

157145
## Further reading
158146

UPGRADE-5.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This changelog references changes done in Shopware 5.0 patch versions.
44

55
## 5.0.4 (2015-09-16)
66

7-
[View all changes from v5.0.3...v5.0.4](https://github.com/shopware/shopware/compare/v5.0.3...v5.0.4)
7+
[View all changes from v5.0.3...v5.0.4](https://github.com/shopware5/shopware/compare/v5.0.3...v5.0.4)
88

99
* Change file extension of `Shopware_Components_Convert_Excel::generateXML` to .xls
1010
* Fixed jsonrenderer for backend order batchprocessing
1111

1212
## 5.0.3 (2015-08-24)
1313

14-
[View all changes from v5.0.2...v5.0.3](https://github.com/shopware/shopware/compare/v5.0.2...v5.0.3)
14+
[View all changes from v5.0.2...v5.0.3](https://github.com/shopware5/shopware/compare/v5.0.2...v5.0.3)
1515

1616
* The variant API resource now supports the getList method. It will return all variants with prices and attributes. You can optionally calculate the gross price by using the "considerTaxInput" parameter.
1717
* The getList method of the articles API resource now returns additionally the attributes of an article.
@@ -22,7 +22,7 @@ This changelog references changes done in Shopware 5.0 patch versions.
2222

2323
## 5.0.2 (2015-07-20)
2424

25-
[View all changes from v5.0.1...v5.0.2](https://github.com/shopware/shopware/compare/v5.0.1...v5.0.2)
25+
[View all changes from v5.0.1...v5.0.2](https://github.com/shopware5/shopware/compare/v5.0.1...v5.0.2)
2626

2727
* Method `createMenuItem` in plugin bootstrap now results in an duplicate error when passing an existing label with the same parent
2828
* Removed `Shopware_Controllers_Backend_Order::getStatisticAction` and statistics in the order backend module.
@@ -100,7 +100,7 @@ This changelog references changes done in Shopware 5.0 patch versions.
100100

101101
## 5.0.1 (2015-05-26)
102102

103-
[View all changes from v5.0.0...v5.0.1](https://github.com/shopware/shopware/compare/v5.0.0...v5.0.1)
103+
[View all changes from v5.0.0...v5.0.1](https://github.com/shopware5/shopware/compare/v5.0.0...v5.0.1)
104104

105105
* Create `sw:theme:dump:configuration` command to generate watch files for theme compiling
106106
* Rename \Shopware\Components\Theme\Compiler::preCompile to \Shopware\Components\Theme\Compiler::compile

UPGRADE-5.1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ This changelog references changes done in Shopware 5.1 patch versions.
44

55
## 5.1.6 (2016-05-23)
66

7-
[View all changes from v5.1.5...v5.1.6](https://github.com/shopware/shopware/compare/v5.1.5...v5.1.6)
7+
[View all changes from v5.1.5...v5.1.6](https://github.com/shopware5/shopware/compare/v5.1.5...v5.1.6)
88

99
* The interface `Enlight_Components_Cron_Adapter` in `engine/Library/Enlight/Components/Cron/Adapter.php` got a new method `getJobByAction`. For default implementation see `engine/Library/Enlight/Components/Cron/Adapter/DBAL.php`.
1010
* Fix a unserialize regression with PHP 5.6.21 and PHP 7.0.6.
1111

1212
## 5.1.5 (2016-04-11)
1313

14-
[View all changes from v5.1.4...v5.1.5](https://github.com/shopware/shopware/compare/v5.1.4...v5.1.5)
14+
[View all changes from v5.1.4...v5.1.5](https://github.com/shopware5/shopware/compare/v5.1.4...v5.1.5)
1515

1616
* The smarty variable `sCategoryInfo` in Listing and Blog controllers is now deprecated and will be removed soon. Use `sCategoryContent` instead, it's a drop in replacement.
1717

1818
## 5.1.4 (2016-03-22)
1919

20-
[View all changes from v5.1.3...v5.1.4](https://github.com/shopware/shopware/compare/v5.1.3...v5.1.4)
20+
[View all changes from v5.1.3...v5.1.4](https://github.com/shopware5/shopware/compare/v5.1.3...v5.1.4)
2121

2222
* Customer logout will now regenerate the session id and clear the customers basket.
2323
* Added `IsNew` condition for product streams
@@ -40,7 +40,7 @@ This changelog references changes done in Shopware 5.1 patch versions.
4040

4141
## 5.1.3 (2016-02-15)
4242

43-
[View all changes from v5.1.2...v5.1.3](https://github.com/shopware/shopware/compare/v5.1.2...v5.1.3)
43+
[View all changes from v5.1.2...v5.1.3](https://github.com/shopware5/shopware/compare/v5.1.2...v5.1.3)
4444

4545
* Switch Grunt to relativeUrls to unify the paths to less.php
4646
* Deprecated `Enlight_Application::getOption()` and `Enlight_Application::getOptions`
@@ -56,7 +56,7 @@ This changelog references changes done in Shopware 5.1 patch versions.
5656

5757
## 5.1.2 (2016-01-12)
5858

59-
[View all changes from v5.1.1...v5.1.2](https://github.com/shopware/shopware/compare/v5.1.1...v5.1.2)
59+
[View all changes from v5.1.1...v5.1.2](https://github.com/shopware5/shopware/compare/v5.1.1...v5.1.2)
6060

6161
* Out-of-stock variants on the detail page are now selectable
6262
* `ProductNumberService::getAvailableNumber()` now returns the provided product variant to allow deep linking of out-of-stock variants
@@ -99,14 +99,14 @@ This changelog references changes done in Shopware 5.1 patch versions.
9999

100100
## 5.1.1 (2015-10-26)
101101

102-
[View all changes from v5.1.0...v5.1.1](https://github.com/shopware/shopware/compare/v5.1.0...v5.1.1)
102+
[View all changes from v5.1.0...v5.1.1](https://github.com/shopware5/shopware/compare/v5.1.0...v5.1.1)
103103

104104
* Added new smarty block `frontend_detail_index_tabs_cross_selling` in the detail/ajax.tpl to prevent problems with custom themes
105105
* Renamed block `backend/order/view/detail/communication` in `backend/order/view/detail/configuration.js` to `backend/order/view/detail/configuration`. The name was duplicated in another file and was renamed to match the correct file.
106106

107107
## 5.1.0 (2015-10-19)
108108

109-
[View all changes from v5.0.4...v5.1.0](https://github.com/shopware/shopware/compare/v5.0.4...v5.1.0)
109+
[View all changes from v5.0.4...v5.1.0](https://github.com/shopware5/shopware/compare/v5.0.4...v5.1.0)
110110

111111
* Added event `Shopware_Plugin_Collect_MediaXTypes` to collect media related x_type fields for which the value needs to be normalized
112112
* Updated Behat to v3.0 and other related libraries
@@ -297,4 +297,4 @@ This changelog references changes done in Shopware 5.1 patch versions.
297297
* `Shopware\Models\Property\Repository::getGroupsQueryBuilder`
298298
* `Shopware\Models\Property\Repository::getGroupsQuery`
299299
* `Shopware_Plugins_Frontend_CronRefresh_Bootstrap::onCronJobTranslation()`
300-
* `Shopware_Components_DummyPlugin_Bootstrap`
300+
* `Shopware_Components_DummyPlugin_Bootstrap`

0 commit comments

Comments
 (0)