Skip to content

Commit

Permalink
Merge pull request #249 from lat9/master
Browse files Browse the repository at this point in the history
#248: Noting IH version, updating readme/init
  • Loading branch information
lat9 committed Nov 29, 2021
2 parents f68b23b + 058e103 commit d8965f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Expand Up @@ -7,7 +7,7 @@
die('Illegal Access');
}

define('IH_CURRENT_VERSION', '5.2.0');
define('IH_CURRENT_VERSION', '5.2.1-beta1');

// -----
// Wait until an admin is logged in before seeing if any initialization steps need to be performed.
Expand Down
@@ -1,6 +1,6 @@
<?php
/**
* mod Image Handler 5.2.0
* mod Image Handler 5.2.1
* bmz_image_handler.class.php
* IH5 class for image manipulation
*
Expand Down
9 changes: 8 additions & 1 deletion docs/image_handler/readme.html
Expand Up @@ -66,7 +66,7 @@

<body>
<h1>Image Handler<sup>5</sup> for Zen Cart v1.5.6b (and later)</h1>
<h3>Version 5.2.0 by lat9, Zen4All, brittainmark and torvista</h3>
<h3>Version 5.2.1 by lat9, Zen4All, brittainmark and torvista</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 @@ -419,6 +419,13 @@ <h2>Un-Install Instructions</h2>

<div id="changes">
<ul>
<li>v5.2.1-beta1, 2021-11-29:<ul>
<li>BUGFIX: Ensure that images' width/height values are integer-type.</li>
<li>The following files were changed or <span class="removed">removed</span> (all in the <em>1_Installation_Files (v1.5.5)</em> directory):<ol>
<li>/includes/classes/bmz_image_handler.class.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_image_handler.php</li>
</ol></li>
</ul></li>
<li>v5.2.0, 2021-11-25:<ul>
<li>CHANGE: Various future-proofing refactors.</li>
<li>BUGFIX: Correct PHP errors when supplied image is missing.</li>
Expand Down

0 comments on commit d8965f5

Please sign in to comment.