Skip to content

Commit

Permalink
Merge branch 'release/2.1.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 7, 2019
2 parents 905bb4f + 7903ca4 commit 6f49d4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion views/html-admin-feed-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ function( $action ) {
echo wp_kses(
sprintf(
/* translators: 1: <select> Monthday (1-27), 2: <select> Month (Jan-Dec). */
__( 'On %1$s %1$s', 'pronamic_ideal' ),
__( 'On %1$s %2$s', 'pronamic_ideal' ),
$select_monthday,
$select_month
),
Expand Down

0 comments on commit 6f49d4c

Please sign in to comment.