Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jacob committed Nov 26, 2024
1 parent ec8d9a4 commit f26e6bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://wplingua.com/
Tags: translate, translation, multilingual, localization, language
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 2.1.2
Stable tag: 2.1.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -174,6 +174,11 @@ No, not at the moment but in the meantime, you can easily display the language s

== Changelog ==

= 2.1.3 =

* Better untranslatable URL detection
* Automatic bad slug deletion

= 2.1.2 =

* Better plugin translations loading
Expand Down
4 changes: 2 additions & 2 deletions wplingua.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://github.com/julien-jacob/wplingua
* Text Domain: wplingua
* Domain Path: /languages/
* Version: 2.1.2
* Version: 2.1.3
* Requires PHP: 7.4
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -24,7 +24,7 @@
define( 'WPLNG_API_URL', 'https://api.wplingua.com' );
define( 'WPLNG_API_VERSION', '2.0' );
define( 'WPLNG_API_SSLVERIFY', true );
define( 'WPLNG_PLUGIN_VERSION', '2.1.2' );
define( 'WPLNG_PLUGIN_VERSION', '2.1.3' );
define( 'WPLNG_PLUGIN_FILE', plugin_basename( __FILE__ ) );
define( 'WPLNG_PLUGIN_PATH', dirname( __FILE__ ) );
define( 'WPLNG_MAX_TRANSLATIONS', 256 );
Expand Down

0 comments on commit f26e6bf

Please sign in to comment.