version bump
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.idea
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Plugin name: Camping Care Widget
|
* Plugin name: Camping Care Widget
|
||||||
* Version: 1.1.1
|
* Version: 1.1.2
|
||||||
* Author: Daan Meijer <daan@september.digital>
|
* Author: Daan Meijer <daan@september.digital>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ class Updates
|
|||||||
* $action 'plugin_information'
|
* $action 'plugin_information'
|
||||||
* $args stdClass Object ( [slug] => woocommerce [is_ssl] => [fields] => Array ( [banners] => 1 [reviews] => 1 [downloaded] => [active_installs] => 1 ) [per_page] => 24 [locale] => en_US )
|
* $args stdClass Object ( [slug] => woocommerce [is_ssl] => [fields] => Array ( [banners] => 1 [reviews] => 1 [downloaded] => [active_installs] => 1 ) [per_page] => 24 [locale] => en_US )
|
||||||
*/
|
*/
|
||||||
function get_plugin_info($res, $action, $args)
|
public static function get_plugin_info($res, $action, $args)
|
||||||
{
|
{
|
||||||
|
|
||||||
// do nothing if this is not about getting plugin information
|
// do nothing if this is not about getting plugin information
|
||||||
|
|||||||
Reference in New Issue
Block a user