Contributors: xlthlx
Donate link: https://paypal.me/xlthlx
Tags: INCI, ingredients, cosmetics, makeup
Requires at least: 5.9
Tested up to: 6.6
Stable tag: 1.6.6
Requires PHP: 7.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
A WordPress plugin to manage INCI (International Nomenclature of Cosmetic Ingredients).
A WordPress plugin to manage INCI (International Nomenclature of Cosmetic Ingredients). You can set up your database of ingredients and products and easily insert a product table into posts and pages using a shortcode.
There are two example products with ingredients into the data
directory that can be imported using the standard WordPress Importer.
-
Custom Post Type Ingredient: it comes with a function list, a source list and a visual safety field.
-
Custom Post Type Product: it comes with a brand taxonomy.
-
Single and multiple search for ingredients: check the ingredient against the local database.
-
Options: possibility to exclude the default CSS, copy it into your style.css and customize it; change the disclaimer content.
-
Shortcode: in the product list, there is a column where you can copy the 'basic' shortcode relative to a specific product. If you need a different way to display it, you can:
- specify a different title Example: [wp_inci_product id="33591" title="My custom title"]
- automatically insert the product permalink Example: [wp_inci_product id="33591" link="true"]
- remove the ingredients listing Example: [wp_inci_product id="33591" link="true" list="false"]
- remove the safety from ingredients listing Example: [wp_inci_product id="33591" safety="false"]
-
Languages: English, Italian.
If you need support or have a feature request, please use the support forum.
- Tested up to 6.6
- Updated dependencies
- Tested up to 6.5
- Updated dependencies
- Tested up to 6.4
- Updated dependencies
- Removed Product Gutenberg block
- Updated data xml
- Tested up to 6.3
- Bugfix
- Updated dependencies
- Tested up to 6.2
- Bugfix
- Updated dependencies
- Linted PHP
- Updated dependencies
- Tested up to 6.1
- Updated dependencies
- Added composer scripts
- Linted all code
- Removed Grunt
- Added npm scripts
- Tested up to 6.0
- Updated dependencies
- Updated translation
- Bugfix
- Tested up to 5.9
- Updated dependencies
- Added Product Gutenberg block
- Tested up to 5.8
- Updated dependencies
- Tested up to 5.7
- Updated dependencies
- Added numbers to multiple ingredients list
- Tested up to 5.6
- Hidden Welcome Tips popup and disabled fullscreen mode for Gutenberg (only for Products and Ingredients)
- Tested up to 5.5.3
- Bugfix
- Bugfix
- Changed admin icon
- Support for blocks
- New: ingredients multiple search
- Fixed CSS
- Added safety to ingredients list
- Tested up to 5.5
- Bugfix
- First release
- If you were using the Product Gutenberg block, you should change every block into a shortcode before upgrading.
- Upload
wp-inci
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Enjoy
Yes, just use the .POT file in the languages
folder.