Plugin Directory

Changeset 1344906


Ignore:
Timestamp:
02/06/2016 11:41:02 PM (10 years ago)
Author:
andibraeu
Message:

minor fixes

Location:
ff-communitymap/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ff-communitymap/trunk/ffcommunitymap.php

    r1344872 r1344906  
    55Plugin URI: http://api.freifunk.net
    66Description: display the freifunk community map
    7 Version: 3.0
     7Version: 3.1
    88Author: Andi Bräu
    99Author URI: https://blog.andi95.de
     
    179179                           <%= item.name  %>
    180180                   <%  } %></td>';
    181     $ffColumns['city']['head'] = '<th title="'.__('Stadt').'" data-sorted="true" data-direction="ASC">'.__('Stadt/Region').'</th>'.PHP_EOL;
     181    $ffColumns['city']['head'] = '<th id="hcity" title="'.__('Stadt').'" data-sorted="true" data-direction="ASC">'.__('Stadt/Region').'</th>'.PHP_EOL;
    182182    $ffColumns['city']['js'] = '<% if (item.location.city) {%>
    183183                <td><%= item.location.city %>
  • ff-communitymap/trunk/readme.txt

    r1344887 r1344906  
    55Requires at least: 3.6
    66Tested up to: 4.4.1
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88
    99Displays the freifunk community map and/or the freifunk community table
     
    4747== Changelog ==
    4848
     49 = 3.1 =
     50 * some minor corrections
     51
    4952 = 3.0 =
    5053 * add zip search to community table
Note: See TracChangeset for help on using the changeset viewer.