Skip to content
Snippets Groups Projects
Commit 8533051f authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Wersja wtyczki

parent 98bfeeb4
No related branches found
No related tags found
1 merge request!7Merge of devel-plugin-version to devel
......@@ -18,7 +18,7 @@ final class WPDesk_Plugin_Template_Factory implements WPDesk_Plugin_Factory_1_10
$wpdesk_plugin_template_plugin_data = array(
'plugin' => plugin_basename( __FILE__ ),
'product_id' => 'WP Desk Plugin Template',
'version' => '1.0',
'version' => PLUGIN_TEMPLATE_VERSION,
'config_uri' => admin_url( 'edit.php?post_type=inspire_invoice&page=plugin_template' )
);
......
......@@ -33,6 +33,10 @@ if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
$plugin_version = '1.0';
define( 'PLUGIN_TEMPLATE_VERSION', $plugin_version );
require_once( dirname( __FILE__ ) . '/classes/wpdesk/class-requirement-checker.php' );
$requirements_checker = new WPDesk_Requirement_Checker_1_10(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment