Changeset 2464358
- Timestamp:
- 01/28/2021 03:19:11 PM (5 years ago)
- Location:
- nlingual
- Files:
-
- 1 deleted
- 4 edited
- 4 copied
-
tags/2.9.1.1 (deleted)
-
tags/2.9.1.2 (copied) (copied from nlingual/trunk)
-
tags/2.9.1.2/includes/class-nlingual-manager.php (copied) (copied from nlingual/trunk/includes/class-nlingual-manager.php)
-
tags/2.9.1.2/includes/class-nlingual-url.php (modified) (1 diff)
-
tags/2.9.1.2/nlingual.php (copied) (copied from nlingual/trunk/nlingual.php) (2 diffs)
-
tags/2.9.1.2/readme.txt (copied) (copied from nlingual/trunk/readme.txt) (2 diffs)
-
trunk/includes/class-nlingual-url.php (modified) (1 diff)
-
trunk/nlingual.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nlingual/tags/2.9.1.2/includes/class-nlingual-url.php
r2449432 r2464358 226 226 $args = array_combine( 227 227 rawurlencode_deep( array_keys( $this->args ) ), 228 rawurlencode_deep( array_values( $this->args ) ) ,228 rawurlencode_deep( array_values( $this->args ) ) 229 229 ); 230 230 -
nlingual/tags/2.9.1.2/nlingual.php
r2449445 r2464358 4 4 Plugin URI: https://github.com/dougwollison/nlingual 5 5 Description: Easy to manage Multilingual system, with theme development utilities and post data synchronization. 6 Version: 2.9.1. 16 Version: 2.9.1.2 7 7 Author: Doug Wollison 8 8 Author URI: https://dougw.me … … 51 51 * @var string 52 52 */ 53 define( 'NL_PLUGIN_VERSION', '2.9.1. 1' );53 define( 'NL_PLUGIN_VERSION', '2.9.1.2' ); 54 54 55 55 /** -
nlingual/tags/2.9.1.2/readme.txt
r2449445 r2464358 5 5 Tested up to: 5.6.0 6 6 Requires PHP: 5.6.20 7 Stable tag: 2.9.1. 17 Stable tag: 2.9.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 **Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/nlingual/releases) for this project.** 81 81 82 = 2.9.1.2 = 83 Hotfix: remove syntax error on php < 7.3 84 82 85 = 2.9.1.1 = 83 86 Hotfix: cleanup of language saving, allow specifying no accept codes for a language. -
nlingual/trunk/includes/class-nlingual-url.php
r2449432 r2464358 226 226 $args = array_combine( 227 227 rawurlencode_deep( array_keys( $this->args ) ), 228 rawurlencode_deep( array_values( $this->args ) ) ,228 rawurlencode_deep( array_values( $this->args ) ) 229 229 ); 230 230 -
nlingual/trunk/nlingual.php
r2449445 r2464358 4 4 Plugin URI: https://github.com/dougwollison/nlingual 5 5 Description: Easy to manage Multilingual system, with theme development utilities and post data synchronization. 6 Version: 2.9.1. 16 Version: 2.9.1.2 7 7 Author: Doug Wollison 8 8 Author URI: https://dougw.me … … 51 51 * @var string 52 52 */ 53 define( 'NL_PLUGIN_VERSION', '2.9.1. 1' );53 define( 'NL_PLUGIN_VERSION', '2.9.1.2' ); 54 54 55 55 /** -
nlingual/trunk/readme.txt
r2449445 r2464358 5 5 Tested up to: 5.6.0 6 6 Requires PHP: 5.6.20 7 Stable tag: 2.9.1. 17 Stable tag: 2.9.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 **Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/nlingual/releases) for this project.** 81 81 82 = 2.9.1.2 = 83 Hotfix: remove syntax error on php < 7.3 84 82 85 = 2.9.1.1 = 83 86 Hotfix: cleanup of language saving, allow specifying no accept codes for a language.
Note: See TracChangeset
for help on using the changeset viewer.