Skip to content

Commit

Permalink
#101: Update versions to 1.3.0
Browse files Browse the repository at this point in the history
Pre-release update.
  • Loading branch information
lat9 committed Apr 25, 2017
1 parent 14c012b commit 98b7ebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dbio/import/rg-EZBG Boot Guards.csv
dbio/import/rg-EZBG Boot Guards.csv
*.php~
4 changes: 2 additions & 2 deletions YOUR_ADMIN/includes/init_includes/init_dbio_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
die('Illegal Access');
}

define('DBIO_CURRENT_VERSION', '1.3.0-beta2');
define('DBIO_CURRENT_UPDATE_DATE', '2017-04-xx');
define('DBIO_CURRENT_VERSION', '1.3.0');
define('DBIO_CURRENT_UPDATE_DATE', '2017-04-25');

$version_release_date = DBIO_CURRENT_VERSION . ' (' . DBIO_CURRENT_UPDATE_DATE . ')';

Expand Down
2 changes: 1 addition & 1 deletion docs/dbio/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ <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.3.0, 2017-04-xx:<ul>
<li>v1.3.0, 2017-04-25:<ul>
<li>CHANGE: Display <em>all</em> DbIo configuration settings on the main tool's page.</li>
<li>BUGFIX: Manage the product's date-added/last-modified fields on an import.</li>
<li>BUGFIX: Correct final v1.2.0 initialization fails for &quot;early adopters&quot;.</li>
Expand Down

0 comments on commit 98b7ebe

Please sign in to comment.