Skip to content

Commit

Permalink
Updated connector, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Princen committed Aug 29, 2016
1 parent 28889c6 commit cfdb590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packit/connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) exit;

// Alpackits update-checker for packit 6d9770ed031748be8149b7674f67a58f
class Packit_6d9770ed031748be8149b7674f67a58f_UpdateController{
// Alpackits update-checker for packit a0d5f12c4f7c44f8a269876f709c384c
class Packit_a0d5f12c4f7c44f8a269876f709c384c_UpdateController{

/**
* Base url
Expand Down Expand Up @@ -34,7 +34,7 @@ class Packit_6d9770ed031748be8149b7674f67a58f_UpdateController{
*
* @var string
*/
const UUID = '6d9770ed-0317-48be-8149-b7674f67a58f';
const UUID = 'a0d5f12c-4f7c-44f8-a269-876f709c384c';

/**
* Keeps the connection location
Expand Down Expand Up @@ -356,7 +356,7 @@ function packit_get_class_name( $uuid = null ){


//fire the class once:
new Packit_6d9770ed031748be8149b7674f67a58f_UpdateController();
new Packit_a0d5f12c4f7c44f8a269876f709c384c_UpdateController();



2 changes: 1 addition & 1 deletion stupid-llama.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Stupid Llama
* Plugin URI: http://alpack.it/wordpress-tester-plugin
* Description: Dumps a photo of a stupit llama in your stupid admin.
* Version: 0.2.3
* Version: 0.2.4
* Author: Luc Princen
* Author URI: http://www.alpack.it
* License: GPLv3
Expand Down

0 comments on commit cfdb590

Please sign in to comment.