Plugin Directory

Changeset 3133347


Ignore:
Timestamp:
08/09/2024 09:49:05 PM (7 months ago)
Author:
wpsofts
Message:

Loader z-index issue resolved & WP v6.6.1 compatiblity note added

Location:
portfolio-wp
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • portfolio-wp/tags/2.2.1/css/crp-main-admin.css

    r2938840 r3133347  
    6262
    6363.crp-loader {
    64     z-index: 100;
     64    z-index: 100 !important;
    6565    position: relative;
    6666    display: inline-block;
  • portfolio-wp/tags/2.2.1/portfolio-wp.php

    r2938842 r3133347  
    88* Author URI: http://wpsofts.com
    99* License: GPLv2 or later
    10 * Version: 2.2.0
     10* Version: 2.2.1
    1111*/
    1212
  • portfolio-wp/tags/2.2.1/readme.txt

    r2938840 r3133347  
    33Tags: portfolio, gallery, photo gallery, portfolio gallery, portfolio plugin
    44Requires at least: 4.0
    5 Tested up to: 6.2.2
    6 Stable tag: 2.2.0
     5Tested up to: 6.6.1
     6Stable tag: 2.2.1
    77License: GPLv2 or later
    88
     
    185185== Changelog ==
    186186
     187= 2.2.1 =
     188* Admin loader z-index related issue resolved
     189* WP 6.6.1 compatibility note added
     190
    187191= 2.2.0 =
    188192* Spinner related issue was resolved for WordPress v6.2.2
  • portfolio-wp/trunk/css/crp-main-admin.css

    r2938840 r3133347  
    6262
    6363.crp-loader {
    64     z-index: 100;
     64    z-index: 100 !important;
    6565    position: relative;
    6666    display: inline-block;
  • portfolio-wp/trunk/portfolio-wp.php

    r2938842 r3133347  
    88* Author URI: http://wpsofts.com
    99* License: GPLv2 or later
    10 * Version: 2.2.0
     10* Version: 2.2.1
    1111*/
    1212
  • portfolio-wp/trunk/readme.txt

    r2938840 r3133347  
    33Tags: portfolio, gallery, photo gallery, portfolio gallery, portfolio plugin
    44Requires at least: 4.0
    5 Tested up to: 6.2.2
    6 Stable tag: 2.2.0
     5Tested up to: 6.6.1
     6Stable tag: 2.2.1
    77License: GPLv2 or later
    88
     
    185185== Changelog ==
    186186
     187= 2.2.1 =
     188* Admin loader z-index related issue resolved
     189* WP 6.6.1 compatibility note added
     190
    187191= 2.2.0 =
    188192* Spinner related issue was resolved for WordPress v6.2.2
Note: See TracChangeset for help on using the changeset viewer.