Plugin Directory

Changeset 2464358


Ignore:
Timestamp:
01/28/2021 03:19:11 PM (5 years ago)
Author:
dougwollison
Message:

Hotfix 2.9.1.2

Location:
nlingual
Files:
1 deleted
4 edited
4 copied

Legend:

Unmodified
Added
Removed
  • nlingual/tags/2.9.1.2/includes/class-nlingual-url.php

    r2449432 r2464358  
    226226            $args = array_combine(
    227227                rawurlencode_deep( array_keys( $this->args ) ),
    228                 rawurlencode_deep( array_values( $this->args ) ),
     228                rawurlencode_deep( array_values( $this->args ) )
    229229            );
    230230
  • nlingual/tags/2.9.1.2/nlingual.php

    r2449445 r2464358  
    44Plugin URI: https://github.com/dougwollison/nlingual
    55Description: Easy to manage Multilingual system, with theme development utilities and post data synchronization.
    6 Version: 2.9.1.1
     6Version: 2.9.1.2
    77Author: Doug Wollison
    88Author URI: https://dougw.me
     
    5151 * @var string
    5252 */
    53 define( 'NL_PLUGIN_VERSION', '2.9.1.1' );
     53define( 'NL_PLUGIN_VERSION', '2.9.1.2' );
    5454
    5555/**
  • nlingual/tags/2.9.1.2/readme.txt

    r2449445 r2464358  
    55Tested up to: 5.6.0
    66Requires PHP: 5.6.20
    7 Stable tag: 2.9.1.1
     7Stable tag: 2.9.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080**Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/nlingual/releases) for this project.**
    8181
     82= 2.9.1.2 =
     83Hotfix: remove syntax error on php < 7.3
     84
    8285= 2.9.1.1 =
    8386Hotfix: cleanup of language saving, allow specifying no accept codes for a language.
  • nlingual/trunk/includes/class-nlingual-url.php

    r2449432 r2464358  
    226226            $args = array_combine(
    227227                rawurlencode_deep( array_keys( $this->args ) ),
    228                 rawurlencode_deep( array_values( $this->args ) ),
     228                rawurlencode_deep( array_values( $this->args ) )
    229229            );
    230230
  • nlingual/trunk/nlingual.php

    r2449445 r2464358  
    44Plugin URI: https://github.com/dougwollison/nlingual
    55Description: Easy to manage Multilingual system, with theme development utilities and post data synchronization.
    6 Version: 2.9.1.1
     6Version: 2.9.1.2
    77Author: Doug Wollison
    88Author URI: https://dougw.me
     
    5151 * @var string
    5252 */
    53 define( 'NL_PLUGIN_VERSION', '2.9.1.1' );
     53define( 'NL_PLUGIN_VERSION', '2.9.1.2' );
    5454
    5555/**
  • nlingual/trunk/readme.txt

    r2449445 r2464358  
    55Tested up to: 5.6.0
    66Requires PHP: 5.6.20
    7 Stable tag: 2.9.1.1
     7Stable tag: 2.9.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8080**Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/nlingual/releases) for this project.**
    8181
     82= 2.9.1.2 =
     83Hotfix: remove syntax error on php < 7.3
     84
    8285= 2.9.1.1 =
    8386Hotfix: cleanup of language saving, allow specifying no accept codes for a language.
Note: See TracChangeset for help on using the changeset viewer.