Skip to content

Commit

Permalink
lat9#12: Update readme and init version
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Mar 9, 2023
1 parent d3b64b1 commit 14f4e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YOUR_ADMIN/includes/init_includes/init_image_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
die('Illegal Access');
}

define('IH_CURRENT_VERSION', '5.3.2');
define('IH_CURRENT_VERSION', '5.3.3-beta1');

// -----
// Wait until an admin is logged in before seeing if any initialization steps need to be performed.
Expand Down
9 changes: 8 additions & 1 deletion docs/image_handler/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<body>
<h1>Image Handler<sup>5</sup> for Zen Cart v1.5.7 (and later)</h1>
<h3>Version 5.3.2 by lat9, Zen4All, brittainmark, torvista, proseLA</h3>
<h3>Version 5.3.3 by lat9, Zen4All, brittainmark, torvista, proseLA and marco-pm</h3>
<p>Current Support Thread at Zen Cart Forums: <a href="https://www.zen-cart.com/showthread.php?222983-Image-Handler-5-(for-v1-5-5)-Support-Thread" target="_blank">https://www.zen-cart.com/showthread.php?222983-Image-Handler-5-(for-v1-5-5)-Support-Thread</a></p>

<p><strong>Notes:</strong></p>
Expand Down Expand Up @@ -425,6 +425,12 @@ <h2>Un-Install Instructions</h2>

<div id="changes">
<ul>
<li>v5.3.3-beta1, 2023-03-09:<ul>
<li>BUGFIX: Correct MySQL error on initial install due to unescaped single-quotes.</li>
<li>The following files were changed:<ol>
<li>/YOUR_ADMIN/includes/init_includes/init_image_handler.php</li>
</ol></li>
</ul></li>
<li>v5.3.2, 2023-03-07:<ul>
<li>BUGFIX: Add support for webp images.</li>
<li>BUGFIX: Don't count on an image's extension identifying the image's type; check the image's type programmatically (brittainmark).</li>
Expand All @@ -436,6 +442,7 @@ <h2>Un-Install Instructions</h2>
<li>/YOUR_ADMIN/includes/classes/ImageHandlerAdmin.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_image_handler.php</li>
</ol></li>
</ul></li>
<li>v5.3.1, 2022-11-18:<ul>
<li>BUGFIX: Pre-declare all class-variables; PHP 8.2+ requirement.</li>
<li>BUGFIX: Don't process images, e.g. those with a .webp extension, that aren't resizeable via PHP built-in functions.</li>
Expand Down

0 comments on commit 14f4e8a

Please sign in to comment.