Plugin Directory

Changeset 3097432


Ignore:
Timestamp:
06/04/2024 01:30:05 PM (22 months ago)
Author:
leadeeplugin
Message:

v1.0.3

Location:
leadee/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • leadee/trunk/core/api/class-api-helper.php

    r3043744 r3097432  
    195195        $dt_from_db_in_utc0 = sanitize_text_field( $lead_data->dt );
    196196        $dt                 = new DateTime( $dt_from_db_in_utc0, new DateTimeZone( 'UTC' ) );
    197         $formatted_dt       = $dt->format( 'Y-m-d H:i:s' );
    198         $data[ $key ]['dt'] = esc_html( $formatted_dt );
     197        $formatted_dt_ymd   = $dt->format( 'Y-m-d' );
     198        $formatted_dt_his   = $dt->format( 'H:i:s' );
     199        $data[ $key ]['dt'] = esc_html( $formatted_dt_ymd ) . '<br>' . esc_html( $formatted_dt_his );
    199200
    200201        // Encode JSON securely
  • leadee/trunk/core/assets/css/main.css

    r3043744 r3097432  
    14271427table.dataTable tbody td, table.dataTable tbody th {
    14281428  height: 50px;
     1429  word-wrap: break-word;
    14291430}
    14301431
     
    14811482}
    14821483.style-table-1 tr {
    1483   background-color: #c4c4c421;
     1484  background-color: rgba(196, 196, 196, 0.1294117647);
    14841485}
    14851486.style-table-1 tr th {
     
    15071508.header-target {
    15081509  align-items: center;
    1509   background-color: #c4c4c412;
     1510  background-color: rgba(196, 196, 196, 0.0705882353);
    15101511  border-radius: 8px;
    15111512  padding: 15px 15px 15px 0px;
     
    15621563}
    15631564.target-form ul li {
    1564   background-color: #c4c4c412;
     1565  background-color: rgba(196, 196, 196, 0.0705882353);
    15651566  border-radius: 8px;
    15661567  padding: 20px 20px 20px 0px;
     
    17311732    margin-left: 24px;
    17321733  }
    1733 
    17341734  .calend-footer {
    17351735    display: flex;
    17361736  }
    1737 
    17381737  .calend-block {
    17391738    max-height: 70% !important;
    17401739  }
    1741 
    17421740  .top-navbar {
    17431741    margin-top: 30px;
    17441742  }
    1745 
    17461743  .content-block {
    17471744    margin-left: 246px;
     
    17491746    height: 100%;
    17501747  }
    1751 
    17521748  .panel-left, .panel-cover {
    17531749    position: fixed;
    17541750    z-index: 9;
    17551751  }
    1756 
    17571752  .header-desktop-content {
    17581753    display: flex;
    17591754  }
    1760 
    17611755  .header-content {
    17621756    display: none;
    17631757  }
    1764 
    17651758  .top-navbar .navbar-inner {
    17661759    justify-content: unset;
     
    17691762    display: none;
    17701763  }
    1771 
    17721764  .content-block > div {
    17731765    height: 100%;
     
    17891781    margin: 20px 30px 20px 35px;
    17901782  }
    1791 
    17921783  ::-webkit-scrollbar {
    17931784    display: none;
    17941785  }
    1795 
    17961786  .ord1-desktop {
    17971787    order: 1;
    17981788  }
    1799 
    18001789  .ord2-desktop {
    18011790    order: 2;
    18021791  }
    1803 
    18041792  .hidden-desktop {
    18051793    display: none;
    18061794  }
    1807 
    18081795  .device-desktop .panel.panel-left {
    18091796    display: block !important;
     
    18201807    order: 1;
    18211808  }
    1822 
    18231809  .ord2-mobile {
    18241810    order: 2;
     
    18851871    display: none;
    18861872  }
    1887 
    18881873  .popup-backdrop.backdrop-in {
    18891874    margin-top: 110px;
     
    19781963    width: 10%;
    19791964  }
    1980 
    19811965  .swiper-md-20 {
    19821966    width: 20%;
    19831967  }
    1984 
    19851968  .swiper-md-30 {
    19861969    width: 30%;
    19871970  }
    1988 
    19891971  .swiper-md-40 {
    19901972    width: 40%;
    19911973  }
    1992 
    19931974  .swiper-md-50 {
    19941975    width: 50%;
    19951976  }
    1996 
    19971977  .swiper-md-60 {
    19981978    width: 60%;
    19991979  }
    2000 
    20011980  .swiper-md-70 {
    20021981    width: 70%;
    20031982  }
    2004 
    20051983  .swiper-md-80 {
    20061984    width: 80%;
    20071985  }
    2008 
    20091986  .swiper-md-90 {
    20101987    width: 90%;
    20111988  }
    2012 
    20131989  .swiper-md-100 {
    20141990    width: 100%;
     
    20191995    width: 10%;
    20201996  }
    2021 
    20221997  .swiper-lg-20 {
    20231998    width: 20%;
    20241999  }
    2025 
    20262000  .swiper-lg-30 {
    20272001    width: 30%;
    20282002  }
    2029 
    20302003  .swiper-lg-40 {
    20312004    width: 39%;
    20322005  }
    2033 
    20342006  .swiper-lg-50 {
    20352007    width: 50%;
    20362008  }
    2037 
    20382009  .swiper-lg-60 {
    20392010    width: 60%;
    20402011  }
    2041 
    20422012  .swiper-lg-70 {
    20432013    width: 70%;
    20442014  }
    2045 
    20462015  .swiper-lg-80 {
    20472016    width: 80%;
    20482017  }
    2049 
    20502018  .swiper-lg-90 {
    20512019    width: 90%;
    20522020  }
    2053 
    20542021  .swiper-lg-100 {
    20552022    width: 100%;
     
    20642031    display: block;
    20652032  }
    2066 
    20672033  .hidden-md {
    20682034    display: none;
     
    20732039    display: block;
    20742040  }
    2075 
    20762041  .hidden-lg {
    20772042    display: none;
     
    20852050    display: block;
    20862051  }
    2087 
    20882052  .card-content.card-content-padding {
    20892053    padding: 10px !important;
    20902054  }
    2091 
    20922055  .target-swiper .swiper-slide {
    20932056    margin-right: 15px;
     
    21032066    min-height: 210px;
    21042067  }
    2105 
    21062068  .block-counter span {
    21072069    font-size: 98px;
    21082070  }
    2109 
    21102071  .content-block .card {
    21112072    padding: 15px;
    21122073  }
    2113 
    21142074  .target-plan {
    21152075    max-height: 238px !important;
     
    21202080    bottom: 46px;
    21212081  }
    2122 
    21232082  .leads-from-block {
    21242083    min-width: 250px;
    21252084  }
    2126 
    21272085  .bottom-slider .swiper-slide {
    21282086    margin-right: 15px;
     
    21312089    margin-right: 0px;
    21322090  }
    2133 
    21342091  .main-chart #main-chart {
    21352092    padding-top: 30px;
     
    21642121    max-width: 12vw;
    21652122  }
    2166 
    21672123  .title-medium {
    21682124    font-size: 2.4em;
  • leadee/trunk/includes/default_base/advert.txt

    r3043744 r3097432  
    22gclid
    33yclid
     4ysclid
    45rdt_cid
    56msclkid
  • leadee/trunk/leadee.php

    r3079483 r3097432  
    66 * Plugin URI: https://leadee.io?utm_source=refferal&utm_medium=wp_admin&utm_content=plugin_url
    77 * Author: Leadee.io
    8  * Version: 1.0.2
    9  * Stable tag: 1.0.2
     8 * Version: 1.0.3
     9 * Stable tag: 1.0.3
    1010 * Tested up to: 6.5
    1111 * Author URI: https://leadee.io?utm_source=refferal&utm_medium=wp_admin&utm_content=author_url
     
    2424}
    2525
    26 define( 'LEADEE_VERSION', '1.0.2' );
     26define( 'LEADEE_VERSION', '1.0.3' );
    2727
    2828define( 'LEADEE_PLUGIN', __FILE__ );
  • leadee/trunk/readme.txt

    r3079483 r3097432  
    11=== Leadee - Leads Analytics and Message Storage Plugin ===
    22Contributors: leadeeplugin
    3 Stable tag: 1.0.2
     3Stable tag: 1.0.3
    44Site: https://leadee.io
    55Donate link: https://donate.leadee.io
     
    6868= 1.0.2 - 2024-04-30 =
    6969* Fix: added menu counter
     70
     71= 1.0.3 - 2024-05-21 =
     72* Fix: fix table and base
Note: See TracChangeset for help on using the changeset viewer.