Plugin Directory

Changeset 2643307


Ignore:
Timestamp:
12/13/2021 11:10:25 AM (4 years ago)
Author:
qlstudio
Message:

Update to version 2.2.2 from GitHub

Location:
export-user-data
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • export-user-data/tags/2.2.2/CHANGELOG.md

    r2643129 r2643307  
    11## Changelog ##
     2
     3*** 2.2.2 ***
     4
     5* New: WordPress Security release
    26
    37*** 2.2.1 ***
  • export-user-data/tags/2.2.2/export-user-data.php

    r2643129 r2643307  
    1313 * Plugin URI:      http://qstudio.us/releases/export-user-data
    1414 * Description:     Export User data and metadata.
    15  * Version:         2.2.1
     15 * Version:         2.2.2
    1616 * Author:          Q Studio
    1717 * Author URI:      https://qstudio.us
  • export-user-data/tags/2.2.2/package.json

    r2643129 r2643307  
    11{
    22    "name": "export-user-data",
    3     "version": "2.2.1",
     3    "version": "2.2.2",
    44    "description": "Q Plugins ~ Export User data and metadata",
    55    "author": "Q Studio",
  • export-user-data/tags/2.2.2/plugin.php

    r2643129 r2643307  
    2828   
    2929        // current tag ##
    30         $_version = '2.2.1',
     30        $_version = '2.2.2',
    3131
    3232        // debugging control ##
  • export-user-data/tags/2.2.2/readme.md

    r2643129 r2643307  
    55**Requires PHP:** 6.0 
    66**Requires at least:** 5.0 
    7 **Tested up to:** 5.6 
    8 **Stable tag:** 2.2.1 
     7**Tested up to:** 5.8.2 
     8**Stable tag:** 2.2.2 
    99**License:** GPLv2 
    1010
  • export-user-data/tags/2.2.2/readme.txt

    r2643129 r2643307  
    44Requires PHP: 7.0 
    55Requires at least: 4.8 
    6 Tested up to: 5.6 
    7 Stable tag: 2.2.0   
     6Tested up to: 5.8.2 
     7Stable tag: 2.2.2   
    88License: GPLv2 
    99
     
    3939
    4040== Changelog ==
     41
     42= 2.2.2 =
     43
     44* New: WordPress Security release
     45
     46= 2.2.1 =
     47
     48* New: cleanup export methods, improvied sanitization
     49* New: array and object data is now passed in JSON_ENCODED string object
     50
     51= 2.2.0 =
     52
     53* New: Move to cleaner OOP pattern and PHP version bump to 7.0
     54* Update: Tested on WP 5.6
     55
     56= 2.1.3 =
     57
     58* FIX: wrong name for our own plugin :( thanks @kgagne !
    4159
    4260= 2.1.2 =
  • export-user-data/trunk/CHANGELOG.md

    r2643129 r2643307  
    11## Changelog ##
     2
     3*** 2.2.2 ***
     4
     5* New: WordPress Security release
    26
    37*** 2.2.1 ***
  • export-user-data/trunk/export-user-data.php

    r2643129 r2643307  
    1313 * Plugin URI:      http://qstudio.us/releases/export-user-data
    1414 * Description:     Export User data and metadata.
    15  * Version:         2.2.1
     15 * Version:         2.2.2
    1616 * Author:          Q Studio
    1717 * Author URI:      https://qstudio.us
  • export-user-data/trunk/package.json

    r2643129 r2643307  
    11{
    22    "name": "export-user-data",
    3     "version": "2.2.1",
     3    "version": "2.2.2",
    44    "description": "Q Plugins ~ Export User data and metadata",
    55    "author": "Q Studio",
  • export-user-data/trunk/plugin.php

    r2643129 r2643307  
    2828   
    2929        // current tag ##
    30         $_version = '2.2.1',
     30        $_version = '2.2.2',
    3131
    3232        // debugging control ##
  • export-user-data/trunk/readme.md

    r2643129 r2643307  
    55**Requires PHP:** 6.0 
    66**Requires at least:** 5.0 
    7 **Tested up to:** 5.6 
    8 **Stable tag:** 2.2.1 
     7**Tested up to:** 5.8.2 
     8**Stable tag:** 2.2.2 
    99**License:** GPLv2 
    1010
  • export-user-data/trunk/readme.txt

    r2643129 r2643307  
    44Requires PHP: 7.0 
    55Requires at least: 4.8 
    6 Tested up to: 5.6 
    7 Stable tag: 2.2.0   
     6Tested up to: 5.8.2 
     7Stable tag: 2.2.2   
    88License: GPLv2 
    99
     
    3939
    4040== Changelog ==
     41
     42= 2.2.2 =
     43
     44* New: WordPress Security release
     45
     46= 2.2.1 =
     47
     48* New: cleanup export methods, improvied sanitization
     49* New: array and object data is now passed in JSON_ENCODED string object
     50
     51= 2.2.0 =
     52
     53* New: Move to cleaner OOP pattern and PHP version bump to 7.0
     54* Update: Tested on WP 5.6
     55
     56= 2.1.3 =
     57
     58* FIX: wrong name for our own plugin :( thanks @kgagne !
    4159
    4260= 2.1.2 =
Note: See TracChangeset for help on using the changeset viewer.