Changeset 2643307
- Timestamp:
- 12/13/2021 11:10:25 AM (4 years ago)
- Location:
- export-user-data
- Files:
-
- 12 edited
- 1 copied
-
tags/2.2.2 (copied) (copied from export-user-data/trunk)
-
tags/2.2.2/CHANGELOG.md (modified) (1 diff)
-
tags/2.2.2/export-user-data.php (modified) (1 diff)
-
tags/2.2.2/package.json (modified) (1 diff)
-
tags/2.2.2/plugin.php (modified) (1 diff)
-
tags/2.2.2/readme.md (modified) (1 diff)
-
tags/2.2.2/readme.txt (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/export-user-data.php (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
export-user-data/tags/2.2.2/CHANGELOG.md
r2643129 r2643307 1 1 ## Changelog ## 2 3 *** 2.2.2 *** 4 5 * New: WordPress Security release 2 6 3 7 *** 2.2.1 *** -
export-user-data/tags/2.2.2/export-user-data.php
r2643129 r2643307 13 13 * Plugin URI: http://qstudio.us/releases/export-user-data 14 14 * Description: Export User data and metadata. 15 * Version: 2.2. 115 * Version: 2.2.2 16 16 * Author: Q Studio 17 17 * Author URI: https://qstudio.us -
export-user-data/tags/2.2.2/package.json
r2643129 r2643307 1 1 { 2 2 "name": "export-user-data", 3 "version": "2.2. 1",3 "version": "2.2.2", 4 4 "description": "Q Plugins ~ Export User data and metadata", 5 5 "author": "Q Studio", -
export-user-data/tags/2.2.2/plugin.php
r2643129 r2643307 28 28 29 29 // current tag ## 30 $_version = '2.2. 1',30 $_version = '2.2.2', 31 31 32 32 // debugging control ## -
export-user-data/tags/2.2.2/readme.md
r2643129 r2643307 5 5 **Requires PHP:** 6.0 6 6 **Requires at least:** 5.0 7 **Tested up to:** 5. 68 **Stable tag:** 2.2. 17 **Tested up to:** 5.8.2 8 **Stable tag:** 2.2.2 9 9 **License:** GPLv2 10 10 -
export-user-data/tags/2.2.2/readme.txt
r2643129 r2643307 4 4 Requires PHP: 7.0 5 5 Requires at least: 4.8 6 Tested up to: 5. 67 Stable tag: 2.2. 06 Tested up to: 5.8.2 7 Stable tag: 2.2.2 8 8 License: GPLv2 9 9 … … 39 39 40 40 == 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 ! 41 59 42 60 = 2.1.2 = -
export-user-data/trunk/CHANGELOG.md
r2643129 r2643307 1 1 ## Changelog ## 2 3 *** 2.2.2 *** 4 5 * New: WordPress Security release 2 6 3 7 *** 2.2.1 *** -
export-user-data/trunk/export-user-data.php
r2643129 r2643307 13 13 * Plugin URI: http://qstudio.us/releases/export-user-data 14 14 * Description: Export User data and metadata. 15 * Version: 2.2. 115 * Version: 2.2.2 16 16 * Author: Q Studio 17 17 * Author URI: https://qstudio.us -
export-user-data/trunk/package.json
r2643129 r2643307 1 1 { 2 2 "name": "export-user-data", 3 "version": "2.2. 1",3 "version": "2.2.2", 4 4 "description": "Q Plugins ~ Export User data and metadata", 5 5 "author": "Q Studio", -
export-user-data/trunk/plugin.php
r2643129 r2643307 28 28 29 29 // current tag ## 30 $_version = '2.2. 1',30 $_version = '2.2.2', 31 31 32 32 // debugging control ## -
export-user-data/trunk/readme.md
r2643129 r2643307 5 5 **Requires PHP:** 6.0 6 6 **Requires at least:** 5.0 7 **Tested up to:** 5. 68 **Stable tag:** 2.2. 17 **Tested up to:** 5.8.2 8 **Stable tag:** 2.2.2 9 9 **License:** GPLv2 10 10 -
export-user-data/trunk/readme.txt
r2643129 r2643307 4 4 Requires PHP: 7.0 5 5 Requires at least: 4.8 6 Tested up to: 5. 67 Stable tag: 2.2. 06 Tested up to: 5.8.2 7 Stable tag: 2.2.2 8 8 License: GPLv2 9 9 … … 39 39 40 40 == 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 ! 41 59 42 60 = 2.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.