Skip to content

Commit

Permalink
Prepare for releasing 1.4.1 (#19)
Browse files Browse the repository at this point in the history
Prepare for releasing 1.4.1
  • Loading branch information
dgwatkins authored Nov 20, 2023
1 parent 824e3ed commit 4f2b36d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Easy Digital Downloads Multilingual

![Latest Stable Version](https://img.shields.io/badge/stable-1.4.0-green.svg?style=flat-squar)
![Latest Stable Version](https://img.shields.io/badge/stable-1.4.1-green.svg?style=flat-squar)
![License](https://img.shields.io/badge/license-GPLv2-red.svg?style=flat-squar)


Expand All @@ -10,4 +10,4 @@ Easy Digital Downloads Multilingual is the glue plugin, which is providing seaml

## Contribute

If you spot any bug or have idea for useful feature feel free to contribute via [GitHub](https://github.com/OnTheGoSystems/edd-multilingual).
If you spot any bug or have idea for useful feature feel free to contribute via [GitHub](https://github.com/OnTheGoSystems/edd-multilingual).
4 changes: 2 additions & 2 deletions edd-multilingual.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Easy Digital Downloads Multilingual
Plugin URI: https://wordpress.org/plugins/edd-multilingual/
Description: A plugin to enable seamless integration between Easy Digital Downloads and WPML | <a href="https://wpml.org/documentation/related-projects/easy-digital-downloads-multilingual/?utm_source=plugin&utm_medium=gui&utm_campaign=eddml">Documentation</a>
Version: 1.4.0
Version: 1.4.1
Author: OnTheGoSystems
Author URI: http://www.onthegosystems.com/
Text Domain: edd_multilingual
Expand All @@ -13,7 +13,7 @@
return;
}

define( 'EDD_MULTILINGUAL_VERSION', '1.4.0' );
define( 'EDD_MULTILINGUAL_VERSION', '1.4.1' );
define( 'EDD_MULTILINGUAL_PATH', dirname( __FILE__ ) );

require EDD_MULTILINGUAL_PATH . '/class-edd-multilingual.php';
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: http://wpml.org/documentation/related-projects/easy-digital-downloa
Tags: e-commerce, multilingual, WPML, download, EDD
License: GPLv2
Requires at least: 4.7
Tested up to: 6.2
Stable tag: 1.4.0
Tested up to: 6.4.1
Stable tag: 1.4.1

Easy Digital Downloads Multilingual is the glue plugin, which is providing seamless integration between Easy Digital Downloads and WPML.

Expand Down Expand Up @@ -34,6 +34,9 @@ This is a glue plugin between EDD and WPML. You need to have both in order for t

== Changelog ==

= 1.4.1 =
* Filter REST requests by language.

= 1.4.0 =
* Bump tested WordPress version.
* Add a link to our documentation.
Expand Down

0 comments on commit 4f2b36d

Please sign in to comment.