Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magenizr committed Oct 17, 2018
1 parent 2bfe6c8 commit 281fbe7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ This Magento 2 module allows you to enable a newsletter subscription checkbox on
## Installation (Composer)

1. Add this extension to your repository `composer config repositories.magenizr/magento2-newsletter-subscribe-at-checkout git https://github.com/magenizr/Magenizr_NewsletterSubscribeAtCheckout.git`
2. Update your composer.json `composer require "magenizr/magento2-newsletter-subscribe-at-checkout":"1.0.0"`
2. Update your composer.json `composer require "magenizr/magento2-newsletter-subscribe-at-checkout":"1.0.1"`

```
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing magenizr/magento2-newsletter-subscribe-at-checkout (1.0.0): Downloading (100%)
- Installing magenizr/magento2-newsletter-subscribe-at-checkout (1.0.1): Downloading (100%)
Writing lock file
Generating autoload files
```
Expand All @@ -31,7 +31,7 @@ php bin/magento setup:upgrade

## Installation (Manually)
1. Download the latest version of the source code.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_NewsletterSubscribeAtCheckout_1.0.0.tar.gz`.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_NewsletterSubscribeAtCheckout_1.0.1.tar.gz`.
3. Copy the code into `./app/code/Magenizr/NewsletterSubscribeAtCheckout/`.
4. Enable the module and clear static content.

Expand All @@ -52,6 +52,9 @@ The functionality can be used in the backend section `Stores > Configuration > S
If you have any issues with this extension, open an issue on [Github](https://github.com/magenizr/Magenizr_NewsletterSubscribeAtCheckout/issues). For a custom build, don't hesitate to contact us on [Magento Marketplace](https://marketplace.magento.com/partner/magenizr).

## History
===== 1.0.1 =====
* Added HTML support to the `Note` field.

===== 1.0.0 =====
* Stable version
* Code based on latest version of [https://github.com/tobias-forkel/Magento2_NewsletterSubscribeAtCheckout](https://github.com/tobias-forkel/Magento2_NewsletterSubscribeAtCheckout)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magenizr/magento2-newsletter-subscribe-at-checkout",
"description": "This Magento 2 module allows you to enable a newsletter subscription checkbox on the checkout page. Customers can subscribe to your newsletter list in Marketing > Communications > Newsletter Subscribers during checkout.",
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"OSL-3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magenizr_NewsletterSubscribeAtCheckout" setup_version="1.0.0">
<module name="Magenizr_NewsletterSubscribeAtCheckout" setup_version="1.0.1">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Newsletter"/>
Expand Down

0 comments on commit 281fbe7

Please sign in to comment.