Plugin Directory

Changeset 1854172


Ignore:
Timestamp:
04/06/2018 01:45:02 PM (8 years ago)
Author:
MaikelM
Message:

update to version 1.0.5

Location:
simple-link-library/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-link-library/trunk/bms-linksshow.php

    r1213270 r1854172  
    121121
    122122        if ($count <= $num_columns) {
    123             $output.='<td>' . $link . '(' . $category->count . ')' . '</td>';
     123            $output.='<td>' . $link . ' (' . $category->count . ')' . '</td>';
    124124            $count++;
    125125        } else {
    126126            $output.= '</tr><tr>';
    127127            $count = 2;
    128             $output.='<td>' . $link . '(' . $category->count . ')' . '</td>';
     128            $output.='<td>' . $link . ' (' . $category->count . ')' . '</td>';
    129129        }
    130130    }
  • simple-link-library/trunk/bms-yall2.php

    r1746724 r1854172  
    44Plugin URI: http://www.bm-support.org
    55Description: Simple Link organizer for displaying links
    6 Version: 1.0.4
     6Version: 1.0.5
    77Author: Maikel Mardjan
    88Author URI: http://nocomplexity.com
    9 License: GPL3
     9License: GPLv3
    1010*/
    1111
  • simple-link-library/trunk/readme.txt

    r1746725 r1854172  
    44Stable tag: 3.8
    55Requires at least: 4.0
    6 Tested up to: 4.8
    7 License: GPLv3
     6Tested up to: 4.9.5
     7License: GPLv3 or higher
    88
    99Manage your link collection in a simple way.
     
    5555= 1.0.4 =
    5656* Tested with WP4.8.2
     57
     58= 1.0.5 =
     59* Tested with WP4.9.5
     60* Updated code, to fix issue 'Fixing no space before parentheses' , see: https://wordpress.org/support/topic/fixing-no-space-before-parenthesis/
     61
     62
Note: See TracChangeset for help on using the changeset viewer.