Plugin Directory

Changeset 2360391


Ignore:
Timestamp:
08/13/2020 05:25:14 PM (6 years ago)
Author:
mc17uulm
Message:

v3.0

Location:
mail-crypter
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • mail-crypter/trunk/readme.txt

    r2148475 r2360391  
    1 === Mail Crypter ===
    2 Contributors: mc17uulm
    3 Tags: mail, security, encryption, spam, email, secure, encrypt, protect
     1=== Mail Encrypt ===
     2Contributors: mc17
     3Tags: mail, email, security, protection, encryption, spam, bots, secure, encrypt, protect, easy, fast
    44Requires at least: 4.4.1
    5 Tested up to: 5.2.2
     5Tested up to: 5.5
    66Stable tag: trunk
     7Requires PHP: 7.2
    78License: GNUv3
    89License URI: http://www.gnu.org/licenses/gpl-3.0.html
    910
    10 Secures your mail addresses from spam bots. Use the [mail-crypt] shortcode to add encrypted mail addresses to your page
     11Simple and easy to use plugin to protect your email addresses of spam bots. With the [mail_encrypt] shortcode or our own Gutenberg block, all your email addresses are secure!
    1112
    1213== Description ==
    13 # WP Mail Crypter
    14 Version 2.0.3
     14# WP Mail Encrypt
     15<sup>Version 3.0</sup>
     16
     17<sup>til version 3.0 known as 'Mail Crypter'</sup>
    1518
    1619## Wordpress anti-spam mail plugin
    1720
    18 This plugin secures your email addresses on your wordpress page from spam bots. With the simple use of the `[mail_crypt]` shortcode you can easily protect your email addresses from bots.
     21Simple and easy to use plugin to protect your email addresses of spam bots. With the [mail_encrypt] shortcode or our own Gutenberg block, all your email addresses are secure!
    1922
    2023---
    2124
    22 #### Usage:
     25### Usage
    2326
    24 Insert your email address and a link text (optional) to the `[mail_crypt]` shortcode:
    25 `[mail_crypt mail="your@mailaddress.com" text="My Name"]`.
     27#### Gutenberg Block
    2628
    27 Result on your page: [My Name](mailto:your@mailaddress.com)
     29Since version 3.0 the plugin provides an own Gutenberg Block. All email addresses used in our "MailEncrypt Block" are automatically encrypted (see our screenshots).
    2830
    29 Sourcecode:
    30 ```html
    31 <a href ='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#121;&#111;&#117;&#114;&#64;&#109;&#97;&#105;&#108;&#97;&#100;&#100;&#114;&#101;&#115;&#115;&#46;&#99;&#111;&#109;'>&#77;&#121;&#32;&#78;&#97;&#109;&#101;</a>
    32 ```
     31#### Shortcode
    3332
    34 Now your email address isn't visible anymore for spam bots. You can also encrypt your email addresses via Javascript:
     33You can use our shortcode with the Gutenberg Editor and the Classic Editor. With the Gutenberg Editor use simply the "Shortcode Block" and insert the same shortcode, as in the Classic Editor.
     34
     35If you are using the Classic Editor you can enter the shortcode direct:
     36
     37Insert your email address and a link text (optional) to the `[mail_encrypt]` shortcode:
     38`[mail_encrypt mail="your@mailaddress.com" text="My Name"]`.
     39
     40You can also use our TinyMCE plugin in the Classic Editor. With a simple click on the MailEncrypt Icon, the shortcode is build fast for you.
     41
     42#### Generator
     43
     44You want to use our system in other areas? No problem! We provide our own generator in the admin menu. Simply insert the to be protected email address and get
     45the associated sourcecode.
     46
     47#### Javascript
     48
     49*deprecated since v3.0*
     50
     51*older shortcodes with js active are still working*
    3552
    3653---
    3754
    38 #### Javascript:
     55### How are the mail addresses encrypted
    3956
    40 Only add the `js` attribute to your shortcode: `[mail_crypt mail="your@mailaddress.com" text="My Name via js" js="true"]`
     57The plugin uses a simple mechanism, which has no negative effect on the page speed. On the result page, the email address is displayed as follows: [My Name](mailto:your@mailaddress.com)
    4158
    42 Result on your page: [My Name via js](mailto:your@mailaddress.com)
    43 
    44 Sourcecode:
     59In the sourcecode the email address can not be found by a spam bot:
    4560```html
    46 <a href='#' name='mail-encrypt-href' value='{qwtBockncfftguu0eqo'>O{"Pcog</a>`
     61<a href ='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#121;&#111;&#117;&#114;&#64;&#109;&#97;&#105;&#108;&#97;&#100;&#100;&#114;&#101;&#115;&#115;&#46;&#99;&#111;&#109;'>&#77;&#121;&#32;&#78;&#97;&#109;&#101;</a>
    4762```
    4863
     
    5469[https://de.wordpress.org/plugins/mail-crypter/](https://de.wordpress.org/plugins/mail-crypter/)
    5570
     71The full sourcecode can be found on github:
     72
    5673**github.com:**
    57 [https://github.com/mc17uulm/wp-mail-crypter](https://github.com/mc17uulm/wp-mail-crypter)
     74[https://github.com/mc17uulm/wp-mail-encrypt](https://github.com/mc17uulm/wp-mail-encrypt)
    5875
    5976== Installation ==
    60 1. Download zip and upload via wordpress installer, or search in plugins menu for "Mail Crypter" and install plugin
     771. Download zip and upload via wordpress installer, or search in plugins menu for "Mail Encrypt" and install plugin
    61782. Activated plugin
    62 3. Add `[mail_crypt]` shortcode on your pages and posts as shown in the description
     793. Use the `[mail_encrypt]` shortcode or our 'MailEncrypt Block' Gutenberg block to protect your email addresses secure and fast!
    6380
    6481== Screenshots ==
    65 1. You can encrypt your mail address directly in the menu
    66 2. Or use the menu in the editor to create a shortcode
    67 3. Example shortcode. Usage shown in description
    68 4. No mail address is shown in the source code now. The email address is secure from spam bots but still visible for visitors.
     821. With our new 'MailEncrypt Block' all mail addresses are encrypted automatically.
     832. In our new 'MailEncrypt Block' the protected mail addresses are marked.
     843. On the frontend your users see the mail address just as a normal link. For spam bots the address is not visible.
     854. To protect your mail address but use another text for the link, just use our '[mail_encrypt]' shortcode.
     865. Use our generator to encrypt any mail address in our backend.
     876. You can use our shortcode generator in the Classic Editor to build your custom shortcode.
     887. Usable in the Classic Editor with our '[mail_encrypt]' shortcode.
    6989
    7090== Changelog ==
     91
     92= 3.0 =
     93* new design
     94* renaming
     95* integration in Gutenberg Editor via 'MailEncrypt Block'
     96* backend generator running now on client
     97* fixed bugs
     98
    7199= 2.0.3 =
    72100* added Internationalization
Note: See TracChangeset for help on using the changeset viewer.