-
See https://github.com/WordPoints/wordpoints/issues/469#issuecomment-263280416:
>Probably there should also be minimum and maximum settings, so that a user can have the number of points be the numb…
-
See https://github.com/WordPoints/wordpoints/issues/248.
-
See https://github.com/WordPoints/wordpoints/issues/469#issuecomment-263280899:
>The real issue here is going to be deciding how best to handle rounding in cases when we are dealing with a decimal …
-
Because WooCommerce products are represented by a public post type, WordPoints automatically creates the Publish Product hook event. We should test this even to make sure that it works correctly, and …
-
See https://github.com/WordPoints/wordpoints/issues/469#issuecomment-263280899:
>The real issue here is going to be deciding how best to handle rounding in cases when we are dealing with a decimal …
-
I suspect this is because we don't prefix our CSS classes for enabling and disabling the dynamic points settings.
![wordpoints_ _points_types_ _wordpress_develop_ _wordpress_-_2017-03-06_17 52 09](…
-
[WooCommerce 2.7 became 3.0](https://woocommerce.wordpress.com/2017/03/15/woocommerce-3-0-0-rc1/), and before it is released we need to test for any issues relating to the changes that prompted this. …
-
Currently the button to enable/disable dynamic points for a reaction is full width, because otherwise it just looked funny (floated right or left). But I was playing around with the idea of doing some…
-
We've come to the conclusion in https://github.com/WordPoints/dynamic-points/issues/5#issuecomment-272454640 that we should try to see if we can make this a hook extension, instead of inventing the co…
-
Following this blog post http://www.theaveragedev.com/testing-the-rest-calculator/ , I added a `permission check`:
```php
add_action( 'rest_api_init', function () {register_rest_route( 'calc', 'ad…