Plugin Directory

Changeset 3399264

Timestamp:
11/19/2025 07:56:26 PM (2 days ago)
Author:
matteoenna
Message:

[Taxonomy-note]: 1.0.1

Location:
taxonomy-note
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • taxonomy-note/tags/Version:/trunk/readme.txt

    r3399137 r3399264  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl.html
     
    5353Notes are saved **only for terms currently assigned to the post**.
    5454
     55== Credits ==
     56
     57This plugin was created inside a project for Villa Sostaga.
     58Special thanks to Villa Sostaga for allowing the release as open source.
     59Maintained independently by Matteo Enna.
     60
    5561== Frequently Asked Questions ==
    5662
     
    6975- A custom plugin
    7076
    71 ### **Is there any performance impact?**
     77### Is there any performance impact?
    7278Minimal. 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  
    33 * Plugin Name: Taxonomy Note
    44 * Description: Add a per-term note panel for selected taxonomies on selected post types.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Matteo Enna (with the support of Villa Sostaga)
    77 * Text Domain: taxonomy-note
  • taxonomy-note/trunk/readme.txt

    r3399137 r3399264  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl.html
     
    5353Notes are saved **only for terms currently assigned to the post**.
    5454
     55== Credits ==
     56
     57This plugin was created inside a project for Villa Sostaga.
     58Special thanks to Villa Sostaga for allowing the release as open source.
     59Maintained independently by Matteo Enna.
     60
    5561== Frequently Asked Questions ==
    5662
     
    6975- A custom plugin
    7076
    71 ### **Is there any performance impact?**
     77### Is there any performance impact?
    7278Minimal. 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  
    33 * Plugin Name: Taxonomy Note
    44 * Description: Add a per-term note panel for selected taxonomies on selected post types.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Matteo Enna (with the support of Villa Sostaga)
    77 * Text Domain: taxonomy-note
Note: See TracChangeset for help on using the changeset viewer.