Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified wp-puller.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion wp-puller/includes/class-wp-puller.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class WP_Puller {
*
* @var string
*/
public $version = '1.0.7';
public $version = '1.0.8';

/**
* The single instance of the class.
Expand Down
4 changes: 2 additions & 2 deletions wp-puller/wp-puller.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Puller
* Plugin URI: https://github.com/codician-team/wp-puller
* Description: Automatically update your WordPress theme from GitHub. Supports public and private repositories with webhook-based real-time updates.
* Version: 1.0.7
* Version: 1.0.8
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: Developer
Expand All @@ -18,7 +18,7 @@
exit;
}

define( 'WP_PULLER_VERSION', '1.0.7' );
define( 'WP_PULLER_VERSION', '1.0.8' );
define( 'WP_PULLER_PLUGIN_FILE', __FILE__ );
define( 'WP_PULLER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'WP_PULLER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down
Loading