Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed May 28, 2024
1 parent c07b2f5 commit f5927ae
Show file tree
Hide file tree
Showing 28 changed files with 2,019 additions and 1,617 deletions.
49 changes: 45 additions & 4 deletions ANLEITUNG DEUTSCH/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<body>
<h1 id="title">Datenbank-I/O-Manager (DbIo) für Zen Cart deutsch</h1>
<p>Version 1.6.8 Copyright &copy; 2015-2022, <a href="https://vinosdefrutastropicales.com" target="_blank">Vinos de Frutas Tropicales</a>.</p>
<p>Version 2.0.1 Copyright &copy; 2015-2024, <a href="https://vinosdefrutastropicales.com" target="_blank">Vinos de Frutas Tropicales</a>.</p>
<p>Current Support Thread on the Zen Cart forums: <a href="https://www.zen-cart.com/showthread.php?220569-Database-I-O-Manager-(DbIo)-Support-Thread" target="_blank">https://www.zen-cart.com/showthread.php?220569-Database-I-O-Manager-(DbIo)-Support-Thread</a></p>

<div class="tab-container" id="outer-container">
Expand Down Expand Up @@ -598,12 +598,53 @@ <h1 id="title">Datenbank-I/O-Manager (DbIo) für Zen Cart deutsch</h1>
<p>Sie können die Details dieser Änderungen im <a href="https://github.com/lat9/dbio/issues" target="_blank">Original GitHub-Repository des Plugins einsehen.</a></p>
<p>Änderungen in der deutschen Version des Plugins im entsprechenden Repository der deutschen Zen Cart Version <a href="https://github.com/zencartpro/157-modul-dbio-manager" target="_blank">hier</a></p>
<ul>
<li>v1.6.8 2022-07-27 (lat9/torvista):<ul>
<li>v2.0.1, 2024-01-21 (lat9/torvista):<ul>
<li>BUGFIX: Correct sprintf parameter declaration used when files are split.</li>
<li>BUGFIX: Correct PHP Fatal error when exporting via <var>DbIoProductsAttribsBasicHandler</var>.</li>
<li>BUGFIX: Correct duplicate form names in <strong>Tools :: Database I/O Manager</strong>.</li>
<li>BUGFIX: Correct <var>DbIoProductAttribsBasicHander</var> import processing.</li>
<li>The following files were changed:<ol>
<li>/YOUR_ADMIN/dbio_manager.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsAttribsBasicHandler.php</li>
<li>/YOUR_ADMIN/includes/languages/german/dbio_manager.php</li>
<li>/YOUR_ADMIN/includes/languages/german/dbio/DbIoProductsAttribsBasicHandler.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_dbio_admin.php</li>
</ol></li>
</ul></li>
<li>v2.0.0, 2023-01-19 (lat9/torvista):<ul>
<li>BUGFIX: PHP 8.1+ compatibility, removing use of 'auto_detect_line_endings'.</li>
<li>CHANGE: Drop support for Zen Cart versions prior to zc157, now using admin_html_head.php.</li>
<li>BUGFIX: Use 'zen_cfg_read_only' to prevent the plugin's version settings from being reset.</li>
<li>The following files were changed or <span class="added">added</span>:<ol>
<li>BUGFIX: Correct PHP notice/warning issued if the tool detects an error.</li>
<li>CHANGE: Correcting 'dynamic properties' deprecations issued by PHP 8.2.</li>
<li>CHANGE: The <em>DbioOrdersHandler</em> now includes <b>all</b> orders_total values (other than 'ot_tax' and 'ot_total').</li>
<li>BUGFIX: Remove duplicate language constants for the <code>dbio_customize</code> tool.</li>
<li>BUGFIX: Correct HTML rendering for 'multiple' select tags integration with iOS browsers.</li>
<li>BUGFIX: Correct PHP deprecation on products' export (meta-tags related).</li>
<li>BUGFIX: Remove duplicate language constant for the <code>dbio_customize</code> tool.</li>
<li>BUGFIX: DbIo Manager checkboxes weren't selectable by clicking on associated text.</li>
<li>The following files were changed:<ol>
<li>/YOUR_ADMIN/dbio_customize.php</li>
<li>/YOUR_ADMIN/dbio_manager.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIo.php</li>

<li>/YOUR_ADMIN/includes/classes/dbio/DbIoHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoCustomersHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoFeaturedHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoManufacturersHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersBase.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersProductsAttribsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersProductsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsAttribsBasicHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsAttribsRawHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsDiscountQuantityHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsOptionsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsOptionsValuesHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoSpecialsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoStatsHandler.php</li>
<li>/YOUR_ADMIN/includes/functions/extra_functions/zen_cfg_read_only.php</li>
<li>/YOUR_ADMIN/includes/languages/german/dbio_customize.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_dbio_admin.php</li>
</ol></li>
</ul></li>
Expand Down
49 changes: 45 additions & 4 deletions ANLEITUNG ENGLISCH/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<body>
<h1 id="title">Database I/O Manager (DbIo) for Zen Cart&reg;</h1>
<p>Version 1.6.8 Copyright &copy; 2015-2022, <a href="https://vinosdefrutastropicales.com" target="_blank">Vinos de Frutas Tropicales</a>.</p>
<p>Version 2.0.1 Copyright &copy; 2015-2024, <a href="https://vinosdefrutastropicales.com" target="_blank">Vinos de Frutas Tropicales</a>.</p>
<p>Current Support Thread on the Zen Cart forums: <a href="https://www.zen-cart.com/showthread.php?220569-Database-I-O-Manager-(DbIo)-Support-Thread" target="_blank">https://www.zen-cart.com/showthread.php?220569-Database-I-O-Manager-(DbIo)-Support-Thread</a></p>

