Changeset 2541388
- Timestamp:
- 06/02/2021 03:02:51 PM (5 years ago)
- Location:
- emitto
- Files:
-
- 5 edited
-
readme.txt (modified) (1 diff)
-
trunk/emitto.php (modified) (1 diff)
-
trunk/includes/emitto-functions.php (modified) (1 diff)
-
trunk/public/popup.css (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emitto/readme.txt
r2538724 r2541388 4 4 Plugin URI: https://emitto.io/ 5 5 Author: https://producthive.io/ 6 Version: 2.1. 86 Version: 2.1.9 7 7 Text Domain: Emitto 8 8 License: GPL v2 or later -
emitto/trunk/emitto.php
r2538724 r2541388 5 5 Plugin URI: https://producthive.io 6 6 Author: https://producthive.io 7 Version: 2.1. 87 Version: 2.1.9 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
r2538724 r2541388 9 9 } 10 10 //Emitto - Core Functionality 11 define( 'MY_PLUGIN_VERSION', '2.1. 8' );11 define( 'MY_PLUGIN_VERSION', '2.1.9' ); 12 12 13 13 -
emitto/trunk/public/popup.css
r2530337 r2541388 292 292 } 293 293 294 @media only screen and (max-width: 700px) { 295 #popup-4 { 296 width: 400px; 297 } 298 299 #popup-4 .logo-text-container .main-text { 300 font-size: 14px; 301 } 302 303 #popup-4 .logo-text-container .sub-text { 304 font-size: 12px; 305 } 306 } 307 294 308 #popup-4 .dont-show { 295 309 margin: 0; -
emitto/trunk/readme.txt
r2538724 r2541388 4 4 Plugin URI: https://emitto.io/ 5 5 Author: https://producthive.io/ 6 Version: 2.1. 86 Version: 2.1.9 7 7 Text Domain: Emitto 8 8 License: GPL v2 or later
Note: See TracChangeset
for help on using the changeset viewer.