Changeset 2119992
- Timestamp:
- 07/09/2019 09:22:19 AM (7 years ago)
- Location:
- lich-van-nien
- Files:
-
- 9 edited
- 2 copied
-
tags/1.3 (copied) (copied from lich-van-nien/trunk)
-
tags/1.3/LVN_Lunar.php (modified) (1 diff)
-
tags/1.3/assets/css/custom.css (modified) (3 diffs)
-
tags/1.3/calendar-lunar.php (modified) (2 diffs)
-
tags/1.3/readme.txt (copied) (copied from lich-van-nien/trunk/readme.txt) (2 diffs)
-
tags/1.3/shortcode.php (modified) (1 diff)
-
trunk/LVN_Lunar.php (modified) (1 diff)
-
trunk/assets/css/custom.css (modified) (3 diffs)
-
trunk/calendar-lunar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lich-van-nien/tags/1.3/LVN_Lunar.php
r2119169 r2119992 971 971 ) ); 972 972 ob_start(); 973 require LVN_DIR . ' /parts/lunar-day.php';973 require LVN_DIR . 'parts/lunar-day.php'; 974 974 $result .= ob_get_contents(); 975 975 ob_end_clean(); -
lich-van-nien/tags/1.3/assets/css/custom.css
r2119169 r2119992 189 189 .ui-datepicker { 190 190 background-color: #fff; 191 width: 17em;192 padding: .2em .2em 0;193 191 border: 1px solid #dedede; 194 192 -webkit-border-radius: 3px; … … 406 404 .day-top { 407 405 display: flex; 406 align-items: center; 408 407 justify-content: space-between; 409 408 background: #13a923; … … 435 434 436 435 .day-top input { 436 background:#fff; 437 437 width: 120px; 438 438 height: 30px; 439 border:1px solid #dedede; 440 padding:5px; 439 441 -webkit-border-radius: 3px; 440 442 -moz-border-radius: 3px; -
lich-van-nien/tags/1.3/calendar-lunar.php
r2119170 r2119992 5 5 Description: Plugin lịch vạn niên, lịch vạn sự, âm lịch 6 6 Author: Cao Dat 7 Version: 1. 17 Version: 1.3 8 8 Author URI: http://caodatblog.com 9 9 */ … … 20 20 if ( ! function_exists( 'lvn_load_script' ) ) { 21 21 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' ); 23 23 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 ); 25 25 wp_localize_script( 'lvn-custom', 'lvn_data', array( 26 26 'ajax_url' => admin_url( 'admin-ajax.php' ), -
lich-van-nien/tags/1.3/readme.txt
r2119844 r2119992 5 5 Tested up to: 5.2 6 6 Requires PHP: 7.0 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 52 52 == 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 53 60 = 1.2 = 54 61 *Release Date - 09 July 2019* -
lich-van-nien/tags/1.3/shortcode.php
r2119171 r2119992 44 44 45 45 } 46 47 46 } 48 47 add_shortcode( 'show_lunar', 'show_lunar_callback' ); -
lich-van-nien/trunk/LVN_Lunar.php
r2119169 r2119992 971 971 ) ); 972 972 ob_start(); 973 require LVN_DIR . ' /parts/lunar-day.php';973 require LVN_DIR . 'parts/lunar-day.php'; 974 974 $result .= ob_get_contents(); 975 975 ob_end_clean(); -
lich-van-nien/trunk/assets/css/custom.css
r2119169 r2119992 189 189 .ui-datepicker { 190 190 background-color: #fff; 191 width: 17em;192 padding: .2em .2em 0;193 191 border: 1px solid #dedede; 194 192 -webkit-border-radius: 3px; … … 406 404 .day-top { 407 405 display: flex; 406 align-items: center; 408 407 justify-content: space-between; 409 408 background: #13a923; … … 435 434 436 435 .day-top input { 436 background:#fff; 437 437 width: 120px; 438 438 height: 30px; 439 border:1px solid #dedede; 440 padding:5px; 439 441 -webkit-border-radius: 3px; 440 442 -moz-border-radius: 3px; -
lich-van-nien/trunk/calendar-lunar.php
r2119170 r2119992 5 5 Description: Plugin lịch vạn niên, lịch vạn sự, âm lịch 6 6 Author: Cao Dat 7 Version: 1. 17 Version: 1.3 8 8 Author URI: http://caodatblog.com 9 9 */ … … 20 20 if ( ! function_exists( 'lvn_load_script' ) ) { 21 21 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' ); 23 23 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 ); 25 25 wp_localize_script( 'lvn-custom', 'lvn_data', array( 26 26 'ajax_url' => admin_url( 'admin-ajax.php' ), -
lich-van-nien/trunk/readme.txt
r2119844 r2119992 5 5 Tested up to: 5.2 6 6 Requires PHP: 7.0 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 52 52 == 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 53 60 = 1.2 = 54 61 *Release Date - 09 July 2019* -
lich-van-nien/trunk/shortcode.php
r2119171 r2119992 44 44 45 45 } 46 47 46 } 48 47 add_shortcode( 'show_lunar', 'show_lunar_callback' );
Note: See TracChangeset
for help on using the changeset viewer.