Skip to content

Commit

Permalink
Merge pull request #942 from graphpaperpress/cm/php8.2noticesfix
Browse files Browse the repository at this point in the history
Cm/php8.2noticesfix
  • Loading branch information
maharzan authored Jul 30, 2023
2 parents df952ff + 9d91e26 commit 5b4c60f
Show file tree
Hide file tree
Showing 16 changed files with 1,561 additions and 1,114 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Contributors: endortrails, nhuja
Donate link: https://graphpaperpress.com/plugins/sell-media/
Tags: photography, photos, sell media, sell photos, sell videos, sell downloads, download, downloads, e-commerce, paypal, stock photos, photo gallery, photo cart
Requires at least: 6.0.1
Tested up to: 6.0.1
Stable tag: 2.5.7.4
Requires at least: 6.2.1
Tested up to: 6.2.1
Stable tag: 2.5.8
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -50,9 +50,9 @@ Take Sell Media to the next level with these powerful extensions:

= Server Requirements =

1. PHP 7.4 or higher
1. PHP 8.1 or higher
2. CURL PHP extension
3. GD PHP extension
3. GD / ImageMagick PHP extension
4. Original file uploads are protected automatically on Apache servers using .htaccess. If you are using an NGINX server, you'll need to add this to your sites configuration file:
`location ~ /wp-content/uploads/sell_media {
rewrite / permanent;
Expand Down Expand Up @@ -221,6 +221,11 @@ Action hooks available:

== Changelog ==

= 2.5.8 =
* Fix: PHP 8.2 deprecated notices fix
* Fix: Checkout Redirect and Download link encoding bug fixes
* Fix: Added styles for checkout page

= 2.5.7.1 to 2.5.7.4 =
* Fix: sanitizations and security bugs
* Fix: PHP 8.0 notices
Expand Down
Loading

0 comments on commit 5b4c60f

Please sign in to comment.