Plugin Directory

Changeset 1220393


Ignore:
Timestamp:
08/13/2015 10:19:33 PM (11 years ago)
Author:
LabelBlanc
Message:
  • Bump of the Wordpress version supported (4.3)
  • Misc: Changed the title of the settings page from h2 to h1, like other settings pages in Wordpress 4.3
Location:
improved-save-button
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • improved-save-button/trunk/lib/class-lb-save-and-then-settings.php

    r1094802 r1220393  
    147147        ?>
    148148        <div class="wrap">
    149         <h2><?php printf( __('<em>%s</em> Settings', 'lb-save-and-then'), LB_Save_And_Then::get_localized_name() ); ?></h2>
     149        <h1><?php printf( __('<em>%s</em> Settings', 'lb-save-and-then'), LB_Save_And_Then::get_localized_name() ); ?></h1>
    150150        <form method="post" action="options.php" data-lb-sat-settings="form">
    151151            <?php settings_fields( self::OPTION_GROUP ); ?>
  • improved-save-button/trunk/readme.txt

    r1155406 r1220393  
    33Tags: publish, save, close, list, edit, editing, return to list, close post, posts list, update, save and new, save and return, save and list, save and next, next post, save and previous, previous post, admin, administration, editor, multisite, custom post type, page, post
    44Requires at least: 3.5
    5 Tested up to: 4.2.2
    6 Stable tag: 1.0.1
     5Tested up to: 4.3
     6Stable tag: 1.0.2
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4444== Changelog ==
    4545
     46= 1.0.2 =
     47Release Date: August 13, 2015
     48
     49* Misc: Changed the title of the settings page from h2 to h1, like other settings pages in Wordpress 4.3
     50
    4651= 1.0.1 =
    4752Release Date: April 30, 2015
Note: See TracChangeset for help on using the changeset viewer.