Skip to content

Commit

Permalink
Update readme/init for v3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Mar 6, 2024
1 parent 6b109d7 commit 1f10937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions YOUR_ADMIN/includes/init_includes/init_vat4eu_admin.php
Expand Up @@ -7,8 +7,8 @@
die('Illegal Access');
}

define('VAT4EU_CURRENT_RELEASE', '3.2.0-beta1');
define('VAT4EU_CURRENT_UPDATE_DATE', '2024-02-28');
define('VAT4EU_CURRENT_RELEASE', '3.2.0');
define('VAT4EU_CURRENT_UPDATE_DATE', '2024-03-06');

define('VAT4EU_CURRENT_VERSION', VAT4EU_CURRENT_RELEASE . ': ' . VAT4EU_CURRENT_UPDATE_DATE);

Expand Down
2 changes: 1 addition & 1 deletion docs/vat4eu/readme.html
Expand Up @@ -485,7 +485,7 @@ <h4>Define Tax Zones</h4>
<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/vat4eu/issues" target="_blank">GitHub repository.</a></p>
<ul>
<li>v3.2.0-beta2, 2024-03-04 (lat9, webchills):<ul>
<li>v3.2.0, 2024-03-06 (lat9, webchills):<ul>
<li>BUGFIX: Correct text hidden on VAT4EU help-text pop-up.</li>
<li>BUGFIX: Correct PHP Warning (PHP 8.0) on initial installation.</li>
<li>BUGFIX: Correct unwanted customer message regarding VAT number validation.</li>
Expand Down

0 comments on commit 1f10937

Please sign in to comment.