craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

POFO Patches #1379

Open markhuot opened 7 months ago

markhuot commented 7 months ago

Description

Related issues

markhuot commented 7 months ago

Mistaken PR. Sorry! Although… these changes may actually be relevant. If you're at all curious,

  1. fixes a bug where Matrix block types that don't contain any text fields would not import
  2. updates Feed URL to support aliases/ENV so you can swap feed URLs per ENV. E.g., we're setting it to ./tests/authors.json locally but site.com/api/authors in production
  3. sorts the default /admin/feed-me UI by feed title
  4. adds a feed-me/feeds/execute console command so you can run feeds from the CLI if you don't feel like logging in to the UI or dealing with timeout/memory issues on a web request