Skip to content

Commit

Permalink
Version 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
webchills committed Jul 27, 2022
1 parent 53c04bf commit c07b2f5
Show file tree
Hide file tree
Showing 26 changed files with 1,073 additions and 23 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
21 changes: 15 additions & 6 deletions ANLEITUNG/readme.html → ANLEITUNG DEUTSCH/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Database I/O Manager (DbIo)</title>
<link rel="icon" href="vinos_favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<style type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style>
<!--
a, a:active, a:visited { color: #006666; text-decoration: none; }
a:hover { color:#00CC99; text-decoration: underline; }
Expand Down Expand Up @@ -73,8 +73,8 @@
-->
</style>
<link rel="stylesheet" type="text/css" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
<script src="jquery-3.5.1.min.js" type="text/javascript"></script>
<script src="jquery.easytabs.min.js" type="text/javascript"></script>
<script src="jquery-3.5.1.min.js"></script>
<script src="jquery.easytabs.min.js"></script>
<script type="text/javascript">
$(document).ready( function() {
$('#tab-container').easytabs();
Expand All @@ -84,7 +84,7 @@

<body>
<h1 id="title">Datenbank-I/O-Manager (DbIo) für Zen Cart deutsch</h1>
<p>Version 1.6.7 Copyright &copy; 2015-2022, <a href="https://vinosdefrutastropicales.com" target="_blank">Vinos de Frutas Tropicales</a>.</p>
<p>Version 1.6.8 Copyright &copy; 2015-2022, <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,6 +598,15 @@ <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>BUGFIX: PHP 8.1+ compatibility, removing use of 'auto_detect_line_endings'.</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>/YOUR_ADMIN/includes/classes/dbio/DbIo.php</li>

<li>/YOUR_ADMIN/includes/init_includes/init_dbio_admin.php</li>
</ol></li>
</ul></li>
<li>v1.6.7, 2022-02-09 (lat9/torvista):<ul>
<li>BUGFIX: Adding 'longtext' as a valid MySQL character type.</li>
<li>BUGFIX: Correcting length of <code>dbio_reports::handler_name</code> for utf8mb4 database collations.</li>
Expand Down Expand Up @@ -728,7 +737,7 @@ <h1 id="title">Datenbank-I/O-Manager (DbIo) für Zen Cart deutsch</h1>
<li><span class="added">/YOUR_ADMIN/includes/languages/english/dbio/DbIoSpecialsHandler.php</span></li>
<li>/YOUR_ADMIN/includes/languages/english/dbio/DbIoStatsHandler.php</li>
</ol></li>
</ol>
</ol></li>
</ul></li>
<li>v1.5.7, 2019-09-22:<ul>
<li>BUGFIX: Correct <em>ProductsAttribsRawHandler</em> PHP error on attribute addition with download.</li>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file added ANLEITUNG ENGLISCH/config_area.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ANLEITUNG ENGLISCH/copy_template.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ANLEITUNG ENGLISCH/export_area.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ANLEITUNG ENGLISCH/import_area.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ANLEITUNG ENGLISCH/jquery-3.5.1.min.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions ANLEITUNG ENGLISCH/jquery.easytabs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added ANLEITUNG ENGLISCH/new_template.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c07b2f5

Please sign in to comment.