Plugin Directory

Changeset 2119992


Ignore:
Timestamp:
07/09/2019 09:22:19 AM (7 years ago)
Author:
caodat
Message:

Tagging version 1.3

Location:
lich-van-nien
Files:
9 edited
2 copied

Legend:

Unmodified
Added
Removed
  • lich-van-nien/tags/1.3/LVN_Lunar.php

    r2119169 r2119992  
    971971            ) );
    972972            ob_start();
    973             require LVN_DIR . '/parts/lunar-day.php';
     973            require LVN_DIR . 'parts/lunar-day.php';
    974974            $result .= ob_get_contents();
    975975            ob_end_clean();
  • lich-van-nien/tags/1.3/assets/css/custom.css

    r2119169 r2119992  
    189189.ui-datepicker {
    190190    background-color: #fff;
    191     width: 17em;
    192     padding: .2em .2em 0;
    193191    border: 1px solid #dedede;
    194192    -webkit-border-radius: 3px;
     
    406404.day-top {
    407405    display: flex;
     406    align-items: center;
    408407    justify-content: space-between;
    409408    background: #13a923;
     
    435434
    436435.day-top input {
     436    background:#fff;
    437437    width: 120px;
    438438    height: 30px;
     439    border:1px solid #dedede;
     440    padding:5px;
    439441    -webkit-border-radius: 3px;
    440442    -moz-border-radius: 3px;
  • lich-van-nien/tags/1.3/calendar-lunar.php

    r2119170 r2119992  
    55Description: Plugin lịch vạn niên, lịch vạn sự, âm lịch
    66Author: Cao Dat
    7 Version: 1.1
     7Version: 1.3
    88Author URI: http://caodatblog.com
    99*/
     
    2020if ( ! function_exists( 'lvn_load_script' ) ) {
    2121    function lvn_load_script() {
    22         wp_enqueue_style( 'lvn-custom', LVN_URL . '/assets/css/custom.css' );
     22        wp_enqueue_style( 'lvn-custom', LVN_URL . 'assets/css/custom.css' );
    2323        wp_enqueue_script( 'jquery-ui-datepicker' );
    24         wp_enqueue_script( 'lvn-custom', LVN_URL . '/assets/js/custom.js', '', '', true );
     24        wp_enqueue_script( 'lvn-custom', LVN_URL . 'assets/js/custom.js', '', '', true );
    2525        wp_localize_script( 'lvn-custom', 'lvn_data', array(
    2626            'ajax_url' => admin_url( 'admin-ajax.php' ),
  • lich-van-nien/tags/1.3/readme.txt

    r2119844 r2119992  
    55Tested up to: 5.2
    66Requires PHP: 7.0
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151
    5252== Changelog ==
     53
     54= 1.3 =
     55* Release date 09 July 2019*
     56
     57* Sửa lỗi url và path không chính xác
     58* Sửa lỗi css widget hiển thị lịch ngày
     59
    5360= 1.2 =
    5461*Release Date - 09 July 2019*
  • lich-van-nien/tags/1.3/shortcode.php

    r2119171 r2119992  
    4444
    4545    }
    46 
    4746}
    4847add_shortcode( 'show_lunar', 'show_lunar_callback' );
  • lich-van-nien/trunk/LVN_Lunar.php

    r2119169 r2119992  
    971971            ) );
    972972            ob_start();
    973             require LVN_DIR . '/parts/lunar-day.php';
     973            require LVN_DIR . 'parts/lunar-day.php';
    974974            $result .= ob_get_contents();
    975975            ob_end_clean();
  • lich-van-nien/trunk/assets/css/custom.css

    r2119169 r2119992  
    189189.ui-datepicker {
    190190    background-color: #fff;
    191     width: 17em;
    192     padding: .2em .2em 0;
    193191    border: 1px solid #dedede;
    194192    -webkit-border-radius: 3px;
     
    406404.day-top {
    407405    display: flex;
     406    align-items: center;
    408407    justify-content: space-between;
    409408    background: #13a923;
     
    435434
    436435.day-top input {
     436    background:#fff;
    437437    width: 120px;
    438438    height: 30px;
     439    border:1px solid #dedede;
     440    padding:5px;
    439441    -webkit-border-radius: 3px;
    440442    -moz-border-radius: 3px;
  • lich-van-nien/trunk/calendar-lunar.php

    r2119170 r2119992  
    55Description: Plugin lịch vạn niên, lịch vạn sự, âm lịch
    66Author: Cao Dat
    7 Version: 1.1
     7Version: 1.3
    88Author URI: http://caodatblog.com
    99*/
     
    2020if ( ! function_exists( 'lvn_load_script' ) ) {
    2121    function lvn_load_script() {
    22         wp_enqueue_style( 'lvn-custom', LVN_URL . '/assets/css/custom.css' );
     22        wp_enqueue_style( 'lvn-custom', LVN_URL . 'assets/css/custom.css' );
    2323        wp_enqueue_script( 'jquery-ui-datepicker' );
    24         wp_enqueue_script( 'lvn-custom', LVN_URL . '/assets/js/custom.js', '', '', true );
     24        wp_enqueue_script( 'lvn-custom', LVN_URL . 'assets/js/custom.js', '', '', true );
    2525        wp_localize_script( 'lvn-custom', 'lvn_data', array(
    2626            'ajax_url' => admin_url( 'admin-ajax.php' ),
  • lich-van-nien/trunk/readme.txt

    r2119844 r2119992  
    55Tested up to: 5.2
    66Requires PHP: 7.0
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5151
    5252== Changelog ==
     53
     54= 1.3 =
     55* Release date 09 July 2019*
     56
     57* Sửa lỗi url và path không chính xác
     58* Sửa lỗi css widget hiển thị lịch ngày
     59
    5360= 1.2 =
    5461*Release Date - 09 July 2019*
  • lich-van-nien/trunk/shortcode.php

    r2119171 r2119992  
    4444
    4545    }
    46 
    4746}
    4847add_shortcode( 'show_lunar', 'show_lunar_callback' );
Note: See TracChangeset for help on using the changeset viewer.