Skip to content

Commit

Permalink
chore: 🔁 merge pull request #25 from vlasscontreras/hotfix/version
Browse files Browse the repository at this point in the history
Update missing versions
  • Loading branch information
vlasscontreras authored Jun 11, 2022
2 parents 65aafc8 + cc9d107 commit e39edf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gragrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Gragrid: Gravity Forms + SendGrid
* Plugin URI: https://github.com/vlasscontreras/gragrid
* Description: Integrates Gravity Forms with SendGrid, allowing form submissions to be automatically sent to your SendGrid contact lists.
* Version: 2.2.1
* Version: 2.2.2
* Requires at least: 5.2
* Requires PHP: 7.3
* Author: Vladimir Contreras
Expand All @@ -28,7 +28,7 @@
/**
* Current add-on version
*/
define( 'GRAGRID_VERSION', '2.2.1' );
define( 'GRAGRID_VERSION', '2.2.2' );

/**
* If the Feed Add-On Framework exists, SendGrid Add-On is loaded.
Expand Down
12 changes: 6 additions & 6 deletions languages/gragrid.pot
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Copyright (C) 2021 Vladimir Contreras
# Copyright (C) 2022 Vladimir Contreras
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Gragrid: Gravity Forms + SendGrid 2.2.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gragrid\n"
"Project-Id-Version: Gragrid: Gravity Forms + SendGrid 2.2.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gragrid-git\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-08-03T01:02:54+00:00\n"
"POT-Creation-Date: 2022-06-11T03:21:41+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: gragrid\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -191,6 +191,6 @@ msgstr ""
msgid "Unable to add recipient to list: %s"
msgstr ""

#: includes/class-gragrid-api.php:140
#: includes/class-gragrid-api.php:144
msgid "API key must be defined to process an API request."
msgstr ""

0 comments on commit e39edf0

Please sign in to comment.