Changeset 3399264
- Timestamp:
- 11/19/2025 07:56:26 PM (2 days ago)
- Location:
- taxonomy-note
- Files:
-
- 4 edited
- 1 copied
- tags/Version:/trunk (copied) (copied from taxonomy-note/trunk)
- tags/Version:/trunk/readme.txt (modified) (3 diffs)
- tags/Version:/trunk/taxonomy-note.php (modified) (1 diff)
- trunk/readme.txt (modified) (3 diffs)
- trunk/taxonomy-note.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
taxonomy-note/tags/Version:/trunk/readme.txt
r3399137 r3399264 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl.html … … 53 53 Notes are saved **only for terms currently assigned to the post**. 54 54 55 == Credits == 56 57 This plugin was created inside a project for Villa Sostaga. 58 Special thanks to Villa Sostaga for allowing the release as open source. 59 Maintained independently by Matteo Enna. 60 55 61 == Frequently Asked Questions == 56 62 … … 69 75 - A custom plugin 70 76 71 ### **Is there any performance impact?**77 ### Is there any performance impact? 72 78 Minimal. Notes are loaded only when editing a post and stored efficiently in post meta. 73 74 This plugin was created inside a project for Villa Sostaga.75 Special thanks to Villa Sostaga for allowing the release as open source.76 Maintained independently by Matteo Enna. -
taxonomy-note/tags/Version:/trunk/taxonomy-note.php
r3399137 r3399264 3 3 * Plugin Name: Taxonomy Note 4 4 * Description: Add a per-term note panel for selected taxonomies on selected post types. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: Matteo Enna (with the support of Villa Sostaga) 7 7 * Text Domain: taxonomy-note -
taxonomy-note/trunk/readme.txt
r3399137 r3399264 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl.html … … 53 53 Notes are saved **only for terms currently assigned to the post**. 54 54 55 == Credits == 56 57 This plugin was created inside a project for Villa Sostaga. 58 Special thanks to Villa Sostaga for allowing the release as open source. 59 Maintained independently by Matteo Enna. 60 55 61 == Frequently Asked Questions == 56 62 … … 69 75 - A custom plugin 70 76 71 ### **Is there any performance impact?**77 ### Is there any performance impact? 72 78 Minimal. Notes are loaded only when editing a post and stored efficiently in post meta. 73 74 This plugin was created inside a project for Villa Sostaga.75 Special thanks to Villa Sostaga for allowing the release as open source.76 Maintained independently by Matteo Enna. -
taxonomy-note/trunk/taxonomy-note.php
r3399137 r3399264 3 3 * Plugin Name: Taxonomy Note 4 4 * Description: Add a per-term note panel for selected taxonomies on selected post types. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: Matteo Enna (with the support of Villa Sostaga) 7 7 * Text Domain: taxonomy-note
Note: See TracChangeset for help on using the changeset viewer.