<div class="tab-container" id="outer-container">
Expand Down Expand Up @@ -323,7 +323,7 @@ <h1 id="title">Database I/O Manager (DbIo) for Zen Cart&reg;</h1>
<td>Export</td>
<td>Orders Status, ID Range, Date Range</td>
<td>Yes</td>
<td>This handler supports <em>export-only</em> of all fields within the <code>orders</code> table. The information <em>does not</em> include the associated products or their attributes.</td>
<td>This handler supports <em>export-only</em> of all fields within the <code>orders</code> table. The information <em>does not</em> include the associated products or their attributes. Starting with v2.0.0, the values of all <code>orders_totals</code> (other than 'ot_tax' and 'ot_total') are also included.</td>
<td>&mdash;</td>
</tr>

Expand Down Expand Up @@ -593,12 +593,53 @@ <h1 id="title">Database I/O Manager (DbIo) for Zen Cart&reg;</h1>
<noscript><h3>Version History</h3></noscript>
<p>You can view the details of these changes on the plugin's <a href="https://github.com/lat9/dbio/issues" target="_blank">GitHub repository.</a></p>
<ul>
<li>v1.6.8-beta1, 2022-05-25 (lat9/torvista):<ul>
<li>v2.0.1, 2024-01-21 (lat9/torvista):<ul>
<li>BUGFIX: Correct sprintf parameter declaration used when files are split.</li>
<li>BUGFIX: Correct PHP Fatal error when exporting via <var>DbIoProductsAttribsBasicHandler</var>.</li>
<li>BUGFIX: Correct duplicate form names in <strong>Tools :: Database I/O Manager</strong>.</li>
<li>BUGFIX: Correct <var>DbIoProductAttribsBasicHander</var> import processing.</li>
<li>The following files were changed:<ol>
<li>/YOUR_ADMIN/dbio_manager.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsAttribsBasicHandler.php</li>
<li>/YOUR_ADMIN/includes/languages/english/dbio_manager.php</li>
<li>/YOUR_ADMIN/includes/languages/english/dbio/DbIoProductsAttribsBasicHandler.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_dbio_admin.php</li>
</ol></li>
</ul></li>
<li>v2.0.0, 2023-01-19 (lat9/torvista):<ul>
<li>BUGFIX: PHP 8.1+ compatibility, removing use of 'auto_detect_line_endings'.</li>
<li>CHANGE: Drop support for Zen Cart versions prior to zc157, now using admin_html_head.php.</li>
<li>BUGFIX: Use 'zen_cfg_read_only' to prevent the plugin's version settings from being reset.</li>
<li>The following files were changed or <span class="added">added</span>:<ol>
<li>BUGFIX: Correct PHP notice/warning issued if the tool detects an error.</li>
<li>CHANGE: Correcting 'dynamic properties' deprecations issued by PHP 8.2.</li>
<li>CHANGE: The <em>DbioOrdersHandler</em> now includes <b>all</b> orders_total values (other than 'ot_tax' and 'ot_total').</li>
<li>BUGFIX: Remove duplicate language constants for the <code>dbio_customize</code> tool.</li>
<li>BUGFIX: Correct HTML rendering for 'multiple' select tags integration with iOS browsers.</li>
<li>BUGFIX: Correct PHP deprecation on products' export (meta-tags related).</li>
<li>BUGFIX: Remove duplicate language constant for the <code>dbio_customize</code> tool.</li>
<li>BUGFIX: DbIo Manager checkboxes weren't selectable by clicking on associated text.</li>
<li>The following files were changed:<ol>
<li>/YOUR_ADMIN/dbio_customize.php</li>
<li>/YOUR_ADMIN/dbio_manager.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIo.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoCustomersHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoFeaturedHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoManufacturersHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersBase.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersProductsAttribsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoOrdersProductsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsAttribsBasicHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsAttribsRawHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsDiscountQuantityHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsOptionsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoProductsOptionsValuesHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoSpecialsHandler.php</li>
<li>/YOUR_ADMIN/includes/classes/dbio/DbIoStatsHandler.php</li>
<li>/YOUR_ADMIN/includes/functions/extra_functions/zen_cfg_read_only.php</li>
<li>/YOUR_ADMIN/includes/languages/english/dbio_customize.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_dbio_admin.php</li>
</ol></li>
</ul></li>
Expand Down
Loading

0 comments on commit f5927ae

Please sign in to comment.