Plugin Directory

Changeset 3351125


Ignore:
Timestamp:
08/27/2025 11:03:19 AM (7 months ago)
Author:
mdashikul
Message:

update 3.3.24

Location:
instantio
Files:
273 added
6 edited

Legend:

Unmodified
Added
Removed
  • instantio/trunk/admin/tf-options/classes/Ins_ChangeLog.php

    r3348450 r3351125  
    1313
    1414        // Update  start
     15       'v43' => [
     16           'date'      => '27 August, 2025',
     17           'version'   => 'Version 3.3.24',
     18           'changelog' => [
     19               'Updated'   =>   [
     20                   'System stability has been improved.',
     21               ],
     22                'Compatibility'   =>   [
     23                   'Now compatible with WooCommerce v10.0.',
     24               ]
     25           ]
     26       ],
     27       // Update End   
     28
     29        // Update  start
    1530       'v42' => [
    16            'date'      => '22 August 2025',
     31           'date'      => '21 August 2025',
    1732           'version'   => 'Version 3.3.23',
    1833           'changelog' => [
  • instantio/trunk/admin/tf-options/classes/Ins_TF_Settings.php

    r3348450 r3351125  
    924924
    925925                        <div class="instantio-sidebar-content">
     926                            <!-- promo banner  -->
     927                            <?php echo apply_filters('ins_dashboard_helper_banner', ''); ?>
     928
    926929                            <?php echo $this->tf_get_sidebar_plugin_list(); ?>
    927930
  • instantio/trunk/assets/admin/css/instantio-admin-style.css

    r3297918 r3351125  
    161161    border-radius: 50%;
    162162}
    163 .plugin-info-wrapper img.beaf-logo {
     163.plugin-info-wrapper img.ins-logo {
    164164    border-radius: 0;
    165165}
     
    312312    width: 180px;
    313313}
     314
     315
     316
     317/**
     318 * Promo Banner CSS
     319 */
     320
     321 .ins-sidebar-promo {
     322    display: flex;
     323    padding: 16px;
     324    align-items: center;
     325    align-content: center;
     326    gap: 16px;
     327    flex-direction: row;
     328    border-radius: 8px;
     329    border: 1px solid #7820F3;
     330    background: radial-gradient(46.48% 49.91% at 50.09% 87%, rgba(255, 125, 125, 0.16) 0%, rgba(120, 32, 243, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 0, 0, 0.16) 100%), linear-gradient(0deg, #7820F3 0%, #7820F3 100%), #382673;
     331    margin-bottom: 16px;
     332}
     333
     334.ins-sidebar-promo .promo-discount {
     335    display: flex;
     336    padding: 16px;
     337    justify-content: center;
     338    align-items: flex-start;
     339    border-radius: 8px;
     340    background: radial-gradient(81.34% 87.34% at 50% 87.34%, rgba(255, 125, 125, 0.16) 0%, rgba(120, 32, 243, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 0, 0, 0.16) 100%), linear-gradient(0deg, #7820F3 0%, #7820F3 100%), linear-gradient(0deg, #382673 0%, #382673 100%), #473080;
     341    box-shadow: 0px 3px 3px 0px rgba(44, 39, 63, 0.03), 0px 1px 6px 0px rgba(44, 39, 63, 0.03), 0px 0px 0px 1px rgba(44, 39, 63, 0.12), -8px 9.5px 24px 0px rgba(24, 14, 56, 0.32);
     342    color: #fff;
     343    flex-direction: column;
     344}
     345
     346.ins-sidebar-promo .promo-discount span {
     347    color: #FFF;
     348    text-align: left;
     349    font-family: Inter;
     350    font-size: 25px;
     351    font-style: normal;
     352    font-weight: 600;
     353    line-height: 120%;
     354    letter-spacing: -0.25px;
     355}
     356
     357.ins-sidebar-promo .promo-discount span.promo-discount-percent{
     358    color: #FFF;
     359    text-align: center;
     360    font-family: inherit;
     361    font-size: 52px;
     362    font-style: normal;
     363    font-weight: 700;
     364}
     365.ins-sidebar-promo .promo-discount span.promo-discount-text{
     366   color:  #FFF;
     367    text-align: center;
     368    font-family: Inter;
     369    font-size: 17px;
     370    font-style: normal;
     371    font-weight: 600;
     372    letter-spacing: -0.25px;
     373    text-transform: uppercase;
     374}
     375
     376.ins-sidebar-promo .promo-description {
     377    display: flex;
     378    flex-direction: row;
     379    align-items: center;
     380    flex-wrap: wrap;
     381    gap: 16px;
     382}
     383
     384.ins-sidebar-promo .promo-description p {
     385    color: #FFF;
     386    font-family: Inter;
     387    font-size: 17px;
     388    font-style: normal;
     389    font-weight: 600;
     390    line-height: 150%;
     391    margin: 0;
     392}
     393
     394.ins-sidebar-promo .promo-description .dicount-timer {
     395    display: flex;
     396    justify-content: space-between;
     397    align-items: center;
     398    gap: 8px;
     399    width: 100%;
     400}
     401
     402.ins-sidebar-promo .promo-description .countdown {
     403    color: #FFF;
     404    font-family: Inter;
     405    font-size: 19px;
     406    font-style: normal;
     407    font-weight: 600;
     408    line-height: 32px; /* 133.333% */
     409    letter-spacing: -0.75px;
     410}
     411.ins-sidebar-promo .promo-description .countdown span {
     412    font-weight: 400;
     413}
     414
     415.ins-sidebar-promo .promo-description .discount-btn {
     416    display: flex;
     417    padding: 8px 12px;
     418    justify-content: space-between;
     419    align-items: center;
     420    border-radius: 8px;
     421    gap: 8px;
     422    background: #F61A39;
     423    color: #FFF;
     424    font-family: Inter;
     425    font-size: 16px;
     426    font-style: normal;
     427    font-weight: 600;
     428    line-height: 150%;
     429    text-decoration: none;
     430}
     431
     432.ins-sidebar-promo .promo-description .discount-btn:hover {
     433    background: #F61A39;
     434}
     435
     436
     437/* sidebar promo banner  */
     438
     439.ins_promo_side_preview a:focus {
     440    box-shadow: none;
     441}
     442.ins_promo_side_preview a {
     443    display: inline-block;
     444}
     445#ins_black_friday_docs .inside {
     446    padding: 0;
     447    margin-top: 0;
     448}
     449#ins_black_friday_docs .postbox-header {
     450    display: none;
     451    visibility: hidden;
     452}
     453.ins_promo_side_preview {
     454    position: relative;
     455}
     456.ins_promo_side_notice_dismiss {
     457    z-index: 1;
     458}
     459
     460@media screen and (max-width: 1860px) {
     461    .ins-sidebar-promo .promo-description {
     462        gap: 8px;
     463    }
     464    .ins-sidebar-promo .promo-description .dicount-timer {
     465        flex-direction: column;
     466        align-items: flex-start;
     467        gap: 8px;
     468    }
     469    .ins-sidebar-promo .promo-description .countdown {
     470        width: 100%;
     471    }
     472}
     473
    314474@media screen and (max-width: 1700px) {
    315475    .plugin-item {
     
    325485}
    326486
     487@media screen and (max-width: 1450px) {
     488    .ins-sidebar-promo {
     489        align-items: flex-start;
     490    }
     491}
     492
    327493@media screen and (max-width: 1400px) {
    328494    .instantio-settings-page {
     
    333499    }
    334500
     501    .ins-sidebar-promo {
     502        flex-direction: column;
     503    }
     504
    335505}
    336506
     
    357527    .quick-access {
    358528        padding: 14px;
     529    }
     530
     531    .ins-sidebar-promo .promo-discount span.promo-discount-percent {
     532        font-size: 48px;
     533    }
     534    .ins-sidebar-promo .promo-discount span {
     535        font-size: 22px;
     536    }
     537    .ins-sidebar-promo .promo-discount span.promo-discount-text,
     538    .ins-sidebar-promo .promo-description p {
     539        font-size: 16px;
     540    }
     541    .ins-sidebar-promo .promo-description .discount-btn {
     542        font-size: 14px;
    359543    }
    360544}
     
    389573    }
    390574}
     575
     576@media screen and (min-width:961px) and (max-width:1024px){
     577    .ins-sidebar-promo .promo-description .discount-btn {
     578        padding: 8px 8px;
     579        gap: 4px;
     580    }
     581    .ins-sidebar-promo {
     582        padding: 13px;
     583    }
     584}
     585
     586@media screen and (min-width:768px) and (max-width:960px){
     587    .ins-sidebar-promo .promo-description .discount-btn {
     588        padding: 8px 8px;
     589        gap: 4px;
     590    }
     591    .ins-sidebar-promo {
     592        padding: 13px;
     593    }
     594    .ins-sidebar-promo .promo-description .discount-btn {
     595        padding: 8px 8px;
     596        gap: 4px;
     597    }
     598}
  • instantio/trunk/functions.php

    r3193356 r3351125  
    304304}
    305305
     306// ins Featured Banner
     307if ( file_exists( INS_INC_PATH . '/controller/class-helper-banner.php' ) ) {
     308    require_once INS_INC_PATH . '/controller/class-helper-banner.php';
     309}
     310
    306311?>
  • instantio/trunk/instantio.php

    r3348450 r3351125  
    99 * Author URI: https://themefic.com
    1010 * Tags: woocommerce cart, woocommerce checkout, woocommerce direct checkout, multistep checkout, woocommerce side cart
    11  * Version: 3.3.23
     11 * Version: 3.3.24
    1212 * Tested up to: 6.8
    1313 * Requires PHP: 7.4
    14  * WC tested up to: 9.9
     14 * WC tested up to: 10.0
    1515**/
    1616
     
    3535    private function define_constants() {
    3636        if ( ! defined( 'INSTANTIO_VERSION' ) ) {
    37             define( 'INSTANTIO_VERSION', '3.3.23' );
     37            define( 'INSTANTIO_VERSION', '3.3.24' );
    3838        }
    3939        define( 'INS_URL', plugin_dir_url( __FILE__ ) );
  • instantio/trunk/readme.txt

    r3348450 r3351125  
    44Requires at least: 4.0
    55Tested up to: 6.8
    6 Stable tag: 3.3.23
     6Stable tag: 3.3.24
    77WC requires at least: 7.0
    8 WC tested up to: 9.9
     8WC tested up to: 10.0
    99Requires PHP: 7.4
    1010License: GPLv3
     
    374374== Changelog ==
    375375
     376= 3.3.24 – August 27, 2025 =
     377
     378- Compatibility: Now compatible with WooCommerce v10.0.
     379- Improved: System stability has been improved.
     380
    376381= 3.3.23 – August 22, 2025 =
    377382
     
    436441- Compatibility: Added compatibility with Dokan Pro Stripe payments.
    437442
    438 = 3.3.10 – December 23, 2024 =
    439 
    440 - Compatibility: Compatibility with WooCommerce 9.5.
    441 
    442 = 3.3.9 – November 23, 2024 =
    443 
    444 - Compatibility: Resolved translation notice issue for compatibility with WordPress 6.7.1.
    445 
    446 = 3.3.8 – November 20, 2024 =
    447 
    448 - Fix: Improved and resolved security issues.
    449 - Fix: Addressed minor bugs and implemented general improvements.
    450 
    451 = 3.3.7 – November 17, 2024 =
    452 
    453 - Fix: Resolved compatibility issues with the Astra Theme.
    454 - Fix: Addressed PayPal functionality issue.
    455 
    456 = 3.3.6 – November 13, 2024 =
    457 
    458 - Fixed: Cart update button functionality, ensuring seamless cart adjustments.
    459 - Fixed: Resolved the notice issue for a cleaner user experience.
    460 
    461 = 3.3.3 - ( October 25, 2024 ) =
    462 
    463 - Fixed: WooCommerce PayPal Payments Conflict Issue
    464 - Improvement: System stability improved
    465 
    466443**Old Changelog can be found [here](https://themefic.com/instantio/changelog/)**.
    467444
Note: See TracChangeset for help on using the changeset viewer.