Skip to content

Commit 53bf481

Browse files
committed
Updated for version 1.9.11 release
1 parent e55a91f commit 53bf481

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
### 1.9.11
4+
* Added filter parameter shortcode names for each shortcode in `admin/wp-dispensary-shortcodes.php`
5+
* Added CSS class to shortcode item name <p> wraps in `admin/wp-dispensary-shortcodes.php`
6+
* Added 'image' option to each shortcode in `admin/wp-dispensary-shortcodes.php`
7+
* Added Flowers category taxonomy to the Pre-rolls menu type in `admin/post-types/wp-dispensary-taxonomies.php`
8+
* Added 14 new action hooks to the shortcodes in `admin/wp-dispensary-shortcodes.php`
9+
* Added new 'vendor' taxonomy in `admin/post-types/wp-dispensary-taxonomies.php`
10+
* Added new 'vendor' option to shortcodes in `admin/wp-dispensary-shortcodes.php`
11+
* Added new 'vendor' taxonomy to the Details table in `admin/wp-dispensary-data-output.php`
12+
* Added new 'vendor' taxonomy endpoints for the API in `admin/wp-dispensary-rest-api.php`
13+
* Fixed the THC and CBD amount from % to mg in `admin/wp-dispensary-data-output.php`
14+
* WordPress Coding Standards updates ([issue](https://github.com/deviodigital/wp-dispensary/issues/1))
15+
316
### 1.9.10
417
* Added filters to post query $args for shortcodes in `admin/wp-dispensary-shortcodes.php`
518
* Added filters to register_taxonomy types in `admin/post-types/wp-dispensary-taxonomies.php`

includes/class-wp-dispensary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class WP_Dispensary {
7171
public function __construct() {
7272

7373
$this->plugin_name = 'wp-dispensary';
74-
$this->version = '1.9.10';
74+
$this->version = '1.9.11';
7575

7676
$this->load_dependencies();
7777
$this->set_locale();

readme.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: deviodigital
33
Tags: cannabis, dispensary, menu, marijuana, weed, cannabis, pot, mmj, mmp, menu-management, medical-marijuana, wp-dispensary
44
Requires at least: 3.0.1
55
Tested up to: 4.8.1
6-
Stable tag: 1.9.10
6+
Stable tag: 1.9.11
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -72,6 +72,19 @@ It has a long list of options built in for customization to fit your business br
7272

7373
== Changelog ==
7474

75+
= 1.9.11 =
76+
* Added filter parameter shortcode names for each shortcode in `admin/wp-dispensary-shortcodes.php`
77+
* Added CSS class to shortcode item name <p> wraps in `admin/wp-dispensary-shortcodes.php`
78+
* Added 'image' option to each shortcode in `admin/wp-dispensary-shortcodes.php`
79+
* Added Flowers category taxonomy to the Pre-rolls menu type in `admin/post-types/wp-dispensary-taxonomies.php`
80+
* Added 14 new action hooks to the shortcodes in `admin/wp-dispensary-shortcodes.php`
81+
* Added new 'vendor' taxonomy in `admin/post-types/wp-dispensary-taxonomies.php`
82+
* Added new 'vendor' option to shortcodes in `admin/wp-dispensary-shortcodes.php`
83+
* Added new 'vendor' taxonomy to the Details table in `admin/wp-dispensary-data-output.php`
84+
* Added new 'vendor' taxonomy endpoints for the API in `admin/wp-dispensary-rest-api.php`
85+
* Fixed the THC and CBD amount from % to mg in `admin/wp-dispensary-data-output.php`
86+
* WordPress Coding Standards updates ([issue](https://github.com/deviodigital/wp-dispensary/issues/1))
87+
7588
= 1.9.10 =
7689
* Added filters to post query $args for shortcodes in `admin/wp-dispensary-shortcodes.php`
7790
* Added filters to register_taxonomy types in `admin/post-types/wp-dispensary-taxonomies.php`

wp-dispensary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: WP Dispensary
1212
* Plugin URI: https://www.wpdispensary.com
1313
* Description: The complete marijuana dispensary menu solution for WordPress
14-
* Version: 1.9.10
14+
* Version: 1.9.11
1515
* Author: WP Dispensary
1616
* Author URI: http://www.wpdispensary.com
1717
* License: GPL-2.0+

0 commit comments

Comments
 (0)