Skip to content

Commit

Permalink
fix: Change links to GitHub to new organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Sep 6, 2023
1 parent f56e358 commit 1a1fc51
Show file tree
Hide file tree
Showing 18 changed files with 165 additions and 181 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
# Shopware 6

<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>

<p align="center">
<img src="https://www.shopware.com/media/image/8a/cf/98/open-commerce-platform.png" width=500>
</p>


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

# Shopware 5

![Build Status](https://github.com/shopware/shopware/workflows/PHPUnit/badge.svg)
![Build Status](https://github.com/shopware5/shopware/workflows/PHPUnit/badge.svg)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/shopware/localized.svg)](https://crowdin.com/project/shopware)
[![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)
[![Latest Stable Version](https://poser.pugx.org/shopware/shopware/v/stable)](https://packagist.org/packages/shopware/shopware)
[![Total Downloads](https://poser.pugx.org/shopware/shopware/downloads)](https://packagist.org/packages/shopware/shopware)
[![Slack](https://img.shields.io/badge/chat-on%20slack-%23ECB22E)](http://slack.shopware.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

- **License**: Dual license AGPL v3 / Proprietary
- **GitHub Repository**: <https://github.com/shopware/shopware>
- **Issue Tracker**: <https://issues.shopware.com>
- **GitHub Repository**: <https://github.com/shopware5/shopware>
- **Issues**: <https://github.com/shopware5/shopware/issues>

## Overview

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

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

git clone https://github.com/shopware/shopware.git
git clone https://github.com/shopware5/shopware.git

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

# Changelog

The changelog and all available commits are located under <https://github.com/shopware/shopware>.
The changelog and all available commits are located under <https://github.com/shopware5/shopware>.

## Further reading

Expand Down
8 changes: 4 additions & 4 deletions UPGRADE-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ This changelog references changes done in Shopware 5.0 patch versions.

## 5.0.4 (2015-09-16)

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

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

## 5.0.3 (2015-08-24)

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

* 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.
* The getList method of the articles API resource now returns additionally the attributes of an article.
Expand All @@ -22,7 +22,7 @@ This changelog references changes done in Shopware 5.0 patch versions.

## 5.0.2 (2015-07-20)

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

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

## 5.0.1 (2015-05-26)

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

* Create `sw:theme:dump:configuration` command to generate watch files for theme compiling
* Rename \Shopware\Components\Theme\Compiler::preCompile to \Shopware\Components\Theme\Compiler::compile
Expand Down
16 changes: 8 additions & 8 deletions UPGRADE-5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ This changelog references changes done in Shopware 5.1 patch versions.

## 5.1.6 (2016-05-23)

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

* 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`.
* Fix a unserialize regression with PHP 5.6.21 and PHP 7.0.6.

## 5.1.5 (2016-04-11)

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

* 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.

## 5.1.4 (2016-03-22)

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

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

## 5.1.3 (2016-02-15)

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

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

## 5.1.2 (2016-01-12)

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

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

## 5.1.1 (2015-10-26)

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

* Added new smarty block `frontend_detail_index_tabs_cross_selling` in the detail/ajax.tpl to prevent problems with custom themes
* 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.

## 5.1.0 (2015-10-19)

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

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

0 comments on commit 1a1fc51

Please sign in to comment.