=== Easy Banner ===
Author URI: https://paulschreiber.com/
Plugin URI: https://github.com/paulschreiber/easy-banner
Contributors: paulschreiber
Tags: banner
Requires PHP: 7.3
Requires at least: 5.5
Tested up to: 5.5
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Plugin for creating and displaying a simple banner.

== Description ==

This plugin adds the ability to show a banner at the top of your page. You must style the banner yourself.

It generates markup like this:

    <section class="easy-banner">
      <div class="easy-banner-wrapper">
        <p>
          <b class="easy-banner-title">Some title</b>
          <span class="easy-banner-description">Some description</span>
          <a class="easy-banner-link" href="http://www.example.com/">Some link text</a>
        </p>
      </div>
    </section>


== Installation ==

1. Upload the plugin to the `/wp-content/plugins/` directory and unzip it.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Go to Options > Easy Banner in the sidebar to enable and configure your banner.
1. Style the banner with CSS.

== Changelog ==

= 1.0 =
* Initial release.
