Plugin Directory

Changeset 1342499


Ignore:
Timestamp:
02/03/2016 06:34:17 PM (10 years ago)
Author:
MalteseSolutions
Message:

Updated several items:
a fix to avoid xss
typos
new icon
new admin layout

Location:
fireems-stats/trunk
Files:
10 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • fireems-stats/trunk/fireems-stats.php

    r1319974 r1342499  
    44Plugin URI: http://www.maltesesolutions.com
    55Description: This plugin will display your Fire/EMS Stats.
    6 Version: 1.1.1
     6Version: 1.2.1
    77Author: Maltese Solutions
    88Author URI: http://www.maltesesolutions.com
     
    1010*/
    1111
     12define('FIREEMS_VERSION', '1.2.1'); //since 1.2.1
    1213define('FIREEMS_PATH',  plugin_dir_path( __FILE__ ) );
    1314define('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");
     15require_once(FIREEMS_PATH."inc/functions.php");
     16require_once(FIREEMS_PATH."inc/admin.php");
     17require_once(FIREEMS_PATH."inc/widget.php");
    1718register_activation_hook( __FILE__, 'FireEMS_install' );
    1819?>
  • fireems-stats/trunk/readme.txt

    r1319968 r1342499  
    44Requires at least: 4.0
    55Tested up to: 4.4
    6 Stable tag: 1.1.1
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414FireEMS Stats (Lite) allows your Fire or EMS Organization to list montly activity on the front page.
    1515Edit your stats manually to keep your visitors and community up to date.
     16
     17Live Demo (Pro Version): http://wpdemo.maltesesolutions.com/
     18
     19
     20= Buy me a cup of coffee =
     21
     22A 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.
    1623
    1724Please take just few seconds to rate this plugin and tell the others how it works.
     
    3643The program checks to see if the current year is listed. If not it will prompt you to create a new year.
    3744
     45
    3846== Screenshots ==
    3947
    40 screenshot-1.png
    41 screenshot-2.png
    42 screenshot-3.png
     48Coming soon.
    4349
    4450== 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
    4558
    4659= 1.1.1 (2016-01-01) =
  • fireems-stats/trunk/uninstall.php

    r1294662 r1342499  
    44 *
    55 * @link       http://maltesesolutions.com
    6  * @since      1.0.0
     6 * @since      1.2.1
    77 *
    88 * @package    FireEms Stats
Note: See TracChangeset for help on using the changeset viewer.