Plugin Directory

Changeset 1762272

Timestamp:
11/09/2017 08:31:29 PM (7 years ago)
Author:
boogah
Message:

Minimal AMP 1.0.1 release

Location:
minimal-amp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • minimal-amp/trunk/README.txt

    r1668012 r1762272  
    33Tags: amp, mobile, google, mercury
    44Requires at least: 3.7
    5 Tested up to: 4.8
    6 Stable tag: 1.0
     5Tested up to: 4.
     6Stable tag: 1.0
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    2929== Changelog ==
    3030
    31 = 1.0, January 16, 2017 =
     31= 1.0.1, November 9, 2017 =
     32* Minor code cleanup
     33
     34= 1.0.0, January 16, 2017 =
    3235* Initial release.
  • minimal-amp/trunk/minimal-amp.php

    r1577593 r1762272  
    44 * Plugin URI:        https://github.com/boogah/minimal-amp/
    55 * Description:       An incredibly minimal AMP implementation, courtesy of <a href="https://mercury.postlight.com/amp-converter/">Postlight Mercury</a>. Just enable and go!
    6  * Version:           1.0.0
     6 * Version:           1.0.
    77 * Author:            Jason Cosper
    88 * Author URI:        https://jasoncosper.com/
     
    1313 *
    1414 * @link              https://jasoncosper.com/
    15  * @package           Minimal_AMP
     15 * @package           
    1616 * @author            Jason Cosper
    17  * @version           1.0.0
     17 * @version           1.0.
    1818 */
    1919
     
    3030        ?>
    3131        <link rel="amphtml" href="https://mercury.postlight.com/amp?url=<?php echo rawurlencode( get_the_permalink() ); ?>">
    32         <?php }
     32        <?php
     33    }
    3334}
    3435add_action( 'wp_head', 'minimal_amp_include' );
Note: See TracChangeset for help on using the changeset viewer.