Skip to content

Commit

Permalink
Release 4.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Feb 15, 2022
1 parent 43d7f27 commit 3b2f8a9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.26
- Added documentation around flow builder

# 4.0.25
- Fixed transaction invoice instant payment handling.
- Tested with v6.4.7.0

# 4.0.24
- Added refunds by amount

Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#4.0.24
# 4.0.26
- Dokumentation zum Flow Builder hinzugefügt

# 4.0.25
- Die Handhabung der sofortigen Zahlung von Transaktionsrechnungen wurde korrigiert.
- Getestet mit v6.4.7.0

# 4.0.24
- Rückerstattungen nach Betrag hinzugefügt

# 4.0.23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tail -f var/log/postfinancecheckout_payment*.log

## Documentation

[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/4.0.25/docs/en/documentation.html)
[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/4.0.26/docs/en/documentation.html)

## License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"postfinancecheckout/sdk": "3.0.1"
},
"type": "shopware-platform-plugin",
"version": "4.0.25"
"version": "4.0.26"
}
22 changes: 19 additions & 3 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/shopware-6/releases/tag/4.0.25/">
<a href="https://github.com/pfpayments/shopware-6/releases/tag/4.0.26/">
Source
</a>
</li>
Expand Down Expand Up @@ -439,10 +439,21 @@ <h2>
The payment methods are only displayed if the plugin&#8217;s total calculation matches the actual order total.</p>
</div> </div>
</div> </div>
</div> <div class="chapter" id="_sending_emails_with_flow_builder">
<div class="chapter-title">
<h1>
<span class="title-number">9</span>Sending emails with Flow Builder </h1>
</div>
<div class="chapter-body">
<div class="paragraph">
<p>In order for your emails to send when setting up custom flows using Flow Builder you must ensure that "Send order confirmation email" is disabled (located in the plugin settings).</p>
</div><div class="paragraph">
<p>If you you have already made seperate channel adjustments (using the channel dropdown in the plugin settings) you will have to ensure that the emails are disabled per channel accordingly.</p>
</div> </div>
</div> <div class="chapter" id="_support">
<div class="chapter-title">
<h1>
<span class="title-number">9</span>Support </h1>
<span class="title-number">10</span>Support </h1>
</div>
<div class="chapter-body">
<div class="paragraph">
Expand Down Expand Up @@ -583,8 +594,13 @@ <h1>
</a>
</li> </ul>
</li> <li class="nav-level-1">
<a href="#_support">
<a href="#_sending_emails_with_flow_builder">
<span class="item-number">9</span>
<span class="item-title">Sending emails with Flow Builder</span>
</a>
</li> <li class="nav-level-1">
<a href="#_support">
<span class="item-number">10</span>
<span class="item-title">Support</span>
</a>
</li> </ul>
Expand Down

0 comments on commit 3b2f8a9

Please sign in to comment.