Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Craft installation breaks when this is installed in project config #59

Open
myleshyson opened this issue Aug 14, 2024 · 1 comment
Open
Labels

Comments

@myleshyson
Copy link

Description

Just updated to Craft 5.3.4 and noticed my test suite started failing because of a schema version validation error for the store-hours plugin because of this change.

The project config tries to validate the schema version of the plugin by referencing it's $schemaVersion property. However that property is blank on this plugin. I think $schemaVersion just needs to be added to the Plugin class with the current version.

  • Craft version: 5.3.4
  • PHP version: 8.2
  • Database driver & version:
  • Plugin Version: 4.2.0
@myleshyson
Copy link
Author

Thought I should note, I'm also experiencing this bug in installing craft fresh outside of a test context when this plugin is included in the project config.

@myleshyson myleshyson changed the title Plugin class missing schemaVersion property. Causes issues in Craft 5.3.4 Craft installation breaks when this is installed in project config Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant