diff --git a/CHANGELOG.md b/CHANGELOG.md index 94737da..b9aafd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.1.13] - 2019-10-07 +- Fixed subscription interval date settings field. + ## [2.1.12] - 2019-10-04 - Improved RTL support in 'Synchronized payment date' settings fields. - Fixed loading extension in multisite when plugin is network activated and Gravity Forms is activated per site. @@ -234,7 +237,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## 1.0.0 - 2015-01-01 - First release. -[unreleased]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.12...HEAD +[unreleased]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.13...HEAD +[2.1.13]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.12...2.1.13 [2.1.12]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.11...2.1.12 [2.1.11]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.10...2.1.11 [2.1.10]: https://github.com/wp-pay-extensions/gravityforms/compare/2.1.9...2.1.10 diff --git a/package.json b/package.json index d73166d..a21d182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravityforms", - "version": "2.1.12", + "version": "2.1.13", "description": "Gravity Forms driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/views/html-admin-feed-settings.php b/views/html-admin-feed-settings.php index 32aad40..f12f294 100644 --- a/views/html-admin-feed-settings.php +++ b/views/html-admin-feed-settings.php @@ -843,7 +843,7 @@ function( $action ) { echo wp_kses( sprintf( /* translators: 1: Month (Jan-Dec). */ - __( 'On %1$s %1$s', 'pronamic_ideal' ), + __( 'On %1$s %2$s', 'pronamic_ideal' ), $select_monthday, $select_month ),