Plugin Directory

Changeset 2965012


Ignore:
Timestamp:
09/10/2023 10:16:21 PM (3 years ago)
Author:
affilizz
Message:

build(plugin): Tagging version 1.13.3

Location:
affilizz
Files:
6 edited
23 copied

Legend:

Unmodified
Added
Removed
  • affilizz/tags/1.13.2/assets/dist/css/admin.css

    r2963967 r2965012  
    9292  font-family: "Rubik", Arial, Sans_serif;
    9393  font-size: 14px;
    94   top: 0;
    9594  left: 0;
    9695  width: 100vw;
    9796  height: 100vh;
     97  top: -9999em;
    9898  visibility: hidden;
    9999  opacity: 0;
     100  pointer-events: none;
    100101  background: rgba(17, 20, 83, 0.8);
    101102  display: flex;
     
    207208  visibility: visible;
    208209  opacity: 1;
     210  pointer-events: auto;
     211  top: 0;
    209212}
    210213.affilizz-modal__loader img {
  • affilizz/tags/1.13.2/assets/src/scss/common/modal.scss

    r2963967 r2965012  
    1212    font-size: $font_size_normal;
    1313
    14     top: 0;
    1514    left: 0;
    1615    width: 100vw;
    1716    height: 100vh;
     17    top: -9999em;
    1818
    1919    visibility: hidden;
    2020    opacity: 0;
     21    pointer-events: none;
    2122
    2223    background: #111453cc;
     
    148149        visibility: visible;
    149150        opacity: 1;
     151        pointer-events: auto;
     152        top: 0;
    150153    }
    151154
  • affilizz/tags/1.13.2/init.php

    r2964143 r2965012  
    55 * Author URI: https://www.affilizz.com
    66 * Author: Affilizz, Dewizz SAS <wordpress@affilizz.com>
    7  * Version: 1.13.1
     7 * Version: 1.13.2
    88 * Text Domain: affilizz
    99 */
     
    1212if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1313
    14 define( 'AFFILIZZ_VERSION', '1.13.1' );
    15 define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'oKHH9iqjlJTyi6Ir' );
     14define( 'AFFILIZZ_VERSION', '1.13.2' );
     15define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'PVgQX1I7EnIB7Lfp' );
    1616
    1717foreach ( array(
  • affilizz/tags/1.13.2/readme.txt

    r2964143 r2965012  
    44Requires at least: 5.9
    55Tested up to: 6.3.1
    6 Stable tag: 1.13.1
     6Stable tag: 1.13.2
    77Requires PHP: 7.3.0
    88License: GPLv2 or later
     
    5252
    5353== Changelog ==
     54
     55= 1.13.2 =
     56
     57* Fixes an invisible "edit" link floating on top of the page / post content when the modal has been opened once.
    5458
    5559= 1.13.1 =
  • affilizz/trunk/assets/dist/css/admin.css

    r2963967 r2965012  
    9292  font-family: "Rubik", Arial, Sans_serif;
    9393  font-size: 14px;
    94   top: 0;
    9594  left: 0;
    9695  width: 100vw;
    9796  height: 100vh;
     97  top: -9999em;
    9898  visibility: hidden;
    9999  opacity: 0;
     100  pointer-events: none;
    100101  background: rgba(17, 20, 83, 0.8);
    101102  display: flex;
     
    207208  visibility: visible;
    208209  opacity: 1;
     210  pointer-events: auto;
     211  top: 0;
    209212}
    210213.affilizz-modal__loader img {
  • affilizz/trunk/assets/src/scss/common/modal.scss

    r2963967 r2965012  
    1212    font-size: $font_size_normal;
    1313
    14     top: 0;
    1514    left: 0;
    1615    width: 100vw;
    1716    height: 100vh;
     17    top: -9999em;
    1818
    1919    visibility: hidden;
    2020    opacity: 0;
     21    pointer-events: none;
    2122
    2223    background: #111453cc;
     
    148149        visibility: visible;
    149150        opacity: 1;
     151        pointer-events: auto;
     152        top: 0;
    150153    }
    151154
  • affilizz/trunk/init.php

    r2964143 r2965012  
    55 * Author URI: https://www.affilizz.com
    66 * Author: Affilizz, Dewizz SAS <wordpress@affilizz.com>
    7  * Version: 1.13.1
     7 * Version: 1.13.2
    88 * Text Domain: affilizz
    99 */
     
    1212if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1313
    14 define( 'AFFILIZZ_VERSION', '1.13.1' );
    15 define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'oKHH9iqjlJTyi6Ir' );
     14define( 'AFFILIZZ_VERSION', '1.13.2' );
     15define( 'AFFILIZZ_ASSETS_BUILD_VERSION', 'PVgQX1I7EnIB7Lfp' );
    1616
    1717foreach ( array(
  • affilizz/trunk/readme.txt

    r2964143 r2965012  
    44Requires at least: 5.9
    55Tested up to: 6.3.1
    6 Stable tag: 1.13.1
     6Stable tag: 1.13.2
    77Requires PHP: 7.3.0
    88License: GPLv2 or later
     
    5252
    5353== Changelog ==
     54
     55= 1.13.2 =
     56
     57* Fixes an invisible "edit" link floating on top of the page / post content when the modal has been opened once.
    5458
    5559= 1.13.1 =
Note: See TracChangeset for help on using the changeset viewer.