Plugin Directory

Changeset 3392768


Ignore:
Timestamp:
11/10/2025 08:21:25 AM (3 months ago)
Author:
Icegram
Message:

Preparing for 3.1.35 release

Location:
icegram/trunk
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • icegram/trunk/icegram.php

    r3314516 r3392768  
    44 * Plugin URI: https://www.icegram.com/
    55 * Description: All in one solution to inspire, convert and engage your audiences. Action bars, Popup windows, Messengers, Toast notifications and more. Awesome themes and powerful rules.
    6  * Version: 3.1.34
     6 * Version: 3.1.35
    77 * Tested up to: 6.7.1
    88 * Author: icegram
     
    127127
    128128if ( ! defined( 'IG_PLUGIN_VERSION' ) ) {
    129     define( 'IG_PLUGIN_VERSION', '3.1.34' );
     129    define( 'IG_PLUGIN_VERSION', '3.1.35' );
    130130}
    131131
  • icegram/trunk/lite/class-icegram.php

    r3314516 r3392768  
    330330                }
    331331               
    332                 if ( 'ig_offer_bfcm_2024' === $option_name ) {
    333                     $url = "https://www.icegram.com/pricing/?utm_source=in_app&utm_medium=ig_banner&utm_campaign=offer_bfcm_2024";
     332                if ( 'ig_offer_bfcm_2025' === $option_name ) {
     333                    $url = "https://www.icegram.com/pricing/?utm_source=in_app&utm_medium=ig_banner&utm_campaign=offer_bfcm_2025";
    334334                    header( "Location: {$url}" );
    335335                    exit();
     
    376376               
    377377                if ( 'bfcm' === $offer_name ) {
    378                     $offer_start_time = strtotime( '2024-11-26 12:30:00' ); // Offer start time in IST
    379                     $offer_end_time   = strtotime( '2024-12-05 12:30:00' ); // Offer end time in IST
     378                    $offer_start_time = strtotime( '2025-11-14 12:30:00' ); // Offer start time in IST
     379                    $offer_end_time   = strtotime( '2025-12-05 12:30:00' ); // Offer end time in IST
    380380                }
    381381   
  • icegram/trunk/lite/ig-offer.php

    r3188329 r3392768  
    11<?php
    22global $icegram;
    3 // BFCM 2022 Campaign
    4 if ( ( get_option( 'ig_offer_bfcm_2024_icegram' ) !== 'yes' ) && Icegram::is_offer_period( 'bfcm') ) {
    5     $img_url = $this->plugin_url .'/assets/images/bfcm-engage-free-pro-banner-2024.png';
     3// BFCM 2025 Campaign
     4if ( ( get_option( 'ig_offer_bfcm_2025_icegram' ) !== 'yes' ) && Icegram::is_offer_period( 'bfcm') ) {
     5    $img_url = $this->plugin_url .'/assets/images/bfcm-engage-free-pro-banner-2025.png';
    66    $ig_plan = $icegram->get_plan();
    77    if( 'max' === $ig_plan ){
    8         $img_url = $this->plugin_url .'/assets/images/bfcm-common-max-banner-2024.jpg';
     8        $img_url = $this->plugin_url .'/assets/images/bfcm-common-max-banner-2025.png';
    99    }
    1010    // elseif( 'plus' === $ig_plan || 'pro' === $ig_plan ){
     
    2323    </style>
    2424    <div class="ig_sale_offer">
    25         <a target="_blank" href="?ig_dismiss_admin_notice=1&ig_option_name=ig_offer_bfcm_2024"><img src="<?php echo $img_url; ?>"/></a>
     25        <a target="_blank" href="?ig_dismiss_admin_notice=1&ig_option_name=ig_offer_bfcm_2025"><img src="<?php echo $img_url; ?>"/></a>
    2626    </div>
    2727<?php } ?>
  • icegram/trunk/readme.txt

    r3314516 r3392768  
    55Requires at least: 3.9
    66Tested up to: 6.7.1
    7 Stable tag: 3.1.34
     7Stable tag: 3.1.35
    88License: GPLv3
    99
     
    369369== Upgrade Notice ==
    370370
    371 = 3.1.34 =
     371= 3.1.35 =
    372372
    373373* Update: UI improvements
    374374
    375375== Changelog ==
     376
     377**3.1.35 (10.11.2025)**
     378
     379* Update: UI improvements
    376380
    377381**3.1.34 (19.06.2025)**
Note: See TracChangeset for help on using the changeset viewer.