Skip to content

Commit

Permalink
Backported OpenMage#1600: removed M1 legacy themes (OpenMage#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored and elidrissidev committed Feb 28, 2023
1 parent f9986ef commit 7cb93b7
Show file tree
Hide file tree
Showing 571 changed files with 8 additions and 26,463 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Require legacy frontend themes on v19
if: startsWith(github.event.release.tag_name, 'v19')
run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/legacy-frontend-themes

- name: Require Mage_Backup on v19
if: startsWith(github.event.release.tag_name, 'v19')
run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/module-mage-backup
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ Most important changes will be listed here, all other changes since `19.4.0` can
_If you rely on those modules you can reinstall them with composer:_
- `Mage_Backup`: `composer require openmage/module-mage-backup`
- `Mage_PageCache`: `composer require openmage/module-mage-pagecache`
- `Legacy frontend themes`: `composer require openmage/legacy-frontend-themes`

### Between OpenMage 19.4.18 / 20.0.16 and 19.4.19 / 20.0.17

Expand Down
24 changes: 0 additions & 24 deletions app/design/frontend/default/blank/etc/theme.xml

This file was deleted.

160 changes: 0 additions & 160 deletions app/design/frontend/default/blank/etc/widget.xml

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions app/design/frontend/default/default/etc/theme.xml

This file was deleted.

160 changes: 0 additions & 160 deletions app/design/frontend/default/default/etc/widget.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7cb93b7

Please sign in to comment.