Skip to content

Commit

Permalink
Tested and verified for WordPress 5.7
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hesketh <[email protected]>
  • Loading branch information
Shawn Hesketh committed Mar 9, 2021
1 parent 6571e33 commit dca6516
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 18 deletions.
33 changes: 20 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
=== WP101 ===
=== WP101 Video Tutorial Plugin ===
Contributors: shawndh, markjaquith, mordauk, JustinSainton, wpsmith, bhwebworks, liquidweb
Tags: wp101, tutorials, video, help, learn, screencast
Requires at least: 4.1
Requires PHP: 5.4
Tested up to: 5.5.1
Stable tag: 5.2.0
Tested up to: 5.7
Stable tag: 5.3.0

The WP101® Plugin provides your clients with a library tutorial videos for WordPress, WooCommerce, Jetpack, Yoast SEO, and more — right in their own dashboard. Choose which videos to show, or add your own!
The WP101® Video Tutorial Plugin provides your clients with a library tutorial videos for WordPress, WooCommerce, Jetpack, Yoast SEO, and more — right in their own dashboard. Choose which videos to show, or add your own!

== Description ==

The WP101® Plugin is simply the easiest way to teach your clients WordPress basics, cutting your support costs while providing an invaluable resource for your clients. It delivers a library of professionally-produced, ‘WordPress 101’ tutorial videos directly within your client’s own dashboard.

Plus, the WP101 Plugin also includes tutorial videos for WooCommerce, Jetpack, Yoast SEO, and Ninja Forms, provided those plugins are also installed and activated on the site in question. Videos for other popular plugins are in the works.
The WP101® Video Tutorial Plugin is simply the easiest way to teach your clients WordPress basics, cutting your support costs while providing an invaluable resource for your clients. It delivers a library of professionally-produced, ‘WordPress 101’ tutorial videos directly within your client’s own dashboard.

Plus, the WP101 Video Tutorial Plugin also includes tutorial videos for WooCommerce, Jetpack, Yoast SEO, and Ninja Forms. Videos for other popular plugins are in the works.

Simply enter your [WP101Plugin.com](https://wp101plugin.com/) API key to display our WordPress tutorial videos within your client’s WordPress administration panel.

You can choose which tutorial videos to show in the list, or even embed your own custom videos!
Expand Down Expand Up @@ -57,12 +57,12 @@ You can ask your developer to renew their subscription, or you can go to [WP101P

Yes! Simply define the `WP101_API_KEY` constant within your `wp-config` file:

/**
* API key for the WP101 plugin.
*
* @link https://wp101plugin.com
*/
define( 'WP101_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' );
/**
* API key for the WP101 plugin.
*
* @link https://wp101plugin.com
*/
define( 'WP101_API_KEY', 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' );

= I've been using the WP101 Plugin for some time now — will upgrading to 5.x break my site? =

Expand All @@ -84,6 +84,10 @@ We've made every effort to ensure a smooth transition to version 5.x of the WP10
== Changelog ==

For a complete list of changes, please see [the plugin's GitHub repository](https://github.com/leftlane/wp101plugin/blob/master/CHANGELOG.md).

= 5.3 =
* Tested and verified for WordPress 5.7.
* Updated name for better discoverability.

= 5.2 =
* Tested and verified for WordPress 5.3.
Expand All @@ -102,6 +106,9 @@ For a complete list of changes, please see [the plugin's GitHub repository](http
* Custom videos, course visibility, and permissions are now controlled via [the WP101 Plugin app](https://app.wp101plugin.com).

== Upgrade Notice ==

= 5.3 =
* Tested and verified for WordPress 5.7, plus some minor housekeeping.

= 5.2 =
* Tested and verified for WordPress 5.3, plus some minor housekeeping.
Expand Down
10 changes: 5 additions & 5 deletions wp101.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Plugin Name: WP101
* Plugin Name: WP101 Video Tutorial Plugin
* Plugin URI: https://wp101plugin.com
* Description: A complete set of video tutorials for WordPress, Jetpack, WooCommerce, and Yoast SEO, delivered directly in the dashboard.
* Version: 5.2
* Author: WP101
* Description: A complete set of video tutorials for WordPress, WooCommerce, Jetpack, and more... delivered directly in the dashboard.
* Version: 5.3
* Author: WP101®
* Author URI: https://wp101.com
* Text Domain: wp101
* Requires at least: 4.1
Expand Down Expand Up @@ -34,7 +34,7 @@
* @link https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices#Disable_Nag_Notices
*/
if ( ! defined( 'DISABLE_NAG_NOTICES' ) || ! DISABLE_NAG_NOTICES ) {
require_once WP101_INC . '/addons.php';
require_once WP101_INC . '/addons.php';
}

/**
Expand Down

0 comments on commit dca6516

Please sign in to comment.