Plugin Directory

Changeset 2365933


Ignore:
Timestamp:
08/20/2020 03:20:06 PM (5 years ago)
Author:
stevegrunwell
Message:

Bump tested up to to 5.4

Location:
wp101
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp101/tags/5.2/readme.txt

    r2204738 r2365933  
    22Contributors: shawndh, markjaquith, mordauk, JustinSainton, wpsmith, bhwebworks, liquidweb
    33Tags: wp101, tutorials, video, help, learn, screencast
    4 Requires at least: 3.2
     4Requires at least: 4.1
    55Requires PHP: 5.4
    6 Tested up to: 5.3
     6Tested up to: 5.4
    77Stable tag: 5.2.0
    88
     
    5858Yes! Simply define the `WP101_API_KEY` constant within your `wp-config` file:
    5959
    60     /**
    61     * API key for the WP101 plugin.
    62     *
    63     * @link https://wp101plugin.com
    64     */
    65     define( 'WP101_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' );
     60    /**
     61    * API key for the WP101 plugin.
     62    *
     63    * @link https://wp101plugin.com
     64    */
     65    define( 'WP101_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' );
    6666
    6767= I've been using the WP101 Plugin for some time now — will upgrading to 5.x break my site? =
  • wp101/tags/5.2/wp101.php

    r2204762 r2365933  
    11<?php
    22/**
    3  * Plugin Name: WP101
    4  * Plugin URI:  https://wp101plugin.com
    5  * Description: A complete set of video tutorials for WordPress, Jetpack, WooCommerce, and Yoast SEO, delivered directly in the dashboard.
    6  * Version:     5.2
    7  * Author:      WP101
    8  * Author URI:  https://wp101.com
    9  * Text Domain: wp101
     3 * Plugin Name:       WP101
     4 * Plugin URI:        https://wp101plugin.com
     5 * Description:       A complete set of video tutorials for WordPress, Jetpack, WooCommerce, and Yoast SEO, delivered directly in the dashboard.
     6 * Version:           5.2
     7 * Author:            WP101
     8 * Author URI:        https://wp101.com
     9 * Text Domain:       wp101
     10 * Requires at least: 4.1
     11 * Requires PHP:      5.4
    1012 *
    1113 * @package WP101
     
    3335 */
    3436if ( ! defined( 'DISABLE_NAG_NOTICES' ) || ! DISABLE_NAG_NOTICES ) {
    35     require_once WP101_INC . '/addons.php';
     37    require_once WP101_INC . '/addons.php';
    3638}
    3739
  • wp101/trunk/readme.txt

    r2204738 r2365933  
    22Contributors: shawndh, markjaquith, mordauk, JustinSainton, wpsmith, bhwebworks, liquidweb
    33Tags: wp101, tutorials, video, help, learn, screencast
    4 Requires at least: 3.2
     4Requires at least: 4.1
    55Requires PHP: 5.4
    6 Tested up to: 5.3
     6Tested up to: 5.4
    77Stable tag: 5.2.0
    88
     
    5858Yes! Simply define the `WP101_API_KEY` constant within your `wp-config` file:
    5959
    60     /**
    61     * API key for the WP101 plugin.
    62     *
    63     * @link https://wp101plugin.com
    64     */
    65     define( 'WP101_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' );
     60    /**
     61    * API key for the WP101 plugin.
     62    *
     63    * @link https://wp101plugin.com
     64    */
     65    define( 'WP101_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' );
    6666
    6767= I've been using the WP101 Plugin for some time now — will upgrading to 5.x break my site? =
  • wp101/trunk/wp101.php

    r2204762 r2365933  
    11<?php
    22/**
    3  * Plugin Name: WP101
    4  * Plugin URI:  https://wp101plugin.com
    5  * Description: A complete set of video tutorials for WordPress, WooCommerce, Jetpack, and Yoast SEO, delivered directly in the dashboard.
    6  * Version:     5.2
    7  * Author:      WP101
    8  * Author URI:  https://wp101.com
    9  * Text Domain: wp101
     3 * Plugin Name:       WP101
     4 * Plugin URI:        https://wp101plugin.com
     5 * Description:       A complete set of video tutorials for WordPress, Jetpack, WooCommerce, and Yoast SEO, delivered directly in the dashboard.
     6 * Version:           5.2
     7 * Author:            WP101
     8 * Author URI:        https://wp101.com
     9 * Text Domain:       wp101
     10 * Requires at least: 4.1
     11 * Requires PHP:      5.4
    1012 *
    1113 * @package WP101
     
    3335 */
    3436if ( ! defined( 'DISABLE_NAG_NOTICES' ) || ! DISABLE_NAG_NOTICES ) {
    35     require_once WP101_INC . '/addons.php';
     37    require_once WP101_INC . '/addons.php';
    3638}
    3739
Note: See TracChangeset for help on using the changeset viewer.