Plugin Directory

Changeset 916610


Ignore:
Timestamp:
05/18/2014 03:17:23 PM (12 years ago)
Author:
dkukral
Message:

verified compat with wp 3.9.1

Location:
postal-logger/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postal-logger/trunk/license.txt

    r422655 r916610  
    11WordPress - Web publishing software
    22
    3 Copyright 2011 by the contributors
     3Copyright 2014 by the contributors
    44
    55This program is free software; you can redistribute it and/or modify
     
    3232  WordPress - Web publishing software
    3333
    34   Copyright 2003-2010 by the contributors
     34  Copyright 2003-2014 by the contributors
    3535
    3636  WordPress is released under the GPL
  • postal-logger/trunk/postal-logger.php

    r422655 r916610  
    44Plugin URI: http://yourdomain.com/
    55Description: Used to log postal codes of users coming to your blog.
    6 Version: 1.0
     6Version: 1.1
    77Author: Don Kukral
    88Author URI: http://yourdomain.com
     
    1010*/
    1111
    12 #error_reporting(E_ALL);
    13 #ini_set("display_errors", 1);
    1412function postal_logger_menu() {
    1513    if ($_GET['view'] == 'city') {
     
    1917    }
    2018    $log = unserialize($log);
     19    if (!$log) { $log = Array(); }
    2120    asort($log);
    2221?>
  • postal-logger/trunk/readme.txt

    r621918 r916610  
    11=== Postal Logger ===
    2 Contributors: jboydston, dkukral, Droyal
     2Contributors: jboydston, dkukral
    33Donate link:
    44Tags: geo, location, log
    55Requires at least: 3.0
    6 Tested up to: 3.2.1
    7 Stable tag: 1.0
     6Tested up to: 3.9.1
     7Stable tag: 1.1
    88
    99Plugin for WordPress that allows you log user postal codes.
     
    1414
    1515== License ==
    16 Copyright 2010 - 2011 Joe Boydston, Don Kukral
     16Copyright 2010 - 2014 Joe Boydston, Don Kukral
    1717
    1818This program is free software; you can redistribute it and/or modify
     
    4444
    4545== Changelog ==
     46= 1.1 =
     47Verified compatibility with WP 3.9.1
    4648
    4749= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.