Changeset 2850318
- Timestamp:
- 01/18/2023 09:07:21 AM (3 years ago)
- Location:
- gathercontent-import
- Files:
-
- 6 edited
- 1 copied
-
tags/3.2.15 (copied) (copied from gathercontent-import/trunk)
-
tags/3.2.15/README.md (modified) (2 diffs)
-
tags/3.2.15/gathercontent-importer.php (modified) (2 diffs)
-
tags/3.2.15/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/gathercontent-importer.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gathercontent-import/tags/3.2.15/README.md
r2850310 r2850318 1 # GatherContent Plugin -- Version 3.2.1 4#1 # GatherContent Plugin -- Version 3.2.15 # 2 2 3 3 This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa. … … 47 47 48 48 ## Changelog ## 49 50 ### 3.2.15 ### 51 * Updated the readme.txt to include testing up to WordPress 6.1 49 52 50 53 ### 3.2.14 ### -
gathercontent-import/tags/3.2.15/gathercontent-importer.php
r2850310 r2850318 4 4 * Plugin URI: http://www.gathercontent.com 5 5 * Description: Imports items from GatherContent to your wordpress site 6 * Version: 3.2.1 46 * Version: 3.2.15 7 7 * Author: GatherContent 8 8 * Requires PHP: 7.0 … … 32 32 33 33 // Useful global constants 34 define( 'GATHERCONTENT_VERSION', '3.2.1 4' );35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.1 4' );34 define( 'GATHERCONTENT_VERSION', '3.2.15' ); 35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.15' ); 36 36 define( 'GATHERCONTENT_SLUG', 'gathercontent-import' ); 37 37 define( 'GATHERCONTENT_PLUGIN', __FILE__ ); -
gathercontent-import/tags/3.2.15/readme.txt
r2850310 r2850318 4 4 Tags: structured content, gather content, gathercontent, import, migrate, export, mapping, production, writing, collaboration, platform, connect, link, gather, client, word, production 5 5 Requires at least: 5.6.0 6 Tested up to: 6. 06 Tested up to: 6.1 7 7 Stable tag: 3.2.13 8 8 License: GPL-2.0+ … … 65 65 66 66 == Changelog == 67 68 = 3.2.15 = 69 * Updated the readme.txt to include testing up to WordPress 6.1 67 70 68 71 = 3.2.14 = -
gathercontent-import/trunk/README.md
r2850310 r2850318 1 # GatherContent Plugin -- Version 3.2.1 4#1 # GatherContent Plugin -- Version 3.2.15 # 2 2 3 3 This plugin allows you to transfer content from your GatherContent projects into your WordPress site and vice-versa. … … 47 47 48 48 ## Changelog ## 49 50 ### 3.2.15 ### 51 * Updated the readme.txt to include testing up to WordPress 6.1 49 52 50 53 ### 3.2.14 ### -
gathercontent-import/trunk/gathercontent-importer.php
r2850310 r2850318 4 4 * Plugin URI: http://www.gathercontent.com 5 5 * Description: Imports items from GatherContent to your wordpress site 6 * Version: 3.2.1 46 * Version: 3.2.15 7 7 * Author: GatherContent 8 8 * Requires PHP: 7.0 … … 32 32 33 33 // Useful global constants 34 define( 'GATHERCONTENT_VERSION', '3.2.1 4' );35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.1 4' );34 define( 'GATHERCONTENT_VERSION', '3.2.15' ); 35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.15' ); 36 36 define( 'GATHERCONTENT_SLUG', 'gathercontent-import' ); 37 37 define( 'GATHERCONTENT_PLUGIN', __FILE__ ); -
gathercontent-import/trunk/readme.txt
r2850310 r2850318 4 4 Tags: structured content, gather content, gathercontent, import, migrate, export, mapping, production, writing, collaboration, platform, connect, link, gather, client, word, production 5 5 Requires at least: 5.6.0 6 Tested up to: 6. 06 Tested up to: 6.1 7 7 Stable tag: 3.2.13 8 8 License: GPL-2.0+ … … 65 65 66 66 == Changelog == 67 68 = 3.2.15 = 69 * Updated the readme.txt to include testing up to WordPress 6.1 67 70 68 71 = 3.2.14 =
Note: See TracChangeset
for help on using the changeset viewer.