Changeset 1342499
- Timestamp:
- 02/03/2016 06:34:17 PM (10 years ago)
- Location:
- fireems-stats/trunk
- Files:
-
- 10 added
- 3 deleted
- 3 edited
-
assets (deleted)
-
css (deleted)
-
fireems-stats (deleted)
-
fireems-stats.php (modified) (2 diffs)
-
inc (added)
-
inc/admin.php (added)
-
inc/css (added)
-
inc/css/fireemsA.css (added)
-
inc/css/fireemsW.css (added)
-
inc/functions.php (added)
-
inc/images (added)
-
inc/images/small_ms.png (added)
-
inc/images/truck65.png (added)
-
inc/widget.php (added)
-
readme.txt (modified) (3 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fireems-stats/trunk/fireems-stats.php
r1319974 r1342499 4 4 Plugin URI: http://www.maltesesolutions.com 5 5 Description: This plugin will display your Fire/EMS Stats. 6 Version: 1. 1.16 Version: 1.2.1 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.1 12 13 define('FIREEMS_PATH', plugin_dir_path( __FILE__ ) ); 13 14 define('FIREEMS_URL', WP_PLUGIN_URL."/fireems-stats/" ); 14 require_once(FIREEMS_PATH." assets/functions.php");15 require_once(FIREEMS_PATH." assets/admin.php");16 require_once(FIREEMS_PATH." assets/widget.php");15 require_once(FIREEMS_PATH."inc/functions.php"); 16 require_once(FIREEMS_PATH."inc/admin.php"); 17 require_once(FIREEMS_PATH."inc/widget.php"); 17 18 register_activation_hook( __FILE__, 'FireEMS_install' ); 18 19 ?> -
fireems-stats/trunk/readme.txt
r1319968 r1342499 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4 6 Stable tag: 1. 1.16 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 FireEMS Stats (Lite) allows your Fire or EMS Organization to list montly activity on the front page. 15 15 Edit your stats manually to keep your visitors and community up to date. 16 17 Live Demo (Pro Version): http://wpdemo.maltesesolutions.com/ 18 19 20 = Buy me a cup of coffee = 21 22 A cup of coffee from you is really inspiring and helpful to allow me to develop free plugins. If you enjoy using Fire/EMS Stats and find it useful, please consider making a donation to buy me a cup of coffee. 16 23 17 24 Please take just few seconds to rate this plugin and tell the others how it works. … … 36 43 The program checks to see if the current year is listed. If not it will prompt you to create a new year. 37 44 45 38 46 == Screenshots == 39 47 40 screenshot-1.png 41 screenshot-2.png 42 screenshot-3.png 48 Coming soon. 43 49 44 50 == Changelog == 51 52 = 1.2.2 (2016-02-03) = 53 * Hopefully averted a XSS scripting error. 54 * Changed the plugin icon 55 * Fixed some more typos 56 * Re-organized the folders 57 * Added a FAQ page 45 58 46 59 = 1.1.1 (2016-01-01) = -
fireems-stats/trunk/uninstall.php
r1294662 r1342499 4 4 * 5 5 * @link http://maltesesolutions.com 6 * @since 1. 0.06 * @since 1.2.1 7 7 * 8 8 * @package FireEms Stats
Note: See TracChangeset
for help on using the changeset viewer.