Plugin Directory

Changeset 2872482


Ignore:
Timestamp:
02/28/2023 03:51:53 PM (3 years ago)
Author:
nappssolutions
Message:

New version 1.0.16

Location:
napps
Files:
102 added
3 edited

Legend:

Unmodified
Added
Removed
  • napps/trunk/napps.php

    r2860747 r2872482  
    33 * Plugin Name: NAPPS - Mobile app builder
    44 * Description: Plugin to complement the napps E-commerce solution. More on https://napps.io
    5  * Version:     1.0.15
     5 * Version:     1.0.16
    66 * Text Domain: napps
    77 * Author:      NAPPS
     
    3636define( 'NAPPS_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
    3737define( 'NAPPS_PLUGIN_FILE',  __FILE__ );
    38 define( 'NAPPS_VERSION', '1.0.15' );
     38define( 'NAPPS_VERSION', '1.0.16' );
    3939define( 'NAPPS_REST_PREFIX', 'napps/v1' );
    4040
  • napps/trunk/public/css/smartbanner.min.css

    r2672465 r2872482  
    1111  height: 84px;
    1212  background: #f3f3f3;
    13   /* font-family: Helvetica, sans, sans-serif; */
     13  z-index: 9999;
    1414}
    1515.smartbanner__exit {
     
    2929  width: 1px;
    3030  height: 12px;
    31   /* background: #767676;
    32   content: " "; */
    3331}
    34 /* .smartbanner__exit::before {
    35   transform: rotate(45deg);
    36 }
    37 .smartbanner__exit::after {
    38   transform: rotate(-45deg);
    39 } */
    4032.smartbanner__icon {
    4133  position: absolute;
     
    9385  height: 17px;
    9486  border-radius: 14px;
    95   /* background: #1c1e21;
    96   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset,
    97     0 1px 1px rgba(255, 255, 255, 0.3); */
    9887  color: #b1b1b3;
    99   /* font-family: "ArialRoundedMTBold", Arial; */
    10088  font-size: 20px;
    10189  line-height: 17px;
  • napps/trunk/readme.txt

    r2860747 r2872482  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.15
     6Stable tag: 1.0.16
    77Requires PHP: 5.6
    88License: GPLv2
     
    7575
    7676== Changelog ==
     77
     78= 1.0.15 =
     79
     80* Fix - Smartbanner position z-index
    7781
    7882= 1.0.15 =
Note: See TracChangeset for help on using the changeset viewer.