@akemona-org/strapi-plugin-email 3.10.4 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,21 +1,5 @@
1
1
  # Strapi plugin
2
2
 
3
- ---
4
-
5
- ## Deprecation Warning :warning:
6
-
7
- Hello! We have some news to share,
8
-
9
- We’ve decided it’ll soon be time to end the support for `strapi-plugin-email`.
10
-
11
- After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).
12
-
13
- If you’ve been using `strapi-plugin-email` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/akemona/strapi/tree/master/packages/core/email) and with the following name on NPM: `@strapi/plugin-email`.
14
-
15
- If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
16
-
17
- The Akemona team
18
-
19
- ---
3
+ ### Maintenance release by Akemona
20
4
 
21
5
  > :warning: The Shipper Email may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly
@@ -9,7 +9,7 @@ const createProvider = (emailConfig) => {
9
9
  provider = require(`@akemona-org/strapi-provider-email-${providerName}`);
10
10
  } catch (err) {
11
11
  throw new Error(
12
- `The provider package isn't installed. Please run \`npm install strapi-provider-email-${providerName}\` --save`
12
+ `The provider package isn't installed. Please run \`npm install @akemona-org/strapi-provider-email-${providerName}\` --save`
13
13
  );
14
14
  }
15
15
  return provider.init(emailConfig.providerOptions, emailConfig.settings);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.10.4",
6
+ "version": "3.12.0",
7
7
  "description": "Easily configure your Strapi application to send emails.",
8
8
  "strapi": {
9
9
  "name": "Email",
@@ -15,12 +15,12 @@
15
15
  "test": "echo \"no tests yet\""
16
16
  },
17
17
  "dependencies": {
18
- "@akemona-org/strapi-provider-email-sendmail": "3.10.4",
19
- "@akemona-org/strapi-utils": "3.10.4",
18
+ "@akemona-org/strapi-provider-email-sendmail": "3.12.0",
19
+ "@akemona-org/strapi-utils": "3.12.0",
20
20
  "lodash": "4.17.21"
21
21
  },
22
22
  "devDependencies": {
23
- "@akemona-org/strapi-helper-plugin": "3.10.4",
23
+ "@akemona-org/strapi-helper-plugin": "3.12.0",
24
24
  "rimraf": "4.1.0"
25
25
  },
26
26
  "author": {
@@ -44,5 +44,5 @@
44
44
  "npm": ">=6.0.0"
45
45
  },
46
46
  "license": "SEE LICENSE IN LICENSE",
47
- "gitHead": "404dd36a3e02a6b9a067a0828ee5070c64071488"
47
+ "gitHead": "5eff2890f97943a724086d37182e1e3815704866"
48
48
  }