Skip to content

Commit daba9f6

Browse files
0.5.5
1 parent 9ca3454 commit daba9f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/portal-stripe"
3-
,"version": "0.5.4"
3+
,"version": "0.5.5"
44
,"description": "The stripe.mage2.pro website."
55
,"type": "magento2-module"
66
,"homepage": "https://stripe.mage2.pro"

view/frontend/templates/page/main.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The extension integrates your Magento 2 store with the <b><a href='https://strip
55
<h2 id='installation'>Installation</h2>
66
<pre><code class='bash'>composer require mage2pro/stripe:*
77
bin/magento setup:upgrade
8-
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US &lt;additional locales, e.g.: en_GB&gt;
8+
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US &lt;additional locales, e.g.: de_DE&gt;
99
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
1010
</code></pre>
1111
<h2 id='settings'>Settings</h2>

0 commit comments

Comments
 (0)