Changeset 1445425
- Timestamp:
- 06/29/2016 04:50:02 AM (10 years ago)
- Location:
- fireems-stats/trunk
- Files:
-
- 4 edited
-
fireems-stats.php (modified) (2 diffs)
-
inc/css/fireemsA.css (modified) (1 diff)
-
inc/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fireems-stats/trunk/fireems-stats.php
r1378271 r1445425 4 4 Plugin URI: http://www.maltesesolutions.com 5 5 Description: This plugin will display your Fire/EMS Stats. 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author: Maltese Solutions 8 8 Author URI: http://www.maltesesolutions.com … … 10 10 */ 11 11 12 define('FIREEMS_VERSION', '1.2. 1'); //since 1.2.112 define('FIREEMS_VERSION', '1.2.3'); //since 1.2.1 13 13 define('FIREEMS_PATH', plugin_dir_path( __FILE__ ) ); 14 14 define('FIREEMS_URL', WP_PLUGIN_URL."/fireems-stats/" ); -
fireems-stats/trunk/inc/css/fireemsA.css
r1342499 r1445425 20 20 } 21 21 22 ul {22 .fire ul { 23 23 padding-left: 20px; 24 24 list-style: square; -
fireems-stats/trunk/inc/functions.php
r1378271 r1445425 146 146 function print_rightcol() { 147 147 $display = '</div>'; 148 $display .= '<div class="rightColumn ">';148 $display .= '<div class="rightColumn fire">'; 149 149 $display .= '<h1 class="mslogo"></h1>'; 150 150 $display .= '<p>Fire/EMS Stats (Lite) was created by Maltese Solutions.</p>'; -
fireems-stats/trunk/readme.txt
r1397338 r1445425 4 4 Requires at least: 4.0 5 5 Tested up to: 4.5 6 Stable tag: 1.2. 26 Stable tag: 1.2.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 == Changelog == 54 54 55 = 1.2.3 (2016-06-29) = 56 * Fixed an error with admin UL css 57 55 58 = 1.2.2 (2016-03-24) = 56 59 * Added the ability for non-admins to update stats.
Note: See TracChangeset
for help on using the changeset viewer.