farmOS 3.4.0 has been released

farmOS 3.4.0 has been released.

For the full release notes, see CHANGELOG.md.

3 Likes

Standby… Drupal core put out a security release right after I tagged farmOS 3.4.0, so I’m tagging 3.4.1 now… :sweat_smile:

1 Like

When updating 3.3.3 to 3.4.0 warning[
The “equipment_type” at “asset:equipment” references the “taxonomy_term:equipment_type” entity type that does not exist.] raised on cache rebuild. but, it cleared after update config via http://examplefatm.com/update.php this link.

1 Like

@aathi179 Database updates should always be the first thing that runs after updating a farmOS / Drupal codebase. Rebuilding the cache should happen after that.

See also the drush deploy command, which standardizes the order of commands (only use this command if you are managing configuration in source control because it also runs drush config:import):

drush updatedb --no-cache-clear
drush cache:rebuild
drush config:import
drush cache:rebuild
drush deploy:hook
1 Like

Thank you sir

1 Like