v 4.0.7 release

This commit is contained in:
magepeopleteam 2023-09-19 05:31:55 +00:00
parent 96d67d3dd0
commit 67b70dfc65
3 changed files with 8 additions and 14 deletions

View File

@ -1333,7 +1333,6 @@ function mep_licensing_page($form) {
<div class='mep-licensing-page'>
<h3>Event Manager For Woocommerce Licensing</h3>
<p>Thank you for using our Event Manager for WooCommerce plugin! This plugin is free to use and no license is required. However, we do have some additional add-ons which enhance the features and functionality of this plugin. If you have any of these add-ons, you will need to enter a valid license key below in order to continue using them. </p>
<div class="mep_licensae_info"></div>
<table class='wp-list-table widefat striped posts mep-licensing-table'>
<thead>
@ -1359,16 +1358,10 @@ function mep_settings_template_page($form) {
?>
<div class='mep-licensing-page'>
<h3>Ready Templates For Event Details Page.</h3>
<div class="mep_licensae_info"></div>
<div class="mep-template-lists">
<?php
$url = 'https://vaincode.com/update/template/template.json';
$url = '';
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
@ -1376,9 +1369,7 @@ function mep_settings_template_page($form) {
$data = curl_exec($curl);
curl_close($curl);
$obj = json_decode($data, true);
// print_r($data);
if (is_array($obj) && sizeof($obj) > 0) {
?>
<div class="mep_ready_template_sec">
@ -1454,8 +1445,6 @@ function mep_settings_template_page($form) {
});
})(jQuery);
</script>
</div>
<?php
}

View File

@ -394,6 +394,10 @@ A. You can create a support ticket here with problem details with possible scree
== Changelog ==
= 4.0.7 =
* Warning issue fixed
19 Sep 2023*
= 4.0.6 =
* Some Minor Bug fixed
18 Sep 2023*

View File

@ -3,7 +3,7 @@
* Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce -WpEvently
* Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople..
* Version: 4.0.6
* Version: 4.0.7
* Author: MagePeople Team
* Author URI: http://www.mage-people.com/
* Text Domain: mage-eventpress
@ -14,6 +14,7 @@
if (!defined('ABSPATH')) {
die;
} // Cannot access pages directly.
// Checking woo
include_once(ABSPATH . 'wp-admin/includes/plugin.php');
if (!defined('MPWEM_PLUGIN_DIR')) {