version bump
This commit is contained in:
parent
6f70854b12
commit
9c2f84dce4
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.idea
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
* Plugin name: Camping Care Widget
|
||||
* Version: 1.1.1
|
||||
* Version: 1.1.2
|
||||
* Author: Daan Meijer <daan@september.digital>
|
||||
*/
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ class Updates
|
||||
* $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 )
|
||||
*/
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user