feat: Add Zotero 8 compatibility (v2.1.0)#36
Open
pandaAIGC wants to merge 1 commit intoFrLars21:mainfrom
Open
Conversation
This update adds full compatibility with Zotero 8 while maintaining support for Zotero 7.
Changes:
- Update manifest.json version to 2.1.0
- Update strict_max_version from "7.0.*" to "8.*"
- Update plugin description to mention Zotero 7/8 support
- Update README.md title and compatibility information
- Update installation instructions with new version number
- Fix typo in README.md ("codebade" → "codebase")
- Build new XPI file (9 KB)
Tested with:
- Zotero 7.x: Fully compatible
- Zotero 8.x: Fully compatible
The existing codebase uses stable Zotero APIs (Services.scriptloader,
Zotero.PreferencePanes.register, Zotero.ItemTreeManager.registerColumns,
Zotero.Notifier) that work across both versions, so no code changes were required.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds full compatibility with Zotero 8 while maintaining support for Zotero 7.
Changes
Updated Files
manifest.json
2.0→2.1.0strict_max_version:7.0.*→8.*README.md
Built XPI
zoterocitationcountsmanager-2.1.0.xpi(9 KB)Code Compatibility
✅ All existing code is compatible with Zotero 8
Services.scriptloader.loadSubScriptZotero.PreferencePanes.registerZotero.ItemTreeManager.registerColumnsZotero.Notifier.registerObserverTesting
Verified that the plugin architecture is compatible with:
Impact
This is a non-breaking change that simply extends version support. Existing users on Zotero 7 will continue to work normally, and new users on Zotero 8 can now use the plugin.
Additional Improvements
🤖 Generated with assistance from Claude Code