Plugin Directory

Changeset 3079435


Ignore:
Timestamp:
04/30/2024 01:35:24 PM (2 years ago)
Author:
NCAllen
Message:

Update to version 1.4.0.1 from GitHub

Location:
bulk-term-generator
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bulk-term-generator/tags/1.4.0.1/README.txt

    r3077810 r3079435  
    11=== Bulk Term Generator - Import multiple tags, categories, and taxonomies easily ===
    22Contributors: nateallen
    3 Tags: add multiple terms,bulk import,terms,tags,categories,taxonomy,add,multiple,mass,keywords,taxonomies,generate
    4 Requires at least: 3.1
     3Tags: add multiple,import,terms,tags,categories
    54Tested up to: 6.5.2
    65Stable tag: trunk
     
    3837== Frequently Asked Questions ==
    3938
    40 Q. I need to add a comma to my term name or description, but this breaks things!
    41 A. You can escape commas by adding backslash before it, like this: Boston\, MA
     39= I need to add a comma to my term name or description, but this breaks things! =
    4240
    43 Q. Can I edit existing terms with this plugin?
    44 A. No, this plugin is currently for adding new terms only. We may add this feature in the future.
     41You can escape commas by adding backslash before it, like this: Boston\, MA
    4542
    46 Q. Can I set the meta fields for the terms I'm adding?
    47 A. This plugin lets you set the slug and description for each term, but not other meta fields.
     43= Can I edit existing terms with this plugin? =
    4844
    49 Q: Is it possible to import terms from a specific CSV file or external data source?
    50 A: Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them.
     45No, this plugin is currently for adding new terms only. We may add this feature in the future.
    5146
    52 Q: Can I schedule term imports to occur automatically at specific intervals?
    53 A: Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future.
     47= Can I set the meta fields for the terms I'm adding? =
    5448
    55 Q: Does Bulk Term Generator handle hierarchical term structures?
    56 A: Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms.
     49This plugin lets you set the slug and description for each term, but not other meta fields.
    5750
    58 Q: Can I import terms into multiple taxonomies simultaneously?
    59 A: No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy.
     51= Is it possible to import terms from a specific CSV file or external data source? =
    6052
    61 Q: Can I export terms from WordPress using Bulk Term Generator?
    62 A: No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools.
     53Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them.
     54
     55= Can I schedule term imports to occur automatically at specific intervals? =
     56
     57Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future.
     58
     59= Does Bulk Term Generator handle hierarchical term structures? =
     60
     61Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms.
     62
     63= Can I import terms into multiple taxonomies simultaneously? =
     64
     65No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy.
     66
     67= Can I export terms from WordPress using Bulk Term Generator? =
     68
     69No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools.
    6370
    6471== Screenshots ==
     
    7481* Tested with WordPress 6.5.2
    7582* Improved coding standards
    76 * Added a blank option to parent select field
     83* Added a blank option to parent select field (hat tip to @EarthmanWeb)
    7784* Refactored get_terms usage to align with updated WordPress standards
    7885
  • bulk-term-generator/trunk/README.txt

    r3077810 r3079435  
    11=== Bulk Term Generator - Import multiple tags, categories, and taxonomies easily ===
    22Contributors: nateallen
    3 Tags: add multiple terms,bulk import,terms,tags,categories,taxonomy,add,multiple,mass,keywords,taxonomies,generate
    4 Requires at least: 3.1
     3Tags: add multiple,import,terms,tags,categories
    54Tested up to: 6.5.2
    65Stable tag: trunk
     
    3837== Frequently Asked Questions ==
    3938
    40 Q. I need to add a comma to my term name or description, but this breaks things!
    41 A. You can escape commas by adding backslash before it, like this: Boston\, MA
     39= I need to add a comma to my term name or description, but this breaks things! =
    4240
    43 Q. Can I edit existing terms with this plugin?
    44 A. No, this plugin is currently for adding new terms only. We may add this feature in the future.
     41You can escape commas by adding backslash before it, like this: Boston\, MA
    4542
    46 Q. Can I set the meta fields for the terms I'm adding?
    47 A. This plugin lets you set the slug and description for each term, but not other meta fields.
     43= Can I edit existing terms with this plugin? =
    4844
    49 Q: Is it possible to import terms from a specific CSV file or external data source?
    50 A: Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them.
     45No, this plugin is currently for adding new terms only. We may add this feature in the future.
    5146
    52 Q: Can I schedule term imports to occur automatically at specific intervals?
    53 A: Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future.
     47= Can I set the meta fields for the terms I'm adding? =
    5448
    55 Q: Does Bulk Term Generator handle hierarchical term structures?
    56 A: Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms.
     49This plugin lets you set the slug and description for each term, but not other meta fields.
    5750
    58 Q: Can I import terms into multiple taxonomies simultaneously?
    59 A: No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy.
     51= Is it possible to import terms from a specific CSV file or external data source? =
    6052
    61 Q: Can I export terms from WordPress using Bulk Term Generator?
    62 A: No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools.
     53Bulk Term Generator doesn't support importing terms directly from CSV files or external data sources. However, you can copy and paste your terms into the plugin's interface, making it quick and convenient to import them.
     54
     55= Can I schedule term imports to occur automatically at specific intervals? =
     56
     57Currently, Bulk Term Generator doesn't have a built-in scheduling feature to automate term imports at specific intervals. Let us know if you'd like to see this feature added in the future.
     58
     59= Does Bulk Term Generator handle hierarchical term structures? =
     60
     61Yes, Bulk Term Generator allows you to create hierarchical term structures by specifying parent terms during the import process. This feature simplifies the creation of complex taxonomies with nested terms.
     62
     63= Can I import terms into multiple taxonomies simultaneously? =
     64
     65No, currently the only way to import terms is to select a single taxonomy first. However, you can import terms into multiple taxonomies by repeating the import process for each taxonomy.
     66
     67= Can I export terms from WordPress using Bulk Term Generator? =
     68
     69No, Bulk Term Generator is primarily focused on importing terms into WordPress. It doesn't provide an export functionality. For exporting terms, you may consider using other WordPress plugins or built-in WordPress export tools.
    6370
    6471== Screenshots ==
     
    7481* Tested with WordPress 6.5.2
    7582* Improved coding standards
    76 * Added a blank option to parent select field
     83* Added a blank option to parent select field (hat tip to @EarthmanWeb)
    7784* Refactored get_terms usage to align with updated WordPress standards
    7885
Note: See TracChangeset for help on using the changeset viewer.