version 2.5.8 released
This commit is contained in:
parent
d889272722
commit
7ccf053ef8
|
@ -311,4 +311,10 @@ A. you can create support ticket here with problem details with possible screens
|
|||
*= 2.3.2 =
|
||||
*Update Release:
|
||||
==> France Language Pack Ready.
|
||||
05 Feb 2019*
|
||||
05 Feb 2019*
|
||||
|
||||
|
||||
*= 2.5.8 =
|
||||
*Update Release:
|
||||
==> Security Vulnerability Issue Fixed.
|
||||
28 April 2019*
|
|
@ -13,33 +13,28 @@
|
|||
background: #fff;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.mep-reg-user-details table tr td {
|
||||
border-color: #ddd;
|
||||
padding: 0px 10px;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.mep-reg-user-details table tr td img {
|
||||
border-radius: 100%;
|
||||
margin: 20px 0;
|
||||
width: 100px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.mep-reg-user-details table tr td h2 {
|
||||
font-size: 25px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mep-reg-user-details table tr td h3 {
|
||||
font-size: 14px;
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mep-reg-user-details table tr td h4 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
@ -69,12 +64,26 @@
|
|||
border-bottom: 1px dashed #ddd;
|
||||
padding: 5px;
|
||||
}
|
||||
.mep_event_error {
|
||||
border: 1px solid red;
|
||||
text-align: center;
|
||||
display: block;
|
||||
margin: 150px auto 0;
|
||||
text-align: center;
|
||||
width: 430px;
|
||||
background: red;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
text-transform: capitalize;
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
the_post();
|
||||
$values = get_post_custom(get_the_id());
|
||||
if ( is_user_logged_in() ) {
|
||||
?>
|
||||
<div class="mep-wrapper">
|
||||
<div class="mep-reg-user-details">
|
||||
|
@ -175,10 +184,12 @@ do_action('mep_attendee_table_row_end',get_the_id());
|
|||
</div>
|
||||
<?php
|
||||
do_action('at_footer');
|
||||
}else{
|
||||
echo '<div class="mep_event_error">';
|
||||
_e('You need to login to see this page content','mage-eventpress');
|
||||
echo '</div>';
|
||||
}
|
||||
wp_footer();
|
||||
?>
|
||||
<script>
|
||||
jQuery("#bcTarget").barcode("<?php echo $values['ea_user_id'][0].$values['ea_order_id'][0].get_the_id(); ?>", "codabar");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Woocommerce Events Manager
|
||||
* Plugin URI: http://mage-people.com
|
||||
* Description: A Complete Event Solution for WordPress by MagePeople..
|
||||
* Version: 2.5.7
|
||||
* Version: 2.5.8
|
||||
* Author: MagePeople Team
|
||||
* Author URI: http://www.mage-people.com/
|
||||
* Text Domain: mage-eventpress
|
||||
|
|
Loading…
Reference in New Issue