From 87ff8b53e8409a75a4cc6d6ed4f6cd18a2744742 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 22 Jan 2018 12:32:04 +0100 Subject: [PATCH 1/2] Require PHP 5.4 for the makepot command See #14. --- features/makepot.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/makepot.feature b/features/makepot.feature index f11423f1..40233b3a 100644 --- a/features/makepot.feature +++ b/features/makepot.feature @@ -1,3 +1,4 @@ +@require-php-5.4 Feature: Generate a POT file of a WordPress plugin Background: From 1f5c396a976eac06598a7b3d419cc24e7836fa21 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 22 Jan 2018 12:51:35 +0100 Subject: [PATCH 2/2] Update settings.yml --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index f17f1aeb..c2296aaa 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,6 @@ # Used by Probot Settings: https://probot.github.io/apps/settings/ repository: - description: Create POT files for WordPress projects + description: Provides internationalization tools for WordPress projects. labels: - name: bug color: fc2929