=== Simple Course Creator Post Meta ===
Contributors: sdavis2702
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=52HQDSEUA542S
Tags: customizer, series, course, lesson, taxonomy, sdavis2702
Requires at least: 3.8
Tested up to: 5.3
Stable tag: 1.0.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add post meta information for Simple Course Creator output.

== Description ==

This plugin must be used with [Simple Course Creator](http://wordpress.org/plugins/simple-course-creator/).

Add post meta information to the post list output from Simple Course Creator. Below each post in a course, the author
and published date is displayed.

Follow Simple Course Creator Post Meta development on [GitHub](https://github.com/sdavismedia/simple-course-creator-post-meta).

View all [contributors](https://github.com/sdavismedia/simple-course-creator-post-meta/graphs/contributors) to SCC Post Meta’s development.

== Installation ==

1. Upload `simple-course-creator-post-meta` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. New settings are under 'Settings -> Course Settings -> Display (tab)'
4. Customizer options under the 'Appearance -> Customizer' menu

Follow Simple Course Creator Post Meta on [Github](https://github.com/sdavismedia/simple-course-creator-post-meta)

== Frequently Asked Questions ==

= Will this plugin work without Simple Course Creator? =

No. Get Simple Course Creator now. https://wordpress.org/plugins/simple-course-creator/

= Does this plugin add customizer options for the post meta output? =

Yes.

= What if I already have Simple Course Creator Customizer installed? =

The post meta customizer options will be merged with SCC Customizer.

== Screenshots ==

1. settings page
2. customizer settings and output

== Changelog ==

= 1.0.8 =
* improved: compatibility with latest versions of WordPress and Simple Course Creator

= 1.0.7 =
* improved: added default values for settings
* fixed: PHP notices in Customizer

= 1.0.6 =
* improved: removed white space
* improved: rearranged language files

= 1.0.5 =
* improved: user input sanitization

= 1.0.4 =
* fixed: typos

= 1.0.3 =
* fixed: languages directory path

= 1.0.2 =
* fixed: PHP warnings for sanitization of plugin settings

= 1.0.1 =
* added: filters for post author and published date output

= 1.0.0 =
* first stable version