From 61fdec996799da7969033272540e3836af7df264 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Thu, 14 Sep 2017 20:31:14 -0700
Subject: [PATCH] Misc tweaks

---
 README.md                               | 1 +
 includes/trait-bulk-actions.php         | 3 +++
 languages/bulk-actions-cron-offload.pot | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 567831c..f8496b0 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
 **Tags:** cron, bulk edit, bulk actions  
 **Requires at least:** 4.8.1  
 **Tested up to:** 4.9  
+**Required PHP:** 5.4  
 **Stable tag:** 1.0  
 **License:** GPLv2 or later  
 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html  
diff --git a/includes/trait-bulk-actions.php b/includes/trait-bulk-actions.php
index 59dcf4f..4580755 100644
--- a/includes/trait-bulk-actions.php
+++ b/includes/trait-bulk-actions.php
@@ -7,6 +7,9 @@
 
 namespace Automattic\WP\Bulk_Actions_Cron_Offload;
 
+/**
+ * Trait Bulk_Actions
+ */
 trait Bulk_Actions {
 	/**
 	 * Register this bulk process' hooks
diff --git a/languages/bulk-actions-cron-offload.pot b/languages/bulk-actions-cron-offload.pot
index b7fc9a7..f7b5c29 100644
--- a/languages/bulk-actions-cron-offload.pot
+++ b/languages/bulk-actions-cron-offload.pot
@@ -5,7 +5,7 @@ msgstr ""
 "Project-Id-Version: Bulk Actions Cron Offload 1.0\n"
 "Report-Msgid-Bugs-To: "
 "https://wordpress.org/support/plugin/bulk-actions-cron-offload\n"
-"POT-Creation-Date: 2017-09-15 02:51:23+00:00\n"
+"POT-Creation-Date: 2017-09-15 03:30:57+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-- 
GitLab