Dispensary Tinctures
This plugin adds a Tinctures menu type to the WP Dispensary menu plugin.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2109 days ago
Is Dispensary Tinctures abandoned?
Possibly abandoned (last update 2109 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin adds a Tinctures menu type to the WP Dispensary menu plugin.
Release Notes
You can read full details in our blog post.
Requirements
When using the Dispensary Tinctures plugin, WP Dispensary version 1.9.18+ needs to be installed and activated in order display the Tinctures menu type’s pricing and details on individual item pages.
Shortcode
You can display your Dispensary Tinctures by adding the following shortcode:
[wpd-tinctures]
Full list of options:
[wpd-tinctures title="" posts="100" info="show" image="show" imgsize="dispensary-image" class="" viewall=""]
You can also display your Tinctures items by using the Dispensary Tinctures widget that this plugin adds.
Contribute
Want to help this plugin get better? Head over to Github and open an issue or submit a pull request.
Installation
- In your WordPress admin dashboard, go to
Plugins -> Add Newand search for Dispensary Tinctures - Activate the plugin and enjoy!
Frequently Asked Questions
Review feed
Screenshots
Changelog
2.0.4
- Bugfix updated arg for
get_wpd_product_detailshelper function REST API details inadmin/class-wpd-tinctures-rest-api.php
2.0.3
- Bugfix added missing arg to
get_wpd_product_detailsREST API details inadmin/class-wpd-tinctures-rest-api.php - Updated image sizes to use WPD built-in helper function in
admin/class-wpd-tinctures-widgets.php - Updated
.potfile with text strings for localization inlanguages/wpd-tinctures.pot - General code cleanup throughout multiple files
2.0.2
- Added minified version of admin CSS in
admin/css/wpd-tinctures-admin.min.css - Updated admin widget color styles to remove green bg color in
admin/css/wpd-tinctures-admin.css - Updated admin widget title in
admin/class-wpd-tinctures-widgets.php - Updated
$wpd_tinctures_slug_capin the widget description inadmin/class-wpd-tinctures-widgets.php - Updated
.potfile with text strings for localization inlanguages/wpd-tinctures.pot - General code cleanup throughout multiple files
2.0.1
- Bugfix changed function names in the activator for post type and taxonomies in
includes/class-wpd-tinctures-activator.php - Updated featured images array to include
wpd-thumbnailsize inadmin/class-wpd-tinctures-widgets.php - Updated REST API data to include
wpd-thumbnailsize inadmin/class-wpd-tinctures-rest-api.php - General code cleanup throughout multiple files
2.0
- Added
orderbyandmeta_keyshortcode attributes inadmin/class-wpd-tinctures-shortcodes.php - Bug fix misspelling for CBD mg per serving in
admin/class-wpd-tinctures-data-output.php - Updated eCommerce display to remove comma between categories in
admin/wpd-tinctures-functions.php - Updated select options for featured image sizes in widgets in
admin/class-wpd-tinctures-widgets.php - Updated function names in
admin/class-wpd-tinctures-post-type.phpandadmin/class-wpd-tinctures-taxonomies.php - Updated
.potfile with text strings for localization inlanguages/wpd-tinctures.pot - General code cleanup throughout multiple files
1.9
- Added
tincturesto compounds filter for admin screens inadmin/wpd-tinctures-functions.php - Added
tincturesto compounds filter for data output inadmin/wpd-tinctures-functions.php - Updated shortcode product title wrap from p to h2 in
admin/wpd-tinctures-shortcodes.php - Updated mobile width for tinctures details metabox in
admin/css/wpd-tinctures-admin.css - Updated
.potfile with text strings for localization inlanguages/wpd-tinctures.pot - General code cleanup throuhgout multiple files
1.8
- Added ‘prices’ REST API endpoint in
admin/class-wpd-tinctures-rest-api.php - Added ‘details’ REST API endpoint in
admin/class-wpd-tinctures-rest-api.php - Added REST API endpoint for various featured image sizes in
admin/class-wpd-tinctures-rest-api.php
1.7.2
- Bug fix pass the ID argument to prices and image helper functions in
admin/class-wpd-tinctures-shortcodes.php
1.7.1
- Updated the widget to pass the post ID to the
wpd_product_imagehelper function inadmin/class-wpd-tinctures-widgets.php
1.7
- Added tinctures prices to
get_wpd_all_prices_simplefilter inadmin/wpd-tictures-functions.php - Added tinctures to
wpd_menu_typeshelper function inadmin/wpd-tinctures-functions.php - Added tinctures to
wpd_top_sellers_metaboxfilter inadmin/class-wpd-tinctures-metaboxes.php - Updated widget to use the
wpd_product_imagehelper function inadmin/class-wpd-tinctures-widgets.php - Updated code to escape
$_POSTmetabox data inadmin/class-wpd-tinctures-metaboxes.php - Updated tinctures category taxonomy
show_in_restvalue totrueinadmin/class-wpd-tinctures-taxonomies.php - Updated shortcode to use
get_wpd_product_imagehelper function inadmin/class-wpd-tinctures-shortcodes.php - Updated product title to use
get_the_titlefunction inadmin/class-wpd-tinctures-shortcodes.php - Updated tinctures pricing variable in
admin/class-wpd-tinctures-shortcodes.php - Updated text strings for localization in
admin/class-wpd-tinctures-post-type.php - WordPress Coding Standards updates in
admin/class-wpd-tinctures-shortcodes.php
1.6.1
- Removed custom REST API codes for Gear category endpoint in
admin/class=wpd-tinctures-rest-api.php
1.6.0
- Added Tinctures category to the eCommerce add-on’s single item display in
admin/wpd-tinctures-functions.php - Removed extra
}in the Tinctures helper functions inadmin/wpd-tinctures-functions.php - Updated text strings for localization in
admin/wpd-tinctures-functions.php - Updated
.potfile with new text strings for localization inlanguages/wpd-tinctures.pot - WordPress Coding Standards updates and General code cleanup
1.5.0
- Added 2 helper functions
get_wpd_tinctures_prices_simpleandwpd_tinctures_prices_simpleinadmin/wpd-tinctures-functions.php - Added 2 action hooks
wpd_tinctures_widget_inside_loop_beforeandwpd_tinctures_widget_inside_loop_beforeinadmin/class-wpd-tinctures-widgets.php - Updated shortcode to use the new prices helper functions in
admin/class-wpd-tinctures-shortcode.php - Updated text for admin
post_updated_messagesinadmin/class-wpd-tinctures-post-type.php
1.4.0
- Added shortcode atts filter name to the Tinctures shortcode in
admin/class-wpd-tinctures-shortcodes.php - Added Allergens taxonomy for Edibles in
admin/class-wpd-tinctures-taxonomies.php - Added Allergens taxonomy to data output in
admin/class-wpd-tinctures-data-output.php - Added REST API endpoint for Allergens in
admin/class-wpd-tinctures-rest-api.php - Fixed bug to only display details if in Tinctures menu type in
admin/class-wpd-tinctures-data-output.php - Updated
Tincturesdisplay text to change based on custom permalink base inadmin/class-wpd-tinctures-post-type.php - Updated
Tincturesdisplay text to change based on custom permalink base inadmin/class-wpd-tinctures-shortcodes.php - Updated
Tincturesdisplay text to change based on custom permalink base inadmin/class-wpd-tinctures-widgets.php - Updated translatable text to work with variable in
admin/class-wpd-tinctures-post-type.php - Updated translatable text to work with variable in
admin/class-wpd-tinctures-post-type.php - Updated shortcode to use the
wpd_currency_codefunction inadmin/class-wpd-tinctures-shortcodes.php - Updated Price/Donation display option updates in
admin/class-wpd-tinctures-shortcodes.php - Updated various text strings to be translatable in
admin/class-wpd-tinctures-data-output.php - Updated various text strings to be translatable in
admin/class-wpd-tinctures-metaboxes.php - Updated various text strings to be translatable in
admin/class-wpd-tinctures-shortcodes.php - Updated various text strings to be translatable in
admin/class-wpd-tinctures-taxonomies.php - Updated
.potfile with new text strings for localization inlanguages/wpd-tinctures.pot
1.3.0
- Added
.potfile for localization inlanguages/wpd-tinctures.pot - Added permalink settings option for
tincturesbase inadmin/class-wpd-tinctures-post-type.php - Updated permalink base codes for
tincturescustom post type inadmin/class-wpd-tinctures-post-type.php
1.2.0
- Add div wrappers to metabox input in
admin/class-wpd-tinctures-taxonomies.php - Add admin screen thumbnails to Tinctures menu type in
admin/class-wpd-tinctures-post-type.php - Add
categoriesendpoint to the REST API inadmin/class-wpd-tinctures-rest-api.php - Remove
wpd_tinctures_categoryendpoint inadmin/class-wpd-tinctures-post-type.php - Update wording for Tinctures post type in
admin/class-wpd-tinctures-post-type.php - Update Tinctures category wording in
admin/class-wpd-tinctures-taxonomies.php - Update
tinctures_categoryendpoint name inadmin/class-wpd-tinctures-rest-api.php
1.1.1
- Added better alignment of
PricesandDetailsmetabox inputadmin/css/wpd-tinctures-admin.css - Added filter for the new table placement in WP Dispensary v2.0+ in
admin/class-wpd-tinctures-data-output.php - Updated admin submenu order number in
admin/wpd-tinctures-post-type.php
1.1
- Added filter to add
ingredientstaxonomy to Tinctures inadmin/class-wpd-tinctures-taxonomies.php - Added filter to add
vendorstaxonomy to Tinctures inadmin/class-wpd-tinctures-taxonomies.php - Added Tinctures
ingredientsto the Details table inadmin/class-wpd-tinctures-data-output.php - Added Tinctures
vendorsto the Details table inadmin/class-wpd-tinctures-data-output.php - Fixed depreciated string value in get_bloginfo function in
admin/class-wpd-tinctures-shortcodes.php - Fixed display bug for pricing output in shortcodes in
admin/class-wpd-tinctures-shortcodes.php - Fixed nonce error for
tincturespricesmeta_noncenameinadmin/class-wpd-tinctures-metaboxes.php - Fixed bug with Tinctures categories display in
admin/class-wpd-tinctures-data-output.php - Fixed
WP_DEBUGnotice by adding a default value for $rewrite variable inadmin/class-wpd-tinctures-post-type.php - Fixed
WP_DEBUGnotice by addingglobal $postto Tinctures vendors and categories inadmin/class-wpd-tinctures-data-output.php - Fixed ingredient and vendor display by adding a check to make sure post type is Tinctures in
admin/class-wpd-tinctures-data-output.php - Updated default widget title from
Recent TincturestoDispensary Tincturesinadmin/class-wpd-tinctures-widgets.php
1.0
- Initial release