FireGento_FastSimpleImport2
FireGento_FastSimpleImport2 copied to clipboard
Category Import fixes
This has the compatibility fixes I commented on, sets a default category_path_seperator "/", and reverses the parameters for explodeEscaped because having the first parameter optional is deprecated.
@avstudnitz, do you think we can merge this?
@rbrown, would you mind updating your PR and sending it to the current develop
branch?
Hi @sprankhub I'm not sure I've done this right now. There should be three commits, 1 to add a default category separator, with this I didn't need to reorder the method parameters, 2. Use the right DateTime class and 3. A fix for importing boolean attributes.
Thanks a lot, @rbrown! I hope my comments make sense to you :)
Thanks, @rbrown!