Skip to content

Commit

Permalink
Merge pull request #61 from rocklobster-in/dev/1.7
Browse files Browse the repository at this point in the history
Prepare for 1.7 release
  • Loading branch information
takayukister authored Aug 8, 2023
2 parents 08f31ad + 805397b commit 8358e42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions listo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
* Author URI: https://ideasilo.wordpress.com/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Version: 1.7-dev
* Version: 1.7
* Requires at least: 6.2
* Requires PHP: 7.4
*/

define( 'LISTO_VERSION', '1.7-dev' );
define( 'LISTO_VERSION', '1.7' );
define( 'LISTO_PLUGIN_DIR', __DIR__ );
define( 'LISTO_MODULES_DIR', path_join( LISTO_PLUGIN_DIR, 'modules' ) );
define( 'LISTO_LANGUAGES_DIR', path_join( LISTO_PLUGIN_DIR, 'languages' ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://contactform7.com/donate/
Tags: list, countries, subdivisions, states, currencies
Requires at least: 6.2
Requires PHP: 7.4
Tested up to: 6.1
Tested up to: 6.3
Stable tag: 1.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -24,6 +24,10 @@ Listo currently supports [27 lists](https://github.com/takayukister/listo/tree/t

== Changelog ==

= 1.7 =

* Requires WordPress 6.2+ and PHP 7.4+.

= 1.6 =

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

0 comments on commit 8358e42

Please sign in to comment.