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/02/18 20:43] (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.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.txt · Last modified: by 127.0.0.1