Plugin Directory

Changeset 3393612


Ignore:
Timestamp:
11/11/2025 11:57:47 AM (4 months ago)
Author:
themepure
Message:

Updated trunk for version 1.4.6

Location:
pure-metafields/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • pure-metafields/trunk/README.txt

    r3392720 r3393612  
    66Requires at least: 5.6
    77Tested up to: 6.8
    8 Stable tag: 1.4.5
     8Stable tag: 1.4.6
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    515515* Update: New UI added.
    516516
    517 = 1.0.5  =
    518 
    519 * Update: New UI added.
    520 
    521517= 1.0.6  =
    522518
     
    608604* Update: New features added
    609605
    610 
    611606= 1.4.2  =
    612607* Update: Repeater issue fixed
     
    620615= 1.4.5  =
    621616* Fix: Block Widget Bug Fixed.
     617
     618= 1.4.6  =
     619* Fix: Datepicker field fixed
    622620
    623621== Upgrade Notice ==
  • pure-metafields/trunk/metaboxes/class-metabox.php

    r3345488 r3393612  
    3838        // css
    3939        wp_enqueue_style( 'wp-color-picker');
    40         wp_enqueue_style( 'jquery-ui', TPMETA_URL . 'metaboxes/css/jquery-ui.min.css', array(), time(), 'all');
     40        // wp_enqueue_style( 'jquery-ui', TPMETA_URL . 'metaboxes/css/jquery-ui.min.css', array(), time(), 'all');
    4141        wp_enqueue_style( 'select2', TPMETA_URL . 'metaboxes/css/select2.min.css', array(), time(), 'all');
    4242        wp_enqueue_style( 'dragula', TPMETA_URL . 'metaboxes/css/dragula.min.css', array(), time(), 'all');
  • pure-metafields/trunk/metaboxes/css/puremeta-style.css

    r3392720 r3393612  
    10631063    min-height: 600px;
    10641064}
     1065
     1066/* date field  */
     1067
     1068.tm-datepicker-input {
     1069    max-width: 400px;
     1070}
     1071.tm-datepicker.ui-datepicker.ui-widget {
     1072    border-radius: 0;
     1073    box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
     1074    background: #fff;
     1075    padding: 30px;
     1076    padding-top: 30px;
     1077    padding-bottom: 30px;
     1078    width: 340px;
     1079    padding-top: 20px;
     1080    padding-bottom: 35px;
     1081}
     1082.tm-datepicker.ui-datepicker td {
     1083    padding: 0!important;
     1084}
     1085.tm-datepicker.ui-datepicker td span, .tm-datepicker.ui-datepicker td a {
     1086    border: 1px solid #e8e8e8;
     1087    border-radius: 0;
     1088    width: 45px;
     1089    max-width: 45px;
     1090    margin-right: -1px;
     1091    height: 45px;
     1092    margin-top: -1px;
     1093    font-size: 16px;
     1094    letter-spacing: -0.02em;
     1095    text-align: center!important;
     1096    padding: 0!important;
     1097    line-height: 45px;
     1098    color: #000;
     1099    font-weight: 500;
     1100    display: inline-block;
     1101    text-decoration: none;
     1102
     1103}
     1104.tm-datepicker.ui-datepicker td span, .tm-datepicker.ui-datepicker td a:hover {
     1105    background: #3362FF;
     1106    color: #fff;
     1107}
     1108.tm-datepicker.ui-datepicker td.ui-datepicker-today a, .tm-datepicker.ui-datepicker td.ui-datepicker-today a {
     1109    background: #3362FF;
     1110    color: #fff;
     1111}
     1112.tm-datepicker .wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
     1113    color: #fff;
     1114    box-shadow: none;
     1115    outline: none;
     1116    background: #3362FF;
     1117}
     1118.tm-datepicker.ui-datepicker table {
     1119    font-size: 18px!important;
     1120}
     1121.tm-datepicker.ui-datepicker .ui-datepicker-header {
     1122    margin-bottom: 10px;
     1123    background: #f6f6f6;
     1124    padding: 15px!important;
     1125    position: relative;
     1126    text-align: center;
     1127}
     1128.tm-datepicker.ui-datepicker .ui-datepicker-title {
     1129    font-size: 18px;
     1130    font-weight: bold;
     1131}
     1132.tm-datepicker.ui-datepicker .ui-datepicker-prev {
     1133    position: relative;
     1134}
     1135
     1136.tm-datepicker .ui-widget-header .ui-icon {
     1137    background-image: url("../images/ui-icons_444444_256x240.png");
     1138}
     1139
     1140.tm-datepicker.ui-datepicker .ui-icon {
     1141    display: block;
     1142    text-indent: -99999px;
     1143    overflow: hidden;
     1144    background-repeat: no-repeat;
     1145    left: .5em;
     1146    top: .3em;
     1147}
     1148.tm-datepicker.ui-datepicker .ui-datepicker-prev span, .tm-datepicker.ui-datepicker .ui-datepicker-next span {
     1149    margin-left: 8px !important;
     1150    margin-top: 7px !important;
     1151}
     1152
     1153.tm-datepicker .ui-icon {
     1154    width: 16px;
     1155    height: 16px;
     1156}
     1157
     1158.tm-datepicker .ui-icon-circle-triangle-e {
     1159    background-position: -48px -192px;
     1160}
     1161.tm-datepicker .ui-icon-circle-triangle-w {
     1162    background-position: -80px -192px;
     1163}
     1164.tm-datepicker.ui-datepicker .ui-datepicker-prev, .tm-datepicker.ui-datepicker .ui-datepicker-next {
     1165    position: absolute;
     1166    top: 10px;
     1167    width: 30px;
     1168    height: 30px;
     1169    cursor: pointer;
     1170}
     1171.tm-datepicker.ui-datepicker .ui-datepicker-prev {
     1172    left: 12px;
     1173}
     1174.tm-datepicker.ui-datepicker .ui-datepicker-next {
     1175    right: 12px;
     1176}
  • pure-metafields/trunk/metaboxes/js/main.js

    r3345488 r3393612  
    5555    })
    5656
    57     $('.tm-datepicker-input').datepicker();
     57    $('.tm-datepicker-input').datepicker({
     58        beforeShow: function(input, inst) {
     59            setTimeout(function() {
     60            // Add your custom class to the datepicker's wrapper
     61            $('#ui-datepicker-div').addClass('tm-datepicker');
     62            }, 0);
     63        }
     64    });
     65
    5866
    5967    $('.tm-colorpicker-input').wpColorPicker({});
  • pure-metafields/trunk/pure-metafields.php

    r3392720 r3393612  
    11<?php
    2 
    32/**
    43 * The plugin bootstrap file
     
    109 *
    1110 * @link              https://themepure.net
    12  * @since             1.4.5
     11 * @since             1.4.6
    1312 * @package           tpmeta
    1413 *
     
    1716 * Plugin URI:        https://themepure.net/plugins/puremetafields/files/pure-metafields.zip
    1817 * Description:       Plugin For Custom Metabox To Attach To Any Post Types.
    19  * Version:           1.4.5
     18 * Version:           1.4.6
    2019 * Author:            ThemePure
    2120 * Author URI:        https://themepure.net
     
    3130}
    3231
    33 define( 'TPMETA_VERSION', '1.4.5' );
     32define( 'TPMETA_VERSION', '1.4.6' );
    3433define( 'TPMETA_PATH', plugin_dir_path(__FILE__) );
    3534define( 'TPMETA_URL', plugin_dir_url(__FILE__) );
Note: See TracChangeset for help on using the changeset viewer.