Plugin Directory

Changeset 2077306


Ignore:
Timestamp:
04/29/2019 07:30:35 PM (7 years ago)
Author:
pixelative
Message:
  • Fix: Broken editor issue is resolved when a post/page is edit.
Location:
amp-wp
Files:
376 added
4 edited

Legend:

Unmodified
Added
Removed
  • amp-wp/tags/1.5.6/admin/class-amp-wp-meta-box.php

    r2076574 r2077306  
    6464     * @param   string $desc   field description.
    6565     * @return void
    66      * /
     66     */
    6767    public static function checkbox( $id, $label, $desc = '' ) {
    6868
  • amp-wp/trunk/README.txt

    r2076574 r2077306  
    66Tested up to: 5.1.1
    77Requires PHP: 5.6
    8 Stable tag: 1.5.6
     8Stable tag: 1.5.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    174174== Changelog ==
    175175
     176= 1.5.7 - 2019-04-30 =
     177* Fix: Broken editor issue is resolved when a post/page is edit.
     178
    176179= 1.5.6 - 2019-04-29 =
    177180* Feature: Added AMP WP - Contact Form 7 Extension
  • amp-wp/trunk/admin/class-amp-wp-meta-box.php

    r2076574 r2077306  
    6161     *
    6262     * @param   string $id     field id.
    63      * @param   string $label  field lable.
     63     * @param   string $label  field label.
    6464     * @param   string $desc   field description.
    6565     * @return void
    66      * /
     66     */
    6767    public static function checkbox( $id, $label, $desc = '' ) {
    6868
  • amp-wp/trunk/amp-wp.php

    r2076574 r2077306  
    1616 * Plugin URI:          https://wordpress.org/plugins/amp-wp
    1717 * Description:         Automagically add Google AMP functionality to your site. Tons of Premium Features for FREE. Enable/Disable Post Types, Categories, and Tags.
    18  * Version:             1.5.6
     18 * Version:             1.5.7
    1919 * Author:              Pixelative, Mohsin Rafique
    2020 * Author URI:          https://pixelative.co
     
    5454 * Rename this for your plugin and update it as you release new versions.
    5555 */
    56 define( 'AMP_WP_VERSION', '1.5.6' );
     56define( 'AMP_WP_VERSION', '1.5.7' );
    5757
    5858/**
Note: See TracChangeset for help on using the changeset viewer.