Changeset 2697671
- Timestamp:
- 03/22/2022 11:39:31 AM (4 years ago)
- Location:
- gathercontent-import
- Files:
-
- 8 edited
- 1 copied
-
tags/3.2.5 (copied) (copied from gathercontent-import/trunk)
-
tags/3.2.5/README.md (modified) (2 diffs)
-
tags/3.2.5/gathercontent-importer.php (modified) (1 diff)
-
tags/3.2.5/includes/classes/admin/mapping/field-types/wpseo.php (modified) (1 diff)
-
tags/3.2.5/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/gathercontent-importer.php (modified) (1 diff)
-
trunk/includes/classes/admin/mapping/field-types/wpseo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gathercontent-import/tags/3.2.5/README.md
r2694838 r2697671 1 # GatherContent Plugin -- Version 3.2. 4#1 # GatherContent Plugin -- Version 3.2.5 # 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.5 ### 51 * Fixed issue for PHP8 and Yoast SEO compatibility 49 52 50 53 ### 3.2.4 ### -
gathercontent-import/tags/3.2.5/gathercontent-importer.php
r2675190 r2697671 32 32 33 33 // Useful global constants 34 define( 'GATHERCONTENT_VERSION', '3.2. 1' );35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2. 1' );34 define( 'GATHERCONTENT_VERSION', '3.2.5' ); 35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.5' ); 36 36 define( 'GATHERCONTENT_SLUG', 'gathercontent-import' ); 37 37 define( 'GATHERCONTENT_PLUGIN', __FILE__ ); -
gathercontent-import/tags/3.2.5/includes/classes/admin/mapping/field-types/wpseo.php
r2672752 r2697671 61 61 $this->initialize_wpseo(); 62 62 63 $options = array( );63 $options = array('all_types' => []); 64 64 65 65 global $post; -
gathercontent-import/tags/3.2.5/readme.txt
r2694838 r2697671 5 5 Requires at least: 5.6.0 6 6 Tested up to: 5.9.0 7 Stable tag: 3.2. 47 Stable tag: 3.2.5 8 8 License: GPL-2.0+ 9 9 Requires PHP: 7.0 … … 65 65 66 66 == Changelog == 67 68 = 3.2.5 = 69 * Fixed issue for PHP8 and Yoast SEO compatibility 67 70 68 71 = 3.2.4 = -
gathercontent-import/trunk/README.md
r2694838 r2697671 1 # GatherContent Plugin -- Version 3.2. 4#1 # GatherContent Plugin -- Version 3.2.5 # 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.5 ### 51 * Fixed issue for PHP8 and Yoast SEO compatibility 49 52 50 53 ### 3.2.4 ### -
gathercontent-import/trunk/gathercontent-importer.php
r2675190 r2697671 32 32 33 33 // Useful global constants 34 define( 'GATHERCONTENT_VERSION', '3.2. 1' );35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2. 1' );34 define( 'GATHERCONTENT_VERSION', '3.2.5' ); 35 define( 'GATHERCONTENT_ENQUEUE_VERSION', '3.2.5' ); 36 36 define( 'GATHERCONTENT_SLUG', 'gathercontent-import' ); 37 37 define( 'GATHERCONTENT_PLUGIN', __FILE__ ); -
gathercontent-import/trunk/includes/classes/admin/mapping/field-types/wpseo.php
r2672752 r2697671 61 61 $this->initialize_wpseo(); 62 62 63 $options = array( );63 $options = array('all_types' => []); 64 64 65 65 global $post; -
gathercontent-import/trunk/readme.txt
r2694838 r2697671 5 5 Requires at least: 5.6.0 6 6 Tested up to: 5.9.0 7 Stable tag: 3.2. 47 Stable tag: 3.2.5 8 8 License: GPL-2.0+ 9 9 Requires PHP: 7.0 … … 65 65 66 66 == Changelog == 67 68 = 3.2.5 = 69 * Fixed issue for PHP8 and Yoast SEO compatibility 67 70 68 71 = 3.2.4 =
Note: See TracChangeset
for help on using the changeset viewer.