Changeset 2429302
- Timestamp:
- 12/01/2020 10:26:36 AM (5 years ago)
- Location:
- emitto/trunk
- Files:
-
- 4 edited
-
emitto.php (modified) (1 diff)
-
includes/emitto-functions.php (modified) (2 diffs)
-
public/popup.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emitto/trunk/emitto.php
r2392071 r2429302 5 5 Plugin URI: https://producthive.io 6 6 Author: https://producthive.io 7 Version: 2.0. 07 Version: 2.0.1 8 8 This program is free software: you can redistribute it and/or modify 9 9 it under the terms of the GNU General Public License as published by -
emitto/trunk/includes/emitto-functions.php
r2392071 r2429302 9 9 } 10 10 //Emitto - Core Functionality 11 define( 'MY_PLUGIN_VERSION', '2.0. 0' );11 define( 'MY_PLUGIN_VERSION', '2.0.1' ); 12 12 13 13 … … 90 90 91 91 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 ); 93 93 require_once( 'popup.php' ); 94 94 -
emitto/trunk/public/popup.css
r2317275 r2429302 240 240 241 241 #popup-4 .emitto-section-desc { 242 min-height: 150px;242 min-height: 250px; 243 243 } 244 244 -
emitto/trunk/readme.txt
r2332437 r2429302 4 4 Plugin URI: https://emitto.io/ 5 5 Author: https://producthive.io/ 6 Version: 2. 1.16 Version: 2.0.1 7 7 Text Domain: Emitto 8 8 License: GPL v2 or later
Note: See TracChangeset
for help on using the changeset viewer.