Plugin Directory

Changeset 2309580


Ignore:
Timestamp:
05/21/2020 03:33:09 PM (6 years ago)
Author:
zwaply
Message:

tagging version 3.0.18

Location:
cryptocurrency-prices
Files:
2 deleted
3 edited
12 copied

Legend:

Unmodified
Added
Removed
  • cryptocurrency-prices/tags/3.0.18/cryptocurrency-prices.php

    r2305243 r2309580  
    77Plugin URI: https://zwaply.com/
    88Description: Provides multiple cryptocurrency features: accepting payments, displaying prices and exchange rates, cryptocurrency calculator, accepting donations.
    9 Version: 3.0.17
     9Version: 3.0.18
    1010Author: Zwaply
    1111Author URI: https://zwaply.com/
  • cryptocurrency-prices/tags/3.0.18/includes/admin.class.php

    r2305243 r2309580  
    2525            <?php
    2626        }
     27        if ( get_option( 'cryptocurrency-hide-affiliate-notice' ) != true ) {
     28            ?>
     29    <div class="notice notice-info is-dismissible">
     30        <p><?php _e( 'Cryptocurrency Plugin: If you want to get 5% off for a lifetime fees of trades on binance, use this link to signup <a href="https://www.binance.com/en/register?ref=W643BRI2">https://www.binance.com/en/register?ref=W643BRI2</a>.', 'cryptocurrency-prices' ); ?></p>
     31        <p style="margin-bottom:10px;font-size: 8pt;"><a href="<?php echo admin_url( '?action=cryptocurrency-hide-affiliate-notice' ); ?>"><?php _e( 'Dismiss notice', 'crypto-coin-ticker' ); ?></a></p>
     32    </div>
     33            <?php
     34        }
    2735    }
    2836    public static function dismiss_notices() {
    2937        if ( isset( $_GET['action'] ) && 'cryptocurrency-dismiss-update-notice' === $_GET['action'] ) {
    3038            update_option( 'cryptocurrency-hide-update-notice-3.0.12', true );
     39        }
     40        if ( isset( $_GET['action'] ) && 'cryptocurrency-hide-affiliate-notice' === $_GET['action'] ) {
     41            update_option( 'cryptocurrency-hide-affiliate-notice', true );
    3142        }
    3243    }
     
    259270          <input type="submit" value="Save options" />
    260271        </form>
     272        <br />
     273        <h4>
     274        P.S. IF YOU WANT TO GET 5% OFF FOR A LIFETIME FEES OF TRADES ON BINANCE, USE THIS LINK TO SIGNUP: <a href="https://www.binance.com/en/register?ref=W643BRI2">https://www.binance.com/en/register?ref=W643BRI2</a>
     275        </h4>
    261276      </div>
    262277      ';
  • cryptocurrency-prices/tags/3.0.18/readme.txt

    r2305105 r2309580  
    66Requires at least: 3.0
    77Tested up to: 5.4.1
    8 Stable tag: 3.0.17
     8Stable tag: 3.0.18
    99Requires PHP: 5.6.39
    1010License: GPLv2 or later
     
    211211== Changelog ==
    212212
     213= 3.0.18 =
     214
     215* Back to live
     216* Backend messages updates.
     217
    213218= 3.0.17 =
    214219
  • cryptocurrency-prices/trunk/cryptocurrency-prices.php

    r2305243 r2309580  
    77Plugin URI: https://zwaply.com/
    88Description: Provides multiple cryptocurrency features: accepting payments, displaying prices and exchange rates, cryptocurrency calculator, accepting donations.
    9 Version: 3.0.17
     9Version: 3.0.18
    1010Author: Zwaply
    1111Author URI: https://zwaply.com/
  • cryptocurrency-prices/trunk/includes/admin.class.php

    r2305243 r2309580  
    2525            <?php
    2626        }
     27        if ( get_option( 'cryptocurrency-hide-affiliate-notice' ) != true ) {
     28            ?>
     29    <div class="notice notice-info is-dismissible">
     30        <p><?php _e( 'Cryptocurrency Plugin: If you want to get 5% off for a lifetime fees of trades on binance, use this link to signup <a href="https://www.binance.com/en/register?ref=W643BRI2">https://www.binance.com/en/register?ref=W643BRI2</a>.', 'cryptocurrency-prices' ); ?></p>
     31        <p style="margin-bottom:10px;font-size: 8pt;"><a href="<?php echo admin_url( '?action=cryptocurrency-hide-affiliate-notice' ); ?>"><?php _e( 'Dismiss notice', 'crypto-coin-ticker' ); ?></a></p>
     32    </div>
     33            <?php
     34        }
    2735    }
    2836    public static function dismiss_notices() {
    2937        if ( isset( $_GET['action'] ) && 'cryptocurrency-dismiss-update-notice' === $_GET['action'] ) {
    3038            update_option( 'cryptocurrency-hide-update-notice-3.0.12', true );
     39        }
     40        if ( isset( $_GET['action'] ) && 'cryptocurrency-hide-affiliate-notice' === $_GET['action'] ) {
     41            update_option( 'cryptocurrency-hide-affiliate-notice', true );
    3142        }
    3243    }
     
    259270          <input type="submit" value="Save options" />
    260271        </form>
     272        <br />
     273        <h4>
     274        P.S. IF YOU WANT TO GET 5% OFF FOR A LIFETIME FEES OF TRADES ON BINANCE, USE THIS LINK TO SIGNUP: <a href="https://www.binance.com/en/register?ref=W643BRI2">https://www.binance.com/en/register?ref=W643BRI2</a>
     275        </h4>
    261276      </div>
    262277      ';
  • cryptocurrency-prices/trunk/readme.txt

    r2305105 r2309580  
    66Requires at least: 3.0
    77Tested up to: 5.4.1
    8 Stable tag: 3.0.17
     8Stable tag: 3.0.18
    99Requires PHP: 5.6.39
    1010License: GPLv2 or later
     
    211211== Changelog ==
    212212
     213= 3.0.18 =
     214
     215* Back to live
     216* Backend messages updates.
     217
    213218= 3.0.17 =
    214219
Note: See TracChangeset for help on using the changeset viewer.