Plugin Directory

Changeset 2917490


Ignore:
Timestamp:
05/25/2023 07:21:30 PM (3 years ago)
Author:
e-mailit
Message:

12.0.1

  • WordPress 6.2.2 compatibility.
  • Remove addthis UNIVERSAL BY-PASS support
Location:
e-mailit
Files:
27 added
4 edited
30 copied

Legend:

Unmodified
Added
Removed
  • e-mailit/tags/12.0.1/emailit_widget.php

    r2828121 r2917490  
    2424 * Author: E-MAILiT Technologies
    2525 * Text Domain: e-mailit
    26  * Version: 12.0.0
     26 * Version: 12.0.1
    2727 * Author URI: https://www.e-mailit.com
    2828 */
    2929defined('ABSPATH') or die('No direct access permitted');
    30 define('EMAILIT_VERSION', '12.0.0');
     30define('EMAILIT_VERSION', '12.0.1');
    3131
    3232add_action('admin_init', 'emailit_admin_init');
  • e-mailit/tags/12.0.1/include/emailit_admin_panel.php

    r2828120 r2917490  
    300300                        });
    301301                        jQuery("input[name='emailit_options[intergrate_AddToAny]'],\n\
    302                                 input[name='emailit_options[intergrate_AddThis]'],\n\
    303302                                input[name='emailit_options[intergrate_ShareThis]'],\n\
    304303                                input[name='emailit_options[intergrate_Shareaholic]']").click(function () {
     
    309308                            if (jQuery("input[name='emailit_options[intergrate_AddToAny]']:checked").val() === "true")
    310309                                cssText += "a[class^='a2a_button'],";
    311                             if (jQuery("input[name='emailit_options[intergrate_AddThis]']:checked").val() === "true")
    312                                 cssText += ".at-share-btn,";
    313310                            if (jQuery("input[name='emailit_options[intergrate_ShareThis]']:checked").val() === "true")
    314311                                cssText += ".st-btn,";
     
    369366                            <label>You can use our service and monetize by-passing your custom or ready-to-use share buttons, without cannibalising or remove them from your website</label>                         
    370367                        </li>                       
    371                         <li class="ASP_option" style="<?php echo ($emailit_options['after_share_dialog'] != true ? 'display: none' : ''); ?>">
    372                             <label>Earn ad revenue, after sharing via <b style="color:#ff6550">AddThis</b></label>
    373                             <input type="checkbox" name="emailit_options[intergrate_AddThis]" id="intergrate_AddThis" value="true" <?php echo ($emailit_options['intergrate_AddThis'] == true ? 'checked="checked"' : ''); ?>/>
    374                         </li>
    375368                        <li class="ASP_option" style="<?php echo ($emailit_options['after_share_dialog'] != true ? 'display: none' : ''); ?>">
    376369                            <label>Earn ad revenue, after sharing via <b style="color:#95d03a">ShareThis</b></label>
  • e-mailit/tags/12.0.1/readme.txt

    r2828120 r2917490  
    11==== WordPress Share Buttons Plugin – E-MAILiT ====
    22Contributors: e-mailit
    3 Tags: artificial intelligence, machine learning, no track, icons, buttons, email, facebook, feed, google, instagram, linkedin, links, marketing, marketing tool, media, pinterest, reddit, revenue stream, seo, share, share button, share buttons, share links, share this, sharethis, sharing, social, social buttons, social marketing, social media, social media buttons, social share, social sharing, social tools, twitter, vk, whatsapp, woocommerce, youtube, yummly
     3Tags: buttons icons share share buttons social media
    44Requires at least: 2.9
    5 Tested up to: 6.1.1
    6 Requires PHP: 5.2
    7 Stable tag: 12.0.0
     5Tested up to: 6.2.2
     6Requires PHP: 5.6 or higher
     7Stable tag: 12.0.1
    88License: GPLv2 or later
    99
    10 We give you a powerful set of tools to take back your privacy and earn money by sharing your site content.
     10E-MAILiT, for publishers, is solving the problem of getting paid, while visitors are sharing content to social media.
    1111
    1212== Description ==
     
    159159
    160160== Changelog ==
     161= 12.0.1 =
     162* WordPress 6.2.2 compatibility.
     163* Remove addthis UNIVERSAL BY-PASS support
    161164= 12.0.0 =
    162165* WordPress 6.1.1 compatibility.
  • e-mailit/trunk/emailit_widget.php

    r2828121 r2917490  
    2424 * Author: E-MAILiT Technologies
    2525 * Text Domain: e-mailit
    26  * Version: 12.0.0
     26 * Version: 12.0.1
    2727 * Author URI: https://www.e-mailit.com
    2828 */
    2929defined('ABSPATH') or die('No direct access permitted');
    30 define('EMAILIT_VERSION', '12.0.0');
     30define('EMAILIT_VERSION', '12.0.1');
    3131
    3232add_action('admin_init', 'emailit_admin_init');
  • e-mailit/trunk/include/emailit_admin_panel.php

    r2828120 r2917490  
    300300                        });
    301301                        jQuery("input[name='emailit_options[intergrate_AddToAny]'],\n\
    302                                 input[name='emailit_options[intergrate_AddThis]'],\n\
    303302                                input[name='emailit_options[intergrate_ShareThis]'],\n\
    304303                                input[name='emailit_options[intergrate_Shareaholic]']").click(function () {
     
    309308                            if (jQuery("input[name='emailit_options[intergrate_AddToAny]']:checked").val() === "true")
    310309                                cssText += "a[class^='a2a_button'],";
    311                             if (jQuery("input[name='emailit_options[intergrate_AddThis]']:checked").val() === "true")
    312                                 cssText += ".at-share-btn,";
    313310                            if (jQuery("input[name='emailit_options[intergrate_ShareThis]']:checked").val() === "true")
    314311                                cssText += ".st-btn,";
     
    369366                            <label>You can use our service and monetize by-passing your custom or ready-to-use share buttons, without cannibalising or remove them from your website</label>                         
    370367                        </li>                       
    371                         <li class="ASP_option" style="<?php echo ($emailit_options['after_share_dialog'] != true ? 'display: none' : ''); ?>">
    372                             <label>Earn ad revenue, after sharing via <b style="color:#ff6550">AddThis</b></label>
    373                             <input type="checkbox" name="emailit_options[intergrate_AddThis]" id="intergrate_AddThis" value="true" <?php echo ($emailit_options['intergrate_AddThis'] == true ? 'checked="checked"' : ''); ?>/>
    374                         </li>
    375368                        <li class="ASP_option" style="<?php echo ($emailit_options['after_share_dialog'] != true ? 'display: none' : ''); ?>">
    376369                            <label>Earn ad revenue, after sharing via <b style="color:#95d03a">ShareThis</b></label>
  • e-mailit/trunk/readme.txt

    r2828120 r2917490  
    11==== WordPress Share Buttons Plugin – E-MAILiT ====
    22Contributors: e-mailit
    3 Tags: artificial intelligence, machine learning, no track, icons, buttons, email, facebook, feed, google, instagram, linkedin, links, marketing, marketing tool, media, pinterest, reddit, revenue stream, seo, share, share button, share buttons, share links, share this, sharethis, sharing, social, social buttons, social marketing, social media, social media buttons, social share, social sharing, social tools, twitter, vk, whatsapp, woocommerce, youtube, yummly
     3Tags: buttons icons share share buttons social media
    44Requires at least: 2.9
    5 Tested up to: 6.1.1
    6 Requires PHP: 5.2
    7 Stable tag: 12.0.0
     5Tested up to: 6.2.2
     6Requires PHP: 5.6 or higher
     7Stable tag: 12.0.1
    88License: GPLv2 or later
    99
    10 We give you a powerful set of tools to take back your privacy and earn money by sharing your site content.
     10E-MAILiT, for publishers, is solving the problem of getting paid, while visitors are sharing content to social media.
    1111
    1212== Description ==
     
    159159
    160160== Changelog ==
     161= 12.0.1 =
     162* WordPress 6.2.2 compatibility.
     163* Remove addthis UNIVERSAL BY-PASS support
    161164= 12.0.0 =
    162165* WordPress 6.1.1 compatibility.
Note: See TracChangeset for help on using the changeset viewer.