Changeset 3314420
- Timestamp:
- 06/19/2025 09:28:57 AM (10 months ago)
- Location:
- recras
- Files:
-
- 12 edited
- 1 copied
-
tags/6.3.8 (copied) (copied from recras/trunk)
-
tags/6.3.8/changelog.md (modified) (1 diff)
-
tags/6.3.8/css/fixreactdatepicker.css (modified) (11 diffs)
-
tags/6.3.8/readme.txt (modified) (2 diffs)
-
tags/6.3.8/recras-wordpress-plugin.php (modified) (1 diff)
-
tags/6.3.8/src/Bookprocess.php (modified) (1 diff)
-
tags/6.3.8/src/Plugin.php (modified) (1 diff)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/css/fixreactdatepicker.css (modified) (11 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/recras-wordpress-plugin.php (modified) (1 diff)
-
trunk/src/Bookprocess.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recras/tags/6.3.8/changelog.md
r3313041 r3314420 1 1 # Changelog 2 3 ## 6.3.8 (2025-06-19) 4 * Update "Fix book process datepicker styling" styles to latest version 5 * Small technical update 2 6 3 7 ## 6.3.7 (2025-06-17) -
recras/tags/6.3.8/css/fixreactdatepicker.css
r3250273 r3314420 1 1 @charset "UTF-8"; 2 2 3 .bookprocess .react-datepicker { 3 4 font-size: 0.8em; … … 18 19 font-size: 0.944em; 19 20 } 21 20 22 .bookprocess .react-datepicker__year { 21 23 margin: 0.4em; 22 24 } 25 23 26 .bookprocess .react-datepicker__year .react-datepicker__year-text { 24 27 width: 4em; 25 28 } 29 26 30 .bookprocess .react-datepicker__month { 27 31 margin: 0.4em; … … 30 34 width: 4em; 31 35 } 36 32 37 .bookprocess .react-datepicker__time-container--with-today-button { 33 38 border-radius: 0.3em; … … 72 77 .react-datepicker__month-text--highlighted, 73 78 .react-datepicker__quarter-text--highlighted, 74 .react-datepicker__year-text--highlighted) { 79 .react-datepicker__year-text--highlighted 80 ) { 75 81 border-radius: 0.3em; 76 82 } … … 79 85 .react-datepicker__month-text--holidays, 80 86 .react-datepicker__quarter-text--holidays, 81 .react-datepicker__year-text--holidays) { 87 .react-datepicker__year-text--holidays 88 ) { 82 89 border-radius: 0.3em; 83 90 } … … 92 99 .react-datepicker__year-text--selected, 93 100 .react-datepicker__year-text--in-selecting-range, 94 .react-datepicker__year-text--in-range) { 101 .react-datepicker__year-text--in-range 102 ) { 95 103 border-radius: 0.3em; 96 104 } … … 99 107 .react-datepicker__month-text--keyboard-selected, 100 108 .react-datepicker__quarter-text--keyboard-selected, 101 .react-datepicker__year-text--keyboard-selected) { 109 .react-datepicker__year-text--keyboard-selected 110 ) { 102 111 border-radius: 0.3em; 103 112 } … … 109 118 .react-datepicker__year-read-view, 110 119 .react-datepicker__month-read-view, 111 .react-datepicker__month-year-read-view) { 120 .react-datepicker__month-year-read-view 121 ) { 112 122 border-radius: 0.3em; 113 123 } … … 115 125 .react-datepicker__year-dropdown, 116 126 .react-datepicker__month-dropdown, 117 .react-datepicker__month-year-dropdown) { 127 .react-datepicker__month-year-dropdown 128 ) { 118 129 border-radius: 0.3em; 119 130 } … … 121 132 .react-datepicker__year-option:first-of-type, 122 133 .react-datepicker__month-option:first-of-type, 123 .react-datepicker__month-year-option:first-of-type) { 134 .react-datepicker__month-year-option:first-of-type 135 ) { 124 136 border-top-left-radius: 0.3em; 125 137 border-top-right-radius: 0.3em; … … 128 140 .react-datepicker__year-option:last-of-type, 129 141 .react-datepicker__month-option:last-of-type, 130 .react-datepicker__month-year-option:last-of-type) { 142 .react-datepicker__month-year-option:last-of-type 143 ) { 131 144 border-bottom-left-radius: 0.3em; 132 145 border-bottom-right-radius: 0.3em; -
recras/tags/6.3.8/readme.txt
r3313041 r3314420 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.8 5 Stable tag: 6.3. 75 Stable tag: 6.3.8 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 75 75 == Changelog == 76 77 = 6.3.8 = 78 * Update "Fix book process datepicker styling" styles to latest version 79 * Small technical update 76 80 77 81 = 6.3.7 = -
recras/tags/6.3.8/recras-wordpress-plugin.php
r3313041 r3314420 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.3. 75 Version: 6.3.8 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.6 -
recras/tags/6.3.8/src/Bookprocess.php
r3313041 r3314420 19 19 wp_enqueue_script_module( 20 20 'recrasbookprocesses', 21 'https://' . $subdomain . '.recras.nl/bookprocess/ bookprocess.mjs',21 'https://' . $subdomain . '.recras.nl/bookprocess/dist/index.js', 22 22 [], 23 23 date('Ymd') // Hint at caching for 1 day -
recras/tags/6.3.8/src/Plugin.php
r3310464 r3314420 295 295 if (get_option('recras_fix_react_datepicker')) { 296 296 // This version number is the react-datepicker version 297 wp_enqueue_style('fixreactdatepicker', $this->baseUrl . '/css/fixreactdatepicker.css', [], ' 7.4.0');297 wp_enqueue_style('fixreactdatepicker', $this->baseUrl . '/css/fixreactdatepicker.css', [], '8.4.0'); 298 298 } 299 299 -
recras/trunk/changelog.md
r3313041 r3314420 1 1 # Changelog 2 3 ## 6.3.8 (2025-06-19) 4 * Update "Fix book process datepicker styling" styles to latest version 5 * Small technical update 2 6 3 7 ## 6.3.7 (2025-06-17) -
recras/trunk/css/fixreactdatepicker.css
r3250273 r3314420 1 1 @charset "UTF-8"; 2 2 3 .bookprocess .react-datepicker { 3 4 font-size: 0.8em; … … 18 19 font-size: 0.944em; 19 20 } 21 20 22 .bookprocess .react-datepicker__year { 21 23 margin: 0.4em; 22 24 } 25 23 26 .bookprocess .react-datepicker__year .react-datepicker__year-text { 24 27 width: 4em; 25 28 } 29 26 30 .bookprocess .react-datepicker__month { 27 31 margin: 0.4em; … … 30 34 width: 4em; 31 35 } 36 32 37 .bookprocess .react-datepicker__time-container--with-today-button { 33 38 border-radius: 0.3em; … … 72 77 .react-datepicker__month-text--highlighted, 73 78 .react-datepicker__quarter-text--highlighted, 74 .react-datepicker__year-text--highlighted) { 79 .react-datepicker__year-text--highlighted 80 ) { 75 81 border-radius: 0.3em; 76 82 } … … 79 85 .react-datepicker__month-text--holidays, 80 86 .react-datepicker__quarter-text--holidays, 81 .react-datepicker__year-text--holidays) { 87 .react-datepicker__year-text--holidays 88 ) { 82 89 border-radius: 0.3em; 83 90 } … … 92 99 .react-datepicker__year-text--selected, 93 100 .react-datepicker__year-text--in-selecting-range, 94 .react-datepicker__year-text--in-range) { 101 .react-datepicker__year-text--in-range 102 ) { 95 103 border-radius: 0.3em; 96 104 } … … 99 107 .react-datepicker__month-text--keyboard-selected, 100 108 .react-datepicker__quarter-text--keyboard-selected, 101 .react-datepicker__year-text--keyboard-selected) { 109 .react-datepicker__year-text--keyboard-selected 110 ) { 102 111 border-radius: 0.3em; 103 112 } … … 109 118 .react-datepicker__year-read-view, 110 119 .react-datepicker__month-read-view, 111 .react-datepicker__month-year-read-view) { 120 .react-datepicker__month-year-read-view 121 ) { 112 122 border-radius: 0.3em; 113 123 } … … 115 125 .react-datepicker__year-dropdown, 116 126 .react-datepicker__month-dropdown, 117 .react-datepicker__month-year-dropdown) { 127 .react-datepicker__month-year-dropdown 128 ) { 118 129 border-radius: 0.3em; 119 130 } … … 121 132 .react-datepicker__year-option:first-of-type, 122 133 .react-datepicker__month-option:first-of-type, 123 .react-datepicker__month-year-option:first-of-type) { 134 .react-datepicker__month-year-option:first-of-type 135 ) { 124 136 border-top-left-radius: 0.3em; 125 137 border-top-right-radius: 0.3em; … … 128 140 .react-datepicker__year-option:last-of-type, 129 141 .react-datepicker__month-option:last-of-type, 130 .react-datepicker__month-year-option:last-of-type) { 142 .react-datepicker__month-year-option:last-of-type 143 ) { 131 144 border-bottom-left-radius: 0.3em; 132 145 border-bottom-right-radius: 0.3em; -
recras/trunk/readme.txt
r3313041 r3314420 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.8 5 Stable tag: 6.3. 75 Stable tag: 6.3.8 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 75 75 == Changelog == 76 77 = 6.3.8 = 78 * Update "Fix book process datepicker styling" styles to latest version 79 * Small technical update 76 80 77 81 = 6.3.7 = -
recras/trunk/recras-wordpress-plugin.php
r3313041 r3314420 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.3. 75 Version: 6.3.8 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.6 -
recras/trunk/src/Bookprocess.php
r3313041 r3314420 19 19 wp_enqueue_script_module( 20 20 'recrasbookprocesses', 21 'https://' . $subdomain . '.recras.nl/bookprocess/ bookprocess.mjs',21 'https://' . $subdomain . '.recras.nl/bookprocess/dist/index.js', 22 22 [], 23 23 date('Ymd') // Hint at caching for 1 day -
recras/trunk/src/Plugin.php
r3310464 r3314420 295 295 if (get_option('recras_fix_react_datepicker')) { 296 296 // This version number is the react-datepicker version 297 wp_enqueue_style('fixreactdatepicker', $this->baseUrl . '/css/fixreactdatepicker.css', [], ' 7.4.0');297 wp_enqueue_style('fixreactdatepicker', $this->baseUrl . '/css/fixreactdatepicker.css', [], '8.4.0'); 298 298 } 299 299
Note: See TracChangeset
for help on using the changeset viewer.