This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1047 from gburton/1.0.7.18
1.0.7.18
- Loading branch information
Showing
53 changed files
with
192 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
admin/includes/languages/english/modules/cfg_modules/cfgm_currencies.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 5 additions & 9 deletions
14
admin/includes/languages/english/modules/currencies/c_ecb.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
admin/includes/languages/english/modules/dashboard/d_latest_news.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 7 additions & 11 deletions
18
admin/includes/languages/english/modules/security_check/extended/shopside_osc.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
<?php | ||
/* | ||
Copyright (c) 2019, G Burton | ||
All rights reserved. | ||
$Id$ | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
CE Phoenix, E-Commerce made Easy | ||
https://phoenixcart.org | ||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
Copyright (c) 2021 Phoenix Cart | ||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
define('MODULE_SECURITY_CHECK_EXTENDED_SHOPSIDE_OSC_TITLE', 'Versioning - osCommerce'); | ||
define('MODULE_SECURITY_CHECK_EXTENDED_SHOPSIDE_OSC_MESSAGE', 'Your shop is based on OSCOM CE Phoenix v%s, see <a href="' . tep_href_link('version_check.php') . '"><u>Tools > Version Checker</u></a> for more detailed information.'); | ||
define('MODULE_SECURITY_CHECK_EXTENDED_SHOPSIDE_OSC_TITLE', 'Versioning - Phoenix'); | ||
define('MODULE_SECURITY_CHECK_EXTENDED_SHOPSIDE_OSC_MESSAGE', 'Your shop is based on CE Phoenix v%s, see <a href="' . tep_href_link('version_check.php') . '"><u>Tools > Version Checker</u></a> for more detailed information.'); | ||
|
14 changes: 5 additions & 9 deletions
14
admin/includes/languages/english/modules/security_check/github_directory.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,22 @@ | ||
<?php | ||
/* | ||
$Id$ | ||
osCommerce, Open Source E-Commerce Solutions | ||
http://www.oscommerce.com | ||
Copyright (c) 2020 osCommerce | ||
CE Phoenix, E-Commerce Made Easy | ||
https://phoenixcart.org | ||
Copyright (c) 2021 Phoenix Cart | ||
Released under the GNU General Public License | ||
*/ | ||
|
||
define('HEADING_TITLE', 'Version Checker'); | ||
|
||
define('TABLE_HEADING_VERSION', 'Version'); | ||
define('TABLE_HEADING_RELEASED', 'Release Date'); | ||
define('TABLE_HEADING_ACTION', 'Action'); | ||
const HEADING_TITLE = 'Version Checker'; | ||
|
||
define('TEXT_RELEASE_LINK', 'View Release Announcement'); | ||
const TABLE_HEADING_VERSION = 'Version'; | ||
const TABLE_HEADING_RELEASED = 'Release Date'; | ||
const TABLE_HEADING_ACTION = 'Action'; | ||
|
||
define('TITLE_INSTALLED_VERSION', 'Installed Version:'); | ||
const TITLE_INSTALLED_VERSION = 'Installed Version: <strong>CE Phoenix v%s</strong>'; | ||
|
||
define('VERSION_RUNNING_LATEST', 'You are running the latest version of CE Phoenix.'); | ||
define('VERSION_UPGRADES_AVAILABLE', 'A new version is available for download! (CE Phoenix v%s)<hr><a class="alert-link" target="_blank" rel="noreferrer" href="https://forums.oscommerce.com/topic/494774-certified-service-providers-development-hosting-themes-and-more/">Certified Developers</a> and detailed "<a class="alert-link" target="_blank" rel="noreferrer" href="https://forums.oscommerce.com/tags/phoenix%%20update/">Do It Yourself</a>" instructions are available in the Phoenix Club.'); | ||
define('ERROR_COULD_NOT_CONNECT', 'Could not connect to the CE Phoenix website to check for new versions.'); | ||
const VERSION_RUNNING_LATEST = 'You are running the latest version of CE Phoenix.'; | ||
define('VERSION_UPGRADES_AVAILABLE', '<strong>CE Phoenix %s</strong> is the latest version available for you!<hr><a class="alert-link" target="_blank" href="https://phoenixcart.org/forum/viewtopic.php?f=26&t=309">Certified Developers</a> and detailed "<a class="alert-link" target="_blank" href="https://phoenixcart.org/forum/app.php/tag/phoenix-update">Do It Yourself</a>" instructions are available in the Phoenix Club.'); |
Oops, something went wrong.