Plugin Directory

Changeset 2894596


Ignore:
Timestamp:
04/05/2023 06:42:05 PM (3 years ago)
Author:
flatboy
Message:

v3.0.36

Location:
flatpm-wp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flatpm-wp/trunk/flat_pm.php

    r2894586 r2894596  
    44Plugin URI: https://mehanoid.pro/flat-pm/
    55Description: Plugin for displaying ads and interactive content. Popups, GEO, referer, browser, OS, ISP, UTM, A/B tests and more <a href="https://t.me/joinchat/+peZspodMlelhZjIy">Our telegram channel</a>
    6 Version: 3.0.35
     6Version: 3.0.36
    77Author: Mehanoid.pro
    88Author URI: https://mehanoid.pro/
     
    2121
    2222define( 'FLATPM_SLUG', dirname( plugin_basename( __FILE__ ) ) );
    23 define( 'FLATPM_VERSION', '?3.0.35' );
     23define( 'FLATPM_VERSION', '?3.0.36' );
    2424define( 'FLATPM_INT_MAX', PHP_INT_MAX - 100 );
    2525define( 'FLATPM_URL', plugin_dir_url( __FILE__ ) );
  • flatpm-wp/trunk/path/functions/flat-core.php

    r2894586 r2894596  
    340340    .flat_pm_column_score[data-enabled="no"]{background-color:#d87a87}
    341341    .flat_pm_column_score .exclude_block_flat_pm input:not(:checked)+label:hover{background:#66699c}
    342     .flat_pm_column_score .ajax-spin-holder{position:relative;color:transparent!important;background:transparent!important}
    343     .flat_pm_column_score .ajax-spin-holder:before{content:'';position:absolute;top:50%;left:50%;margin:auto;width:20px;height:20px;border-radius:50%;border:4px solid transparent;border-top-color:#26a69a;transform:translate(-50%,-50%)}
    344     .flat_pm_column_score .ajax-spin-holder:before{z-index:100;animation:spin 1s infinite linear;width:22px;height:22px}
    345     @keyframes spin {
     342    .flat_pm_column_score.ajax-spin-holder{position:relative;color:transparent!important;background:transparent!important}
     343    .flat_pm_column_score.ajax-spin-holder:before{content:'';position:absolute;top:50%;left:50%;margin:auto;width:20px;height:20px;border-radius:50%;border:4px solid transparent;border-top-color:#26a69a;transform:translate(-50%,-50%)}
     344    .flat_pm_column_score.ajax-spin-holder:before{z-index:100;animation:mini-spin 1s infinite linear;width:22px;height:22px}
     345    @keyframes mini-spin {
    346346    0%{transform:translate(-50%,-50%) rotate(0deg)}
    347347    100%{transform:translate(-50%,-50%) rotate(360deg)}
  • flatpm-wp/trunk/readme.txt

    r2894586 r2894596  
    55* Requires at least: 4.9.22
    66* Tested up to: 6.2
    7 * Stable tag: 3.0.35
     7* Stable tag: 3.0.36
    88* Requires PHP: 5.6
    99* License: GPLv3
     
    6868## Changelog ##
    6969
    70 ### 3.0.35 ###
     70### 3.0.36 ###
    7171Release new 3.0 version
    7272
Note: See TracChangeset for help on using the changeset viewer.