|
2 | 2 | Contributors: wpdispensary, deviodigital |
3 | 3 | Tags: cannabis, dispensary, menu, marijuana, weed, wp-dispensary, pot, mmj, mmp, menu-management, medical-marijuana |
4 | 4 | Requires at least: 3.0.1 |
5 | | -Tested up to: 5.6 |
6 | | -Stable tag: 3.3.5 |
| 5 | +Tested up to: 5.9 |
| 6 | +Stable tag: 4.0 |
7 | 7 | License: GPLv2 or later |
8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
9 | 9 |
|
@@ -47,8 +47,6 @@ WordPress.org is home to some amazing free extensions for WP Dispensary, includi |
47 | 47 |
|
48 | 48 | * [Dispensary Blocks](https://wordpress.org/plugins/dispensary-blocks) |
49 | 49 | * [Dispensary Coupons](https://wordpress.org/plugins/dispensary-coupons) |
50 | | -* [Dispensary Tinctures](https://wordpress.org/plugins/dispensary-tinctures) |
51 | | -* [Dispensary Gear](https://wordpress.org/plugins/dispensary-gear) |
52 | 50 |
|
53 | 51 | ## Go Pro with WP Dispensary |
54 | 52 |
|
@@ -81,6 +79,82 @@ Visit our [extensions page](https://www.wpdispensary.com/add-ons) to find out ev |
81 | 79 |
|
82 | 80 | == Changelog == |
83 | 81 |
|
| 82 | += 4.0 = |
| 83 | +* Added Spanish language translation in `languages/wp-dispensary-es_ES.po` |
| 84 | +* Added Italian language translation in `languages/wp-dispensary-it_IT.po` |
| 85 | +* Added German language translation in `languages/wp-dispensary-de_DE.po` |
| 86 | +* Added French language translation in `languages/wp-dispensary-fr_FR.po` |
| 87 | +* Added Croatian language translation in `languages/wp-dispensary-hr_HR.po` |
| 88 | +* Added Czech language translation in `languages/wp-dispensary-cs_CZ.po` |
| 89 | +* Added Georgian language translation in `languages/wp-dispensary-ka_GE.po` |
| 90 | +* Added Hebrew language translation in `languages/wp-dispensary-he_IL.po` |
| 91 | +* Added Maltese language translation in `languages/wp-dispensary-mt_MT.po` |
| 92 | +* Added Dutch language translation in `languages/wp-dispensary-nl_NL.po` |
| 93 | +* Added new `Products Search` widget in `admin/widgets/wpd-widget-product-search.php` |
| 94 | +* Added new `Products` post type in `admin/wp-dispensary-products-post-type.php` |
| 95 | +* Added new `wpd_categories` taxonomy for posts in the Products post type in `admin/taxonomies/wpd-taxonomy-categories.php` |
| 96 | +* Added Products submenu item in admin dashboard in `admin/class-wp-dispensary-admin-settings.php` |
| 97 | +* Added `wpd_concentrates_prices_array` helper function in `includes/functions/wp-dispensary-pricing-functions.php` |
| 98 | +* Added products post type permalink settings in `admin/class-wp-dispensary-permalink-settings.php` |
| 99 | +* Added new `product_type` metadata to each product in `admin/metaboxes/wpd-metabox-product-type.php` |
| 100 | +* Added new `wpd_product_schema` helper function in `includes/functions/wp-dispensary-product-functions.php` |
| 101 | +* Added `Tinctures` and `Edibles` to the `product_type` metadata options in `admin/wp-dispensary-helper-functions.php` |
| 102 | +* Added new `wpd_product_type_display_name` helper function in `admin/wp-dispensary-helper-functions.php` |
| 103 | +* Added new `wpd_tinctures_prices_simple` helper function in `admin/wp-dispensary-helper-functions.php` |
| 104 | +* Added new `wpd_gear_prices_simple` helper function in `admin/wp-dispensary-helper-functions.php` |
| 105 | +* Added new `get_wpd_tinctures_prices_simple` helper function in `admin/wp-dispensary-helper-functions.php` |
| 106 | +* Added new `get_wpd_gear_prices_simple` helper function in `admin/wp-dispensary-helper-functions.php` |
| 107 | +* Added new `wpd_compound_type` helper function in `admin/wp-dispensary-helper-functions.php` |
| 108 | +* Added new `wpd_product_prices helper function` helper function in `includes/functions/wp-dispensary-pricing-functions.php` |
| 109 | +* Added new `wpd_product_types` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 110 | +* Added new `wpd_product_types_simple` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 111 | +* Added new `wp_dispensary_custom_image_sizes` filter and helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 112 | +* Added new `wpd_product_prices_array` helper function in `includes/functions/wp-dispensary-pricing-functions.php` |
| 113 | +* Added new `wpd_compound_list` helper function in `includes/functions/wp-dispensary-product-functions.php` |
| 114 | +* Added new `get_wpd_vendors_details` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 115 | +* Added new `get_wpd_strain_types_details` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 116 | +* Added new `get_wpd_shelf_types_details` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 117 | +* Added new `wpd_product_type_display_name_to_slug` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 118 | +* Added new `get_wpd_product_type_item_count` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 119 | +* Added new `get_wpd_product_type_details` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 120 | +* Added new `get_wpd_product_types_details` helper function in `includes/functions/wp-dispensary-general-functions.php` |
| 121 | +* Added new `wpd_csv_export_data_row` filter in `admin/class-wp-dispensary-csv-export.php` |
| 122 | +* Added new `wpd_compounds_table_placement_options` filter in `admin/wp-dispensary-admin-settings.php` |
| 123 | +* Added new `WPD_Products` class in `includes/class-wp-dispensary-products.php` |
| 124 | +* Added new `wpd/v1` REST API route to the WP REST API in `admin/wp-dispensary-rest-api.php` |
| 125 | +* Added `product_type` jQuery to show/hide metaboxes properly in `admin/js/wp-dispensary-admin.js` |
| 126 | +* Added `convert_post_types`, `convert_metadata`, and `convert_taxonomies` helper function for v4.0 upgrade in `includes/functions/wp-dispensary-helper-functions.php` |
| 127 | +* Added new Products Export option to the WP Dispensary admin settings in `admin/class-wp-dispensary-csv-export.php` |
| 128 | +* Added parameter to `get_wpd_product_image` function that will link/unlink images in `includes/functions/wp-dispensary-product-functions.php` |
| 129 | +* Added logo field to vendors taxonomy in `admin/class-wp-dispensary-vendors-taxonomy-fields.php` |
| 130 | +* Added product type filter to admin all products screen in `admin/wp-dispensary-admin-screens.php` |
| 131 | +* Added `Activation time` to product details in multiple files throughout the plugin |
| 132 | +* Deprecated `flowers_category`, `concentrates_category`, `edibles_category`, `topicals_category`, and `growers_category`, taxonomies |
| 133 | +* Deprecated `Flowers`, `Concentrates`, `Edibles`, `Topicals`, `Pre-rolls`, and `Growers` post types |
| 134 | +* Deprecated `Flowers`, `Concentrates`, `Edibles`, `Topicals`, `Pre-rolls`, and `Growers` widgets |
| 135 | +* Deprecated `wpd-flowers`, `wpd-concentrates`, `wpd-edibles`, `wpd-topicals`, `wpd-prerolls`, `wpd-growers`, and `wpd-carousel` shortcodes |
| 136 | +* Updated `wpd_menu` shortcode output styles in `public/assets/css/wp-dispensary-public.css` |
| 137 | +* Updated concentrate prices variable to remove PHP notices in `admin/wp-dispensary-data-output.php` |
| 138 | +* Updated `wpd_menu` shortcode to include an option to display products in a carousel in `admin/wp-dispensary-shortcodes.php` |
| 139 | +* Updated `wpd_menu` div wrappers and class names for each product type in `admin/wp-dispensary-shortcodes.php` |
| 140 | +* Updated shortcode output for pre-rolls product type in `admin/wp-dispensary-shortcodes.php` |
| 141 | +* Updated REST API data for Products post type in `admin/wp-dispensary-rest-api.php` |
| 142 | +* Updated admin 'Products' screen styles in `admin/css/wp-dispensary-admin.css` |
| 143 | +* Updated admin screen styles for multiple taxonomies and Orders in `admin/css/wp-dispensary-admin.css` |
| 144 | +* Updated body classes for WPD menu and products in `public/class-wp-dispensary-public.php` |
| 145 | +* Updated slick.js to v1.8.1 and cleaned up additional JS in `public/js/wp-dispensary-public.js` |
| 146 | +* Updated products archive to display all products in `admin/wp-dispensary-admin-screens.php` |
| 147 | +* Updated `get_wpd_product_details` function's `$wrapper` arg default in `includes/functions/wp-dispensary-product-functions.php` |
| 148 | +* Updated `patient` references to `customers` in multiple file throughout the plugin |
| 149 | +* Updated pricing metabox keys to use a new name structure in multiple file throughout the plugin |
| 150 | +* Updated taxonomies to use a new name structure in multiple file throughout the plugin |
| 151 | +* Updated product data metabox keys to use a new name structure in multiple file throughout the plugin |
| 152 | +* Updated `.pot` file with text strings for localization in `languages/wp-dispensary.pot` |
| 153 | +* Bugfix to keep WPD `admin_menu` open when various taxonomies are open in `admin/class-wp-dispensary-admin-settings.php` |
| 154 | +* Bugfix for admin settings redirect page array if no pages are found in `admin/wp-dispensary-admin-settings.php` |
| 155 | +* Bugfix for content output of single products in `admin/wp-dispensary-data-output.php` |
| 156 | +* General code cleanup throughout various files in the plugin |
| 157 | + |
84 | 158 | = 3.3.5 = |
85 | 159 | * Added default image for the Styles add-on in `public/images/wpd-styles-list-image.jpg` |
86 | 160 | * Added empty var to remove WP Debug notice in `admin/wp-dispensary-data-output.php` |
|
0 commit comments