sunshop:change-log
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sunshop:change-log [2025/10/05 15:21] – Fixed formmating twt-chris | sunshop:change-log [2026/08/21 02:54] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== SunShop Change Log ====== | ====== SunShop Change Log ====== | ||
| **Important Note:** No matter which version you are upgrading from, you must run the upgrade script in addition to replacing files. You may review the upgrade steps for more information. | **Important Note:** No matter which version you are upgrading from, you must run the upgrade script in addition to replacing files. You may review the upgrade steps for more information. | ||
| + | |||
| + | ===== v4.6.9 ===== | ||
| + | |||
| + | [+] FedEx REST API: Migrated the FedEx shipping module from the retired SOAP/Web Services API to the new FedEx Rate & Transit Times REST API with OAuth 2.0 authentication. All selected services are now quoted in a single request. Added Account vs. List rate selection, per-shipment residential detection, sandbox/ | ||
| + | |||
| + | [+] Authorize.net eCheck: New payment method for accepting electronic checks (ACH bank drafts) through Authorize.net, | ||
| + | |||
| + | [+] Injected Script / Skimmer Scanner: On admin login, SunShop now silently checks the database and theme files for injected script tags and skimmer indicators, and warns on the dashboard if anything suspicious is found. Content that can legitimately contain script (such as analytics/ | ||
| + | |||
| + | [-] Critical Security - SQL Injection: Hardened input handling across a number of storefront and administrative request handlers to close SQL injection vectors, some of which were reachable without authentication. As systemic defense-in-depth, | ||
| + | |||
| + | [-] Security - Admin IP Verification: | ||
| + | |||
| + | [-] Security - Admin Password Reset: Hardened the administrator password-reset flow so a valid reset link can no longer be derived from stored account data alone. Each reset now additionally requires a random, single-use token that is delivered only to the account email address. | ||
| + | |||
| + | [-] Dashboard Stats Accuracy: Restored the unknown-OS visitor exclusion in the dashboard " | ||
| + | |||
| + | For those of you looking to upgrade the easiest way from version 4.6.8 only. You will need to get the latest version of the following files: | ||
| + | |||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * index.php | ||
| + | * lang/ | ||
| + | * libsecure.php | ||
| + | |||
| + | *All Themes* | ||
| + | |||
| + | * themes/ | ||
| + | * themes/ | ||
| + | |||
| + | The following legacy FedEx files are no longer used and may be deleted: | ||
| + | |||
| + | * include/ | ||
| + | * include/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | |||
| + | ===== v4.6.8 ===== | ||
| + | |||
| + | [+] Stripe Payment Elements: Replaced deprecated Stripe Charge API module with modern Payment Elements integration using PaymentIntents API. Supports 3D Secure authentication, | ||
| + | |||
| + | [+] SlimCD Payment Processor: New payment module for SlimCD with support for Sale and Auth transactions, | ||
| + | |||
| + | [+] USPS Domestic v3.0 Upgrade: Migrated from legacy XML RateV4 API to new REST JSON API with OAuth 2.0 authentication. Added package type options for flat rate boxes, envelopes, and cubic. Supports Priority Mail, Priority Mail Express, and Ground Advantage services. | ||
| + | |||
| + | [+] USPS International v3.0 Upgrade: Migrated from legacy XML IntlRateV2 API to new REST JSON API with OAuth 2.0 authentication. Added international flat rate package options with support for Global Express, Priority Mail Express International, | ||
| + | |||
| + | [+] Admin Dashboard Performance: | ||
| + | |||
| + | [+] Reports System Performance: | ||
| + | |||
| + | [+] Database Indexes: Added optimized indexes for orders (date, status, date+status compound) and products (stock check) to improve query performance on high-volume stores. | ||
| + | |||
| + | [+] Search Improvements: | ||
| + | |||
| + | [-] Image Upload False Positives: Fixed bad_file() function falsely detecting PHP code in compressed binary image data (JPEG, PNG), which caused existing product images to be replaced with photo-not-available.jpg when editing products without uploading new images. | ||
| + | |||
| + | [-] SQL Filtering Blocking Common Words: Fixed overly aggressive SQL sanitization that was removing common words like ' | ||
| + | |||
| + | [-] Menu Manager JSON Loading: Fixed JSON loading issue for themes using single quotes in menu manager configuration. | ||
| + | |||
| + | [-] FraudScore Plugin: Fixed variable typo in xml_service() where connection success/ | ||
| + | |||
| + | [-] Dashboard Graph Dates: Fixed "Wed 12/31" repeating dates in last 7 days graphs and corrected date calculation in multi-day statistics. | ||
| + | |||
| + | [!] File Upload Security: Improved upload validation to properly handle temporary file paths while maintaining security checks against malicious files and path traversal. | ||
| + | |||
| + | [!] .htaccess Security: Enhanced all .htaccess rules with case-insensitive matching, locked down docs/ and admin/ | ||
| + | |||
| + | For those of you looking to upgrade the easiest way from version 4.6.7 only. You will need to get the latest version of the following files: | ||
| + | |||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * include/ | ||
| + | * install2/ | ||
| + | * install2/ | ||
| + | * libsecure.php | ||
| + | * quick_checkout.php | ||
| + | |||
| + | The following .htaccess files will need updating: | ||
| + | |||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * admin/ | ||
| + | * catalog/ | ||
| + | * docs/ | ||
| + | * images/ | ||
| ===== v4.6.7 ===== | ===== v4.6.7 ===== | ||
sunshop/change-log.1759702898.txt.gz · Last modified: by twt-chris