Skip to content

Commit

Permalink
#16, #17: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Apr 5, 2020
1 parent b99a0d9 commit 4c5f14f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Automatic Login a.k.a. Remember Me</title>

<style type="text/css">
<style>
<!--
a, a:active, a:visited { color: #006666; text-decoration: none; }
a:hover { color:#00CC99; text-decoration: underline; }
Expand Down Expand Up @@ -53,6 +53,7 @@ <h2>Installation</h2>
<li>Zen Cart v1.5.6c's <code>template_default</code> template was used as the Zen Cart basis for all template-override changes. If your store runs on a Zen Cart 1.5.5 variant, note that the <code>tpl_modules_create_account.php</code> now places the country-entry prior to the address-entry!</li>
<li>Changes to <span class="template">template-overrides</span> now include <em>minor</em>, future-proofing, changes so that PHP errors aren't issued if you choose to uninstall the plugin without removing its template-related changes.</li>
<li>v2.0.0 (and later) now includes required updates to the <em><b>One-Page Checkout</b></em> plugin's alternate form of the login page, using v2.3.1 of that plugin as the change-basis.</li>
<li>This plugin creates <em>a single cookie</em> for your store in a customer's browser. If a customer shares their computer with someone else after requesting to be &quot;remembered&quot;, those additional persons will have access to that customer's account.</li>
</ol>
<fieldset>
<legend>Upgrading to v1.4.3 or later</legend>
Expand Down Expand Up @@ -92,11 +93,14 @@ <h3>Authors' History</h3>
</ol>
<h3>Versions and Changes</h3>
<ul>
<li>v2.0.0-beta2, 2020-04-04 (lat9):<ul>
<li>v2.0.0, 2020-04-05 (lat9):<ul>
<li>CHANGE: Updates for more recent versions of PHP/MySQL/Zen Cart, plus <em>One-Page Checkout</em> interoperation.</li>
<li>CHANGE: Add a configuration setting (<b>Configuration / Customer Details / Automatic Login (Checkbox Default)</b>).</li>
<li>CHANGE: <b>Remember Me?</b> checkbox, put checkbox before label and &quot;enhance&quot; hover-title text.</li>
<li>CHANGE: Update debug-trace to output only if a customer's not logged in.</li>
<li>The following files were changed or <span class="added">added</span>:<ol>
<li>/includes/classes/observers/class.remember_me_observer.php</li>
<li>/includes/languages/english/extra_definitions/remember_me_definitions.php</li>
<li><span class="template">/includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php</span></li>
<li><span class="added">/includes/templates/YOUR_TEMPLATE/templates/tpl_login_guest.php</span></li>
<li><span class="template">/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php</span></li>
Expand Down

0 comments on commit 4c5f14f

Please sign in to comment.