From be832b85f73ec9ef178153159444c2c0bfc44681 Mon Sep 17 00:00:00 2001 From: Allen McKenzie Date: Fri, 25 Feb 2022 17:19:08 -0800 Subject: [PATCH] Bump version to 0.0.4 --- README.md | 2 +- includes/css/yelp-polls.css | 5 +++++ readme.txt | 2 +- yelp-polls.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a9be77..1a918ca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 5.8 **Tested up to:** 5.9 **Requires PHP:** 7.0 -**Stable tag:** 0.0.3 +**Stable tag:** 0.0.4 **License:** GPLv3 or later **License URI:** https://www.gnu.org/licenses/gpl-3.0.html diff --git a/includes/css/yelp-polls.css b/includes/css/yelp-polls.css index 30fa536..1f51349 100644 --- a/includes/css/yelp-polls.css +++ b/includes/css/yelp-polls.css @@ -1,3 +1,8 @@ +/** +* Custom Post Type Display Layout +* +* @since 0.0.4 +**/ /** Post Title **/ header.entry-header { display: none; diff --git a/readme.txt b/readme.txt index 83224b2..a4a4c91 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: Yelp, Polls, Community Engagement Requires at least: 5.8 Tested up to: 5.9 Requires PHP: 7.0 -Stable tag: 0.0.3 +Stable tag: 0.0.4 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/yelp-polls.php b/yelp-polls.php index 42064b8..d4fb7a6 100644 --- a/yelp-polls.php +++ b/yelp-polls.php @@ -3,7 +3,7 @@ * Plugin Name: Yelp Polls * Plugin URI: https://github.com/allen-mckenzie/yelp-polls * Description: Create custom polls using Yelp and Straw Polls - * Version: 0.0.3 + * Version: 0.0.4 * Requires at least: 5.5 * Requires PHP: 7.4 * Author: Allen McKenzie