Changeset 2365933
- Timestamp:
- 08/20/2020 03:20:06 PM (5 years ago)
- Location:
- wp101
- Files:
-
- 4 edited
-
tags/5.2/readme.txt (modified) (2 diffs)
-
tags/5.2/wp101.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp101.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp101/tags/5.2/readme.txt
r2204738 r2365933 2 2 Contributors: shawndh, markjaquith, mordauk, JustinSainton, wpsmith, bhwebworks, liquidweb 3 3 Tags: wp101, tutorials, video, help, learn, screencast 4 Requires at least: 3.24 Requires at least: 4.1 5 5 Requires PHP: 5.4 6 Tested up to: 5. 36 Tested up to: 5.4 7 7 Stable tag: 5.2.0 8 8 … … 58 58 Yes! Simply define the `WP101_API_KEY` constant within your `wp-config` file: 59 59 60 /**61 * API key for the WP101 plugin.62 *63 * @link https://wp101plugin.com64 */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' ); 66 66 67 67 = 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 1 1 <?php 2 2 /** 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 10 12 * 11 13 * @package WP101 … … 33 35 */ 34 36 if ( ! defined( 'DISABLE_NAG_NOTICES' ) || ! DISABLE_NAG_NOTICES ) { 35 require_once WP101_INC . '/addons.php';37 require_once WP101_INC . '/addons.php'; 36 38 } 37 39 -
wp101/trunk/readme.txt
r2204738 r2365933 2 2 Contributors: shawndh, markjaquith, mordauk, JustinSainton, wpsmith, bhwebworks, liquidweb 3 3 Tags: wp101, tutorials, video, help, learn, screencast 4 Requires at least: 3.24 Requires at least: 4.1 5 5 Requires PHP: 5.4 6 Tested up to: 5. 36 Tested up to: 5.4 7 7 Stable tag: 5.2.0 8 8 … … 58 58 Yes! Simply define the `WP101_API_KEY` constant within your `wp-config` file: 59 59 60 /**61 * API key for the WP101 plugin.62 *63 * @link https://wp101plugin.com64 */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' ); 66 66 67 67 = 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 1 1 <?php 2 2 /** 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 10 12 * 11 13 * @package WP101 … … 33 35 */ 34 36 if ( ! defined( 'DISABLE_NAG_NOTICES' ) || ! DISABLE_NAG_NOTICES ) { 35 require_once WP101_INC . '/addons.php';37 require_once WP101_INC . '/addons.php'; 36 38 } 37 39
Note: See TracChangeset
for help on using the changeset viewer.