Skip to content

Commit

Permalink
Merge pull request #53 from takayukister/dev/1.6
Browse files Browse the repository at this point in the history
Prepare for 1.6 release
  • Loading branch information
takayukister authored Dec 18, 2022
2 parents e27446c + bef1a36 commit 33c91e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions listo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
Author URI: https://ideasilo.wordpress.com/
Text Domain: listo
Domain Path: /languages/
Version: 1.6-dev
Version: 1.6
*/

define( 'LISTO_VERSION', '1.6-dev' );
define( 'LISTO_VERSION', '1.6' );
define( 'LISTO_PLUGIN_DIR', dirname( __FILE__ ) );
define( 'LISTO_MODULES_DIR', path_join( LISTO_PLUGIN_DIR, 'modules' ) );
define( 'LISTO_LANGUAGES_DIR', path_join( LISTO_PLUGIN_DIR, 'languages' ) );
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: takayukister, yordansoares
Donate link: https://contactform7.com/donate/
Tags: list, countries, subdivisions, states, currencies
Requires at least: 5.9
Tested up to: 6.0
Stable tag: 1.4
Requires at least: 6.0
Tested up to: 6.1
Stable tag: 1.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -23,6 +23,10 @@ Listo currently supports [27 lists](https://github.com/takayukister/listo/tree/t

== Changelog ==

= 1.6 =

* Removes the `switch_to_locale()` and `restore_previous_locale()` calls.

= 1.5 =

* Adds a module for subdivisions of Poland.
Expand Down

0 comments on commit 33c91e1

Please sign in to comment.