Skip to main content Zeebrar - WordPress plugin management built for simplicity. Security-first, privacy-focused, for developers and agencies who value WordPress done right.
© 2026 Zeebrar. All rights reserved.
All plugins distributed under GPL v2+. Product names and trademarks are property of their respective owners.
Zeebrar is not affiliated with or endorsed by any plugin developer, Automattic, or WordPress.org.
Gravity Forms Twilio Sms Add-On - All Versions & Changelog | Zeebrar
Improved the title that displays on the logging page. the add-on to use the new [versioning system](https://docs.gravityforms.com/version-numbering/). to use the Twilio REST API instead of the Twilio PHP SDK, which will be removed in a future release. the Bitly URL shortening service to the latest version to prevent intermittent failures while shortening URLs. Plugin URI and Author URI to use https. Twilio PHP SDK. Twilio PHP SDK. URL shortened to use latest Bitly API. to use the newer /Messages endpoint instead of /SMS/Messages. feed From Number setting) to use the select_custom field type allowing use of Alphanumeric sender IDs (Not supported by all countries.) minimum Gravity Forms version to 1.9.11. the *gform_twilio_set_to_phone_number* filter to include $feed_id as the third parameter. logging. POT file. required version of Gravity Forms to 1.8.17. code to new standards. to not send entries marked as spam. the URL to Bitly's API to use api.bit.ly instead of api.j.mp so the default short domain in the user's Bitly setting is used. Fixed an issue where international formatted phone field values are not sent correctly to Twilio. code placement to be consistent with the WordPress coding standards. an issue where the add-on icon is missing on the form settings page in Gravity Forms 2.5 and later. an issue with the From and Send To dropdowns in the feed settings not having default choices. an issue with the shortened URL where long URLs with more than one parameter get truncated. an issue where merge tags are escaped which breaks URLs with parameters. issue where long messages (longer than 1600 characters) are not successfully sent. an issue where messages with merge tags can't be sent. an issue where only the first URL in the message can be shortened. warning regarding the number of characters allowed for a message to display 1600 instead of 160. Other ### 3.1.0 | 2025-05-27 AF: Updated process_feed() return value for compatibility with Gravity Forms 2.9.4, so the framework can save the feed status to the entry meta. ### 3.0.0 | 2024-06-27 ### 2.9 | 2022-05-11 ### 2.8 | 2020-09-15 Adding logging statements for URL shortening during feed processing. ### 2.7 | 2020-05-06 ### 2.6 | 2019-08-07 ### 2.5 | 2018-04-12 ### 2.4 | 2017-08-02 ### 2.3 | 2017-04-28 ### 2.2 | 2016-08-31 Added support for async (background) feed processing to improve form submission performance. support for Gravity Forms 2.5. translations for Hebrew, Hindi, Japanese, and Turkish. support for feed duplication. security enhancements. security enhancements. GPL to plugin header. *gform_twilio_message* filter to modify the SMS message arguments before it is sent. support for using merge tags in the To Number feed setting. support for using test Twilio credentials. security enhancements. Fixed code placement to be consistent with the WordPress coding standards. Other AF: Updated process_feed() return value for compatibility with Gravity Forms 2.9.4, so the framework can save the feed status to the entry meta. Added support for async (background) feed processing to improve form submission performance. Improved to use the Twilio REST API instead of the Twilio PHP SDK, which will be removed in a future release.
Twilio PHP SDK not being included with final build.
a PHP warning for the From setting on the edit feed page if the API request for the numbers returned an error.
URLs not shortening in message if multiple merge tags are used.
an issue with the upgrade routine which caused it run even if a pre-framework version hadn't been installed.
a low severity security vulnerability in the admin area which could be exploited by authenticated users with form administration permissions.
an issue with URLs from processed merge tags not being shortened.
an issue with merge tag replacement in the message.
issue when shorten urls is checked and urls with spaces cause the Bitly url to be incomplete.
issue where a validated Twilio number was required even for non-trial Twilio accounts.
issue where a Bitly key was required in order to create a feed. Now feeds can be created without a Bitly key, but the "shorten URL" option requires it.
issue where RG_CURRENT_PAGE constant was not available when GF is deactivated.
issue on feed page that displayed only the first Twilio incoming phone number.
notices.
issue with merge tags with new lines on feed page.
### 2.1 | 2015-04-20
### 2.0 | 2014-12-11
### 1.1 | 2014-03-11
add_filter("gform_twilio_set_to_phone_number", "change_to_number", 10, 2);
function change_to_number($to, $entry){
//grab phone number out of field 2, sample format "+17571234567"
$phone = !rgblank($entry["2"]) ? $entry["2"] : $to;
return $phone;
}
Cleaned up extra parse_request add_hook with function that didn't exist.
### 1.0 | 2011-11-01
Ad translations.
conditional logic support to the feed settings.
integration with Add-On Framework.
text domain/path to header.
new filter "gform_twilio_set_to_phone_number" to modify the TO phone number set in the admin.
logging. Related Gravity-Forms Plugins
Elementor Pro (Pro templates included) WordPress website builder plugin with visual drag-and-drop editor for pages, forms, WooCommerce products, and custom post types.