Commit ec978e0
Add a warning about register_ui_init (removed from V3 plugin API)
```
➜ python ./scripts/migrate_plugin.py ~/src/picard-plugins/plugins/post_tagging_actions/__init__.py /tmp/post_tagging_actionsv3
Migrating plugin: Post Tagging Actions
Author: Giorgio Fontanive
Version: 0.1
Created: /tmp/post_tagging_actionsv3/MANIFEST.toml
Created: /tmp/post_tagging_actionsv3/__init__.py
Regenerated: actions_status.py (from actions_status.ui)
Regenerated: options_post_tagging_actions.py (from options_post_tagging_actions.ui)
✓ Copied 4 file(s)
✓ Copied 1 directory(ies)
======================================================================
MIGRATION WARNINGS - Manual Review Required:
======================================================================
✓ Converted log.* calls to api.logger.*
✓ Removed 'options' class attribute from PostTaggingActionsOptions (not needed in V3)
✓ Converted config.setting to api.global_config.setting
1 parent fcd4cee commit ec978e0
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
749 | 757 | | |
750 | 758 | | |
751 | 759 | | |
| |||
0 commit comments