kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Remove pos_visibility_check() call #31

Closed michaelirick closed 10 years ago

michaelirick commented 10 years ago

WooCommerce_POS_Admin::pos_visibility_check() was removed, but a call was still being made. This causes an error on install.

kilbot commented 10 years ago

Thanks for the heads up Michael!

Just a note: this is the development repository so quite often I'll commit changes that are incomplete or break functionality .. for example, at this moment the orders will not complete because I haven't finished that update yet.

In this early stage of development I quite often throw things around and break things not really anticipating people may be installing the github version.

If you do have questions about the breaking changes, drop a note against the commit and I'll do my best to keep you updated on what I'm working on.