Changeset 1378271
- Timestamp:
- 03/24/2016 08:51:48 PM (10 years ago)
- Location:
- fireems-stats/trunk
- Files:
-
- 6 edited
-
fireems-stats.php (modified) (1 diff)
-
inc/admin.php (modified) (1 diff)
-
inc/functions.php (modified) (2 diffs)
-
inc/widget.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fireems-stats/trunk/fireems-stats.php
r1342499 r1378271 4 4 Plugin URI: http://www.maltesesolutions.com 5 5 Description: This plugin will display your Fire/EMS Stats. 6 Version: 1.2. 16 Version: 1.2.2 7 7 Author: Maltese Solutions 8 8 Author URI: http://www.maltesesolutions.com -
fireems-stats/trunk/inc/admin.php
r1342499 r1378271 4 4 * 5 5 * @link http://maltesesolutions.com 6 * @since 1.2. 16 * @since 1.2.2 7 7 * 8 8 * @package FireEms Stats -
fireems-stats/trunk/inc/functions.php
r1342499 r1378271 4 4 * 5 5 * @link http://maltesesolutions.com 6 * @since 1.2. 16 * @since 1.2.2 7 7 * 8 8 * @package FireEms Stats … … 12 12 13 13 function fireems_admin_menu() { 14 add_menu_page( 'Fire/EMS Stats', 'Fire/EMS Stats', ' manage_options', 'fireems-stats', 'fireems_updatepage', plugins_url( './images/truck65.png',__FILE__), 3);14 add_menu_page( 'Fire/EMS Stats', 'Fire/EMS Stats', 'edit_posts', 'fireems-stats', 'fireems_updatepage', plugins_url( './images/truck65.png',__FILE__), 3); 15 15 //create submenu items 16 add_submenu_page( 'fireems-stats', 'View Prior Stats', 'Prior Stats', ' manage_options', 'fireems-prior', fireems_priorpage );17 add_submenu_page( 'fireems-stats', 'FAQ\'s', 'FAQs', ' manage_options', 'fireems-faq', fireems_faqpage );16 add_submenu_page( 'fireems-stats', 'View Prior Stats', 'Prior Stats', 'edit_pages', 'fireems-prior', fireems_priorpage ); 17 add_submenu_page( 'fireems-stats', 'FAQ\'s', 'FAQs', 'edit_posts', 'fireems-faq', fireems_faqpage ); 18 18 add_submenu_page( 'fireems-stats', 'Monthly Stats Options', 'Options', 'manage_options', 'fireems-options', fireems_optionpage ); 19 19 add_action('admin_print_styles', 'fireems_admin_css'); -
fireems-stats/trunk/inc/widget.php
r1342499 r1378271 4 4 * 5 5 * @link http://maltesesolutions.com 6 * @since 1.2. 16 * @since 1.2.2 7 7 * 8 8 * @package FireEms Stats -
fireems-stats/trunk/readme.txt
r1342499 r1378271 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 FireEMS Stats (Lite) allows your Fire or EMS Organization to list montly activity on the front page. 15 15 16 Edit your stats manually to keep your visitors and community up to date. 16 17 17 Live Demo (Pro Version): http://wpdemo.maltesesolutions.com/ 18 [Live Demo (Pro Version):](http://wpdemo.maltesesolutions.com). 19 20 ### Like this plugin? 18 21 19 22 20 = Buy me a cup of coffee = 23 * [Buy Me A Cup of Coffee](https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=8MKMtwWBhYqvrL20fTFjl8lt6KY_uDXqj3Vggpykc7tt8o4LtMhrIGCsfLS&dispatch=5885d80a13c0db1f8e263663d3faee8defcd6970d4fd9d661117ac2649af92bb). 21 24 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.25 * [Rating the plugin](https://wordpress.org/support/view/plugin-reviews/fireems-stats?rate=5#postform). 23 26 24 Please take just few seconds to rate this plugin and tell the others how it works.25 27 26 28 == Installation == … … 46 48 == Screenshots == 47 49 48 Coming soon. 50 1. Backend add/update stats. 51 52 2. Widget install. 53 54 3. Frontend widget view. 49 55 50 56 == Changelog == 51 57 52 = 1.2.2 (2016-02-03) = 58 = 1.2.2 (2016-03-24) = 59 * Added the ability for non-admins to update stats. 60 * User must have the role of contributor or above. 61 62 = 1.2.1 (2016-02-03) = 53 63 * Hopefully averted a XSS scripting error. 54 64 * Changed the plugin icon -
fireems-stats/trunk/uninstall.php
r1342499 r1378271 4 4 * 5 5 * @link http://maltesesolutions.com 6 * @since 1.2. 16 * @since 1.2.2 7 7 * 8 8 * @package FireEms Stats
Note: See TracChangeset
for help on using the changeset viewer.