Skip to content

Commit f1acba0

Browse files
committed
1.0.5 public repo
1 parent 698ddf6 commit f1acba0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

product-brands.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WooCommerce Product Brand
44
Plugin URI: https://frydigital.com/plugins/fd-product-brands/
55
Description: A WooCommerce plugin that adds a custom taxonomy 'product_brand' to products and allows the attachment of images to the product_brand. Each image links to a search result for that taxonomy.
6-
Version: 1.0.4
6+
Version: 1.0.5
77
Author: Fry Digital
88
Author URI: https://frydigital.com/
99
License: GPLv3
@@ -22,7 +22,7 @@ function my_product_brand_plugin() {
2222
new WooCommerce_Product_Brand();
2323
new Product_Brand_Meta();
2424
new WooCommerce_Product_Brand_Shortcode();
25-
new Product_Brand_Admin();
25+
//new Product_Brand_Admin();
2626
}
2727

2828
// Hook the my_product_brand_plugin function to the plugins_loaded hook
@@ -51,8 +51,5 @@ function my_product_brand_plugin() {
5151

5252
//Set the branch that contains the stable release.
5353
$myUpdateChecker->setBranch('master');
54-
55-
//Optional: If you're using a private repository, specify the access token like this:
56-
$myUpdateChecker->setAuthentication('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');
5754

5855

0 commit comments

Comments
 (0)