This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encodeURIComponent for email body thanks to @overovermind
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "angular-socialshare", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "A social media url and content share module for angularjs.", | ||
"authors": [ | ||
"Filippo Oretti <[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2327c95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
First I whant to thanks for library, we are happy to use your service.
Currently we use it for a website with more than 100,000 users, with excellent result.
However, I turn to you today because the last update posed a problem.
The fix 2.3.8 for encodeURIComponent for email body is blocking for us.
Indeed, we had realized on our side a similar modification directly in the code.
The application of this patch two time is therefore problematic.
On our side, we have no way of intervening before 29/06.
Do you think we can provide a temporary solution to avoid this blocking ?
For example manual activation/deactivation of this functionality
I thank you in advance,
Best regards,
Joakim D
2327c95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdaoudou Hi, thanks we're glad to hear that you found this useful :)
Actually i see one simple solution to your problem.
Why not downgrade to
v2.3.7
if you're having problems withv2.3.8
:) ?Next time please open an issue for such questions, otherwise will be difficult to find you :)
Thanks!