Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Mage_Sendfriend #4274

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,16 @@ Most important changes will be listed here, all other changes since `19.4.0` can
- `Mage_Compiler`
- `Mage_GoogleBase`
- `Mage_PageCache` ([#2258](https://github.com/OpenMage/magento-lts/pull/2258))
- `Mage_Poll` ([#3098](https://github.com/OpenMage/magento-lts/pull/3098))
- `Mage_Poll` ([#3098](https://github.com/OpenMage/magento-lts/pull/3098))
- `Mage_Sendfriend` ([#4274](https://github.com/OpenMage/magento-lts/pull/4274))
- `Mage_Xmlconnect`
- `Phoenix_Moneybookers`

_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`
- `Mage_Poll`: `composer require openmage/module-mage-poll`
- `Mage_Sendfriend`: `composer require openmage/module-mage-sendfriend`
- `Legacy frontend themes`: `composer require openmage/legacy-frontend-themes`

### Between OpenMage 19.x and 20.x
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions app/code/core/Mage/Adminhtml/etc/adminhtml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@
<title>Currency Setup</title>
<sort_order>120</sort_order>
</currency>
<sendfriend translate="title">
<title>Email to a Friend</title>
<sort_order>140</sort_order>
</sendfriend>
<admin translate="title">
<title>Admin</title>
<sort_order>100</sort_order>
Expand Down

This file was deleted.

This file was deleted.

187 changes: 0 additions & 187 deletions app/code/core/Mage/Sendfriend/Block/Send.php

This file was deleted.

Loading
Loading