Skip to content

Commit c0167ae

Browse files
committed
Version bump to 2.0.5
1 parent d8c1c20 commit c0167ae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"type": "magento2-module",
22-
"version": "2.0.4",
22+
"version": "2.0.5",
2323
"authors": [
2424
{
2525
"name": "PCA Predict",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="PCAPredict_Tag" setup_version="2.0.4">
3+
<module name="PCAPredict_Tag" setup_version="2.0.5">
44
<sequence>
55
<module name="Magento_Store"/>
66
</sequence>

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## v2.0.5
4+
5+
- Fix "order is not defined" error
6+
- Check for PCA object existence on checkout
7+
- Supports PHP 7.1 for composer installations
8+
39
## v2.0.4
410

511
- Pulled in fix for settings save.

0 commit comments

Comments
 (0)