Plugin Directory

Changeset 1966193


Ignore:
Timestamp:
10/31/2018 04:59:55 AM (7 years ago)
Author:
radius314
Message:

Preparing for 1.7.4 release

Location:
bread/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bread/trunk/bmlt-meeting-list.php

    r1964373 r1966193  
    55Description: Maintains and generates a PDF Meeting List from BMLT.
    66Author: odathp, radius314, pjaudiomv, klgrimley
    7 Version: 1.7.3
     7Version: 1.7.4
    88*/
    99/* Disallow direct access to the plugin file */
     
    15931593        function admin_menu_link()  {
    15941594            global $my_admin_page;
    1595             $my_admin_page = add_menu_page( 'Meeting List', 'Meeting List', 'edit_posts', basename(__FILE__), array(&$this, 'admin_options_page'),'', 3 );
     1595            $my_admin_page = add_menu_page( 'Meeting List', 'Meeting List', 'edit_posts', basename(__FILE__), array(&$this, 'admin_options_page'), 'dashicons-admin-page');
    15961596        }
    15971597
  • bread/trunk/readme.txt

    r1964373 r1966193  
    66Requires PHP: 5.6
    77Tested up to: 4.9.8
    8 Stable tag: 1.7.3
     8Stable tag: 1.7.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== Changelog ==
     56
     57= 1.7.4 =
     58* Moved "Meeting List" link to the bottom of the admin menu to avoid conflicts with hardcoded positioning. [#40]
     59* Added an actual icon for the "Meeting List" link on the admin page.
    5660
    5761= 1.7.3 =
Note: See TracChangeset for help on using the changeset viewer.