Plugin Directory

Changeset 2346728


Ignore:
Timestamp:
07/26/2020 11:58:32 AM (6 years ago)
Author:
liorchen
Message:

1.0.141

Location:
infinitycrowds/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • infinitycrowds/trunk/includes/CheckoutExt.php

    r2344997 r2346728  
    2323    }
    2424    function add_concent_marketing_checkbox() {
    25         $txt = substr( get_bloginfo('language'), 0, 2) == 'he' ? 'אני מסכים לקבל דילים מיוחדים והודעות אסאמאס או אימייל' : 'Sign up for exclusive offers and news via text messages & email.';
     25        $txt = substr( get_bloginfo('language'), 0, 2) == 'he' ? 'מאשר קבלת דיוור, דילים והנחות במייל ובמסרונים' : 'Sign up for exclusive offers and news via text messages & email.';
    2626        echo '<p class="form-row terms"> <input type="checkbox" class="input-checkbox" name="accept_marketing" id="accept_marketing" checked /> <label for="accept_marketing" class="checkbox" style="display: inline;">'. $txt .'</label> </p>';
    2727    }
  • infinitycrowds/trunk/infcrwds.php

    r2344997 r2346728  
    1414 * Plugin URI:        https://infinitycrowd.io
    1515 * Description:       One Click Upsell And Offer Network
    16  * Version:           1.0.140
     16 * Version:           1.0.141
    1717 * Author:            Infinitycrowds
    1818 * Author URI:        https://infinitycrowd.io
     
    119119
    120120function define_plugin_properties() {
    121     define( 'INFCWDS_VERSION', '1.0.140' );
     121    define( 'INFCWDS_VERSION', '1.0.141' );
    122122    define( 'INFCWDS_MIN_WC_VERSION', '3.0.0' );
    123123    define( 'INFCWDS_MIN_WP_VERSION', '4.9' );
Note: See TracChangeset for help on using the changeset viewer.