Plugin Directory

Changeset 2429302


Ignore:
Timestamp:
12/01/2020 10:26:36 AM (5 years ago)
Author:
badprle
Message:

Popups style changes

Location:
emitto/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • emitto/trunk/emitto.php

    r2392071 r2429302  
    55Plugin URI:  https://producthive.io
    66Author:      https://producthive.io
    7 Version:     2.0.0
     7Version:     2.0.1
    88This program is free software: you can redistribute it and/or modify
    99    it under the terms of the GNU General Public License as published by
  • emitto/trunk/includes/emitto-functions.php

    r2392071 r2429302  
    99}
    1010//Emitto - Core Functionality
    11 define( 'MY_PLUGIN_VERSION', '2.0.0' );
     11define( 'MY_PLUGIN_VERSION', '2.0.1' );
    1212
    1313
     
    9090
    9191
    92         wp_enqueue_script( 'emitto-popup', plugin_dir_url( dirname( __FILE__ ) ) . 'public/popup.js', array(), null, true );
     92        wp_enqueue_script( 'emitto-popup', plugin_dir_url( dirname( __FILE__ ) ) . 'public/popup.min.js', array(), null, true );
    9393        require_once( 'popup.php' );
    9494
  • emitto/trunk/public/popup.css

    r2317275 r2429302  
    240240
    241241#popup-4 .emitto-section-desc {
    242     min-height: 150px;
     242    min-height: 250px;
    243243}
    244244
  • emitto/trunk/readme.txt

    r2332437 r2429302  
    44Plugin URI:   https://emitto.io/
    55Author:       https://producthive.io/
    6 Version:      2.1.1
     6Version:      2.0.1
    77Text Domain:  Emitto
    88License:      GPL v2 or later
Note: See TracChangeset for help on using the changeset viewer.