Changeset 3468883
- Timestamp:
- 02/24/2026 08:09:54 PM (5 weeks ago)
- Location:
- pie-calendar
- Files:
-
- 18 edited
- 1 copied
-
tags/1.3.0.5 (copied) (copied from pie-calendar/trunk)
-
tags/1.3.0.5/build/blocks/calendar/index.asset.php (modified) (1 diff)
-
tags/1.3.0.5/build/blocks/calendar/index.css (modified) (1 diff)
-
tags/1.3.0.5/build/blocks/event-info/block.json (modified) (1 diff)
-
tags/1.3.0.5/css/piecal.css (modified) (1 diff)
-
tags/1.3.0.5/includes/js/piecal.js (modified) (1 diff)
-
tags/1.3.0.5/languages/piecal.pot (modified) (12 diffs)
-
tags/1.3.0.5/plugin.php (modified) (2 diffs)
-
tags/1.3.0.5/readme.txt (modified) (2 diffs)
-
tags/1.3.0.5/src/blocks/event-info/block.json (modified) (1 diff)
-
trunk/build/blocks/calendar/index.asset.php (modified) (1 diff)
-
trunk/build/blocks/calendar/index.css (modified) (1 diff)
-
trunk/build/blocks/event-info/block.json (modified) (1 diff)
-
trunk/css/piecal.css (modified) (1 diff)
-
trunk/includes/js/piecal.js (modified) (1 diff)
-
trunk/languages/piecal.pot (modified) (12 diffs)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/blocks/event-info/block.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pie-calendar/tags/1.3.0.5/build/blocks/calendar/index.asset.php
r3391964 r3468883 1 <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-url'), 'version' => ' 4747b309fbb70bb95ee6');1 <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-url'), 'version' => '3369b6a0bc49b326007c'); -
pie-calendar/tags/1.3.0.5/build/blocks/calendar/index.css
r3351250 r3468883 153 153 margin-block-start: 0; 154 154 margin-block-end: 0; 155 } 156 157 .piecal-popover__details { 158 white-space: pre-line; 155 159 } 156 160 -
pie-calendar/tags/1.3.0.5/build/blocks/event-info/block.json
r3283614 r3468883 54 54 } 55 55 }, 56 "textdomain": " event-info",56 "textdomain": "piecal", 57 57 "editorScript": "file:./index.js", 58 58 "editorStyle": "file:./index.css", -
pie-calendar/tags/1.3.0.5/css/piecal.css
r3351250 r3468883 153 153 margin-block-start: 0; 154 154 margin-block-end: 0; 155 } 156 157 .piecal-popover__details { 158 white-space: pre-line; 155 159 } 156 160 -
pie-calendar/tags/1.3.0.5/includes/js/piecal.js
r3419512 r3468883 247 247 let dayHeaderLink = info.el.querySelector('a'); 248 248 249 if( !dayHeaderLink ) return; 250 249 251 let fullDayName = piecalUtils.getShortenedDayNames(info.text, 'full'); 250 252 let shortDayName = piecalUtils.getShortenedDayNames(info.text, 'short'); -
pie-calendar/tags/1.3.0.5/languages/piecal.pot
r3425648 r3468883 1 # Copyright (C) 202 5Elijah Mills & Jonathan Jernigan1 # Copyright (C) 2026 Elijah Mills & Jonathan Jernigan 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Pie Calendar 1.3.0. 3\n"5 "Project-Id-Version: Pie Calendar 1.3.0.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pie-calendar\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-22T20:20:13+00:00\n"12 "POT-Creation-Date: 2026-02-24T20:02:41+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 41 41 42 42 #. Translators: String for Upcoming view in view picker dropdown. 43 #: includes/block.php:21 144 #: includes/block.php:26 343 #: includes/block.php:212 44 #: includes/block.php:266 45 45 #: includes/utils/Views.php:88 46 46 msgid "List - Upcoming" … … 48 48 49 49 #. Translators: String for Month - Classic view in view picker dropdown. 50 #: includes/block.php:22 350 #: includes/block.php:224 51 51 #: includes/shortcode.php:170 52 52 msgid "Month - Classic" … … 54 54 55 55 #. Translators: String for Month - List view in view picker dropdown. 56 #: includes/block.php:22 556 #: includes/block.php:226 57 57 #: includes/shortcode.php:172 58 58 msgid "Month - List" … … 60 60 61 61 #. Translators: String for Week - Time Grid view in view picker dropdown. 62 #: includes/block.php:22 762 #: includes/block.php:228 63 63 #: includes/shortcode.php:174 64 64 msgid "Week - Time Grid" … … 66 66 67 67 #. Translators: String for Week - List view in view picker dropdown. 68 #: includes/block.php:2 2968 #: includes/block.php:230 69 69 #: includes/shortcode.php:176 70 70 msgid "Week - List" … … 72 72 73 73 #. Translators: String for Week - Day Grid view in view picker dropdown. 74 #: includes/block.php:23 174 #: includes/block.php:232 75 75 msgid "Week - Classic" 76 76 msgstr "" 77 77 78 78 #. Translators: String for Day - List view in view picker dropdown. 79 #: includes/block.php:23 379 #: includes/block.php:234 80 80 #: includes/shortcode.php:180 81 81 msgid "Day - List" 82 82 msgstr "" 83 83 84 #: includes/block.php:24 784 #: includes/block.php:248 85 85 #: build/blocks/calendar/index.js:1 86 86 #: src/blocks/calendar/edit.js:393 … … 133 133 134 134 #. Translators: This string is for displaying the viewer's time zone via the Pie Calendar Info shortcode 135 #: includes/piecal-info-shortcode.php:3 7135 #: includes/piecal-info-shortcode.php:39 136 136 #: includes/shortcode.php:566 137 137 msgid "Event times are listed in your local time zone: " … … 139 139 140 140 #. Translators: The 'Starts on' prepend text for the piecal-info shortcode 141 #: includes/piecal-info-shortcode.php:5 4141 #: includes/piecal-info-shortcode.php:56 142 142 msgid "Starts on" 143 143 msgstr "" 144 144 145 145 #. Translators: This string is used for the start date/time output by the piecal-info shortcode. %1$s is the 'Starts on' prepend. %2$s is the start date & time. 146 #: includes/piecal-info-shortcode.php:57 147 #: includes/piecal-info-shortcode.php:58 146 #. Translators: This string is used for the start date/time output by the piecal-info shortcode (date only). %1$s is the 'Starts on' prepend. %2$s is the start date. 147 #: includes/piecal-info-shortcode.php:59 148 #: includes/piecal-info-shortcode.php:61 148 149 msgid "%1$s %2$s" 149 150 msgstr "" 150 151 151 152 #. Translators: The 'Ends on' prepend text for the piecal-info shortcode. 152 #: includes/piecal-info-shortcode.php:6 1153 #: includes/piecal-info-shortcode.php:64 153 154 msgid "Ends on" 154 155 msgstr "" 155 156 156 #. Translators: This string is used for the end date/time output by the piecal-info shortcode. Placeholder is the end date & time. 157 #: includes/piecal-info-shortcode.php:64 158 #: includes/piecal-info-shortcode.php:65 157 #. Translators: This string is used for the end date/time output by the piecal-info shortcode. %1$s is the 'Ends on' prepend. %2$s is the end date & time. 158 #. Translators: This string is used for the end date/time output by the piecal-info shortcode (date only). %1$s is the 'Ends on' prepend. %2$s is the end date. 159 #: includes/piecal-info-shortcode.php:67 160 #: includes/piecal-info-shortcode.php:69 159 161 msgid " %1$s %2$s" 160 162 msgstr "" 161 163 162 164 #. Translators: This string is output at the end of the start/end date/time output by the piecal-info shortcode if the event is marked as all day. 163 #: includes/piecal-info-shortcode.php: 68165 #: includes/piecal-info-shortcode.php:72 164 166 msgid " Lasts all day." 165 167 msgstr "" … … 227 229 msgstr "" 228 230 231 #. translators: Pie Calendar activation message 229 232 #: plugin.php:148 230 msgid "" 231 "<p>Pie Calendar has been activated.</p> \n" 232 "\t\t\t\t<details>\n" 233 "\t\t\t\t\t<summary>Quick Start Guide</summary>\n" 234 "\t\t\t\t\t<ul>\n" 235 "\t\t\t\t\t\t<li><strong>Step 1:</strong> Edit any post, page, or custom post type and enable the <strong>Show on Calendar</strong> toggle.</li>\n" 236 "\t\t\t\t\t\t<li><strong>Step 2:</strong> Set a start date and time.</li>\n" 237 "\t\t\t\t\t\t<li><strong>Step 3:</strong> Add the <code>[piecal]</code> shortcode wherever you want to display your calendar.</li>\n" 238 "\t\t\t\t\t</ul>\n" 239 "\t\t\t\t\t<p>That's it! Check out <a href='https://www.youtube.com/watch?v=ncdab1v_B1M'>this video</a> to learn how get started in <strong>under 4 minutes.</strong></p>\n" 240 "\t\t\t\t\t<p>Or <a href='https://docs.piecalendar.com/'>click here</a> to view our extensive documentation.</p>\n" 241 "\t\t\t\t</details>\n" 242 "\t\t\t\t<p><a href='?piecal-dismiss-notice=true'>Dismiss this notice.</a></p>" 243 msgstr "" 244 245 #: plugin.php:245 233 msgid "Pie Calendar has been activated." 234 msgstr "" 235 236 #. translators: Quick start guide title 237 #: plugin.php:153 238 msgid "Quick Start Guide" 239 msgstr "" 240 241 #. translators: Step 1 of the quick start guide 242 #: plugin.php:158 243 msgid "Step 1:" 244 msgstr "" 245 246 #. translators: Step 1 of the quick start guide 247 #: plugin.php:158 248 msgid "Edit any post, page, or custom post type and enable the <strong>Show on Calendar</strong> toggle." 249 msgstr "" 250 251 #. translators: Step 2 of the quick start guide 252 #: plugin.php:162 253 msgid "Step 2:" 254 msgstr "" 255 256 #. translators: Step 2 of the quick start guide 257 #: plugin.php:162 258 msgid "Set a start date and time." 259 msgstr "" 260 261 #. translators: Step 3 of the quick start guide 262 #: plugin.php:166 263 msgid "Step 3:" 264 msgstr "" 265 266 #. translators: Step 3 of the quick start guide 267 #: plugin.php:166 268 msgid "Add the <code>[piecal]</code> shortcode wherever you want to display your calendar." 269 msgstr "" 270 271 #: plugin.php:173 272 msgid "That's it! Check out %s to learn how get started in <strong>under 4 minutes.</strong>" 273 msgstr "" 274 275 #: plugin.php:176 276 msgid "this video" 277 msgstr "" 278 279 #: plugin.php:182 280 msgid "Or %s to view our extensive documentation." 281 msgstr "" 282 283 #: plugin.php:183 284 msgid "click here" 285 msgstr "" 286 287 #. translators: Dismiss notice link text 288 #: plugin.php:190 289 msgid "Dismiss this notice." 290 msgstr "" 291 292 #: plugin.php:273 246 293 msgid "Navigate to the Pie Calendar website to purchase the Pro version." 247 294 msgstr "" 248 295 249 #: plugin.php:2 46296 #: plugin.php:274 250 297 msgid "Upgrade to Pro" 251 298 msgstr "" … … 543 590 msgid "Show a calendar of Pie Calendar events." 544 591 msgstr "" 592 593 #: build/blocks/event-info/block.json 594 #: src/blocks/event-info/block.json 595 msgctxt "block title" 596 msgid "Pie Calendar Event Info" 597 msgstr "" 598 599 #: build/blocks/event-info/block.json 600 #: src/blocks/event-info/block.json 601 msgctxt "block description" 602 msgid "Pie Calendar information block for use on posts designated as events. This block will display the event-specific information." 603 msgstr "" -
pie-calendar/tags/1.3.0.5/plugin.php
r3425648 r3468883 10 10 * Plugin URI: https://piecalendar.com 11 11 * Description: Turn any post type into a calendar event and display it on a calendar. 12 * Version: 1.3.0. 412 * Version: 1.3.0.5 13 13 * Author: Elijah Mills & Jonathan Jernigan 14 14 * Author URI: https://piecalendar.com/about … … 26 26 } 27 27 28 define( 'PIECAL_VERSION', '1.3.0. 4' );28 define( 'PIECAL_VERSION', '1.3.0.5' ); 29 29 define( 'PIECAL_PATH', plugin_dir_url( __FILE__ ) ); 30 30 define( 'PIECAL_DIR', plugin_dir_path( __FILE__ ) ); -
pie-calendar/tags/1.3.0.5/readme.txt
r3425648 r3468883 4 4 Donate link: https://piecalendar.com 5 5 Requires at least: 5.9 6 Tested up to: 6.9 6 Tested up to: 6.9.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.3.0. 48 Stable tag: 1.3.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 92 = 1.3.0.5 = 93 * i18n: Made Pie Calendar Info block controls translatable via Loco Translate or other methods. 94 * Tweak: Added white-space handling for popover details to handle \n in descriptions. 95 * Fix: Corrected error caused by switching to Week - Time Grid or Week - Day Grid while hidePastEvents="true" attribute is in use. 91 96 92 97 = 1.3.0.4 = -
pie-calendar/tags/1.3.0.5/src/blocks/event-info/block.json
r3283614 r3468883 51 51 } 52 52 }, 53 "textdomain": " event-info",53 "textdomain": "piecal", 54 54 "editorScript": "file:./index.js", 55 55 "editorStyle": "file:./index.css", -
pie-calendar/trunk/build/blocks/calendar/index.asset.php
r3391964 r3468883 1 <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-url'), 'version' => ' 4747b309fbb70bb95ee6');1 <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-url'), 'version' => '3369b6a0bc49b326007c'); -
pie-calendar/trunk/build/blocks/calendar/index.css
r3351250 r3468883 153 153 margin-block-start: 0; 154 154 margin-block-end: 0; 155 } 156 157 .piecal-popover__details { 158 white-space: pre-line; 155 159 } 156 160 -
pie-calendar/trunk/build/blocks/event-info/block.json
r3283614 r3468883 54 54 } 55 55 }, 56 "textdomain": " event-info",56 "textdomain": "piecal", 57 57 "editorScript": "file:./index.js", 58 58 "editorStyle": "file:./index.css", -
pie-calendar/trunk/css/piecal.css
r3351250 r3468883 153 153 margin-block-start: 0; 154 154 margin-block-end: 0; 155 } 156 157 .piecal-popover__details { 158 white-space: pre-line; 155 159 } 156 160 -
pie-calendar/trunk/includes/js/piecal.js
r3419512 r3468883 247 247 let dayHeaderLink = info.el.querySelector('a'); 248 248 249 if( !dayHeaderLink ) return; 250 249 251 let fullDayName = piecalUtils.getShortenedDayNames(info.text, 'full'); 250 252 let shortDayName = piecalUtils.getShortenedDayNames(info.text, 'short'); -
pie-calendar/trunk/languages/piecal.pot
r3425648 r3468883 1 # Copyright (C) 202 5Elijah Mills & Jonathan Jernigan1 # Copyright (C) 2026 Elijah Mills & Jonathan Jernigan 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Pie Calendar 1.3.0. 3\n"5 "Project-Id-Version: Pie Calendar 1.3.0.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pie-calendar\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-22T20:20:13+00:00\n"12 "POT-Creation-Date: 2026-02-24T20:02:41+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 41 41 42 42 #. Translators: String for Upcoming view in view picker dropdown. 43 #: includes/block.php:21 144 #: includes/block.php:26 343 #: includes/block.php:212 44 #: includes/block.php:266 45 45 #: includes/utils/Views.php:88 46 46 msgid "List - Upcoming" … … 48 48 49 49 #. Translators: String for Month - Classic view in view picker dropdown. 50 #: includes/block.php:22 350 #: includes/block.php:224 51 51 #: includes/shortcode.php:170 52 52 msgid "Month - Classic" … … 54 54 55 55 #. Translators: String for Month - List view in view picker dropdown. 56 #: includes/block.php:22 556 #: includes/block.php:226 57 57 #: includes/shortcode.php:172 58 58 msgid "Month - List" … … 60 60 61 61 #. Translators: String for Week - Time Grid view in view picker dropdown. 62 #: includes/block.php:22 762 #: includes/block.php:228 63 63 #: includes/shortcode.php:174 64 64 msgid "Week - Time Grid" … … 66 66 67 67 #. Translators: String for Week - List view in view picker dropdown. 68 #: includes/block.php:2 2968 #: includes/block.php:230 69 69 #: includes/shortcode.php:176 70 70 msgid "Week - List" … … 72 72 73 73 #. Translators: String for Week - Day Grid view in view picker dropdown. 74 #: includes/block.php:23 174 #: includes/block.php:232 75 75 msgid "Week - Classic" 76 76 msgstr "" 77 77 78 78 #. Translators: String for Day - List view in view picker dropdown. 79 #: includes/block.php:23 379 #: includes/block.php:234 80 80 #: includes/shortcode.php:180 81 81 msgid "Day - List" 82 82 msgstr "" 83 83 84 #: includes/block.php:24 784 #: includes/block.php:248 85 85 #: build/blocks/calendar/index.js:1 86 86 #: src/blocks/calendar/edit.js:393 … … 133 133 134 134 #. Translators: This string is for displaying the viewer's time zone via the Pie Calendar Info shortcode 135 #: includes/piecal-info-shortcode.php:3 7135 #: includes/piecal-info-shortcode.php:39 136 136 #: includes/shortcode.php:566 137 137 msgid "Event times are listed in your local time zone: " … … 139 139 140 140 #. Translators: The 'Starts on' prepend text for the piecal-info shortcode 141 #: includes/piecal-info-shortcode.php:5 4141 #: includes/piecal-info-shortcode.php:56 142 142 msgid "Starts on" 143 143 msgstr "" 144 144 145 145 #. Translators: This string is used for the start date/time output by the piecal-info shortcode. %1$s is the 'Starts on' prepend. %2$s is the start date & time. 146 #: includes/piecal-info-shortcode.php:57 147 #: includes/piecal-info-shortcode.php:58 146 #. Translators: This string is used for the start date/time output by the piecal-info shortcode (date only). %1$s is the 'Starts on' prepend. %2$s is the start date. 147 #: includes/piecal-info-shortcode.php:59 148 #: includes/piecal-info-shortcode.php:61 148 149 msgid "%1$s %2$s" 149 150 msgstr "" 150 151 151 152 #. Translators: The 'Ends on' prepend text for the piecal-info shortcode. 152 #: includes/piecal-info-shortcode.php:6 1153 #: includes/piecal-info-shortcode.php:64 153 154 msgid "Ends on" 154 155 msgstr "" 155 156 156 #. Translators: This string is used for the end date/time output by the piecal-info shortcode. Placeholder is the end date & time. 157 #: includes/piecal-info-shortcode.php:64 158 #: includes/piecal-info-shortcode.php:65 157 #. Translators: This string is used for the end date/time output by the piecal-info shortcode. %1$s is the 'Ends on' prepend. %2$s is the end date & time. 158 #. Translators: This string is used for the end date/time output by the piecal-info shortcode (date only). %1$s is the 'Ends on' prepend. %2$s is the end date. 159 #: includes/piecal-info-shortcode.php:67 160 #: includes/piecal-info-shortcode.php:69 159 161 msgid " %1$s %2$s" 160 162 msgstr "" 161 163 162 164 #. Translators: This string is output at the end of the start/end date/time output by the piecal-info shortcode if the event is marked as all day. 163 #: includes/piecal-info-shortcode.php: 68165 #: includes/piecal-info-shortcode.php:72 164 166 msgid " Lasts all day." 165 167 msgstr "" … … 227 229 msgstr "" 228 230 231 #. translators: Pie Calendar activation message 229 232 #: plugin.php:148 230 msgid "" 231 "<p>Pie Calendar has been activated.</p> \n" 232 "\t\t\t\t<details>\n" 233 "\t\t\t\t\t<summary>Quick Start Guide</summary>\n" 234 "\t\t\t\t\t<ul>\n" 235 "\t\t\t\t\t\t<li><strong>Step 1:</strong> Edit any post, page, or custom post type and enable the <strong>Show on Calendar</strong> toggle.</li>\n" 236 "\t\t\t\t\t\t<li><strong>Step 2:</strong> Set a start date and time.</li>\n" 237 "\t\t\t\t\t\t<li><strong>Step 3:</strong> Add the <code>[piecal]</code> shortcode wherever you want to display your calendar.</li>\n" 238 "\t\t\t\t\t</ul>\n" 239 "\t\t\t\t\t<p>That's it! Check out <a href='https://www.youtube.com/watch?v=ncdab1v_B1M'>this video</a> to learn how get started in <strong>under 4 minutes.</strong></p>\n" 240 "\t\t\t\t\t<p>Or <a href='https://docs.piecalendar.com/'>click here</a> to view our extensive documentation.</p>\n" 241 "\t\t\t\t</details>\n" 242 "\t\t\t\t<p><a href='?piecal-dismiss-notice=true'>Dismiss this notice.</a></p>" 243 msgstr "" 244 245 #: plugin.php:245 233 msgid "Pie Calendar has been activated." 234 msgstr "" 235 236 #. translators: Quick start guide title 237 #: plugin.php:153 238 msgid "Quick Start Guide" 239 msgstr "" 240 241 #. translators: Step 1 of the quick start guide 242 #: plugin.php:158 243 msgid "Step 1:" 244 msgstr "" 245 246 #. translators: Step 1 of the quick start guide 247 #: plugin.php:158 248 msgid "Edit any post, page, or custom post type and enable the <strong>Show on Calendar</strong> toggle." 249 msgstr "" 250 251 #. translators: Step 2 of the quick start guide 252 #: plugin.php:162 253 msgid "Step 2:" 254 msgstr "" 255 256 #. translators: Step 2 of the quick start guide 257 #: plugin.php:162 258 msgid "Set a start date and time." 259 msgstr "" 260 261 #. translators: Step 3 of the quick start guide 262 #: plugin.php:166 263 msgid "Step 3:" 264 msgstr "" 265 266 #. translators: Step 3 of the quick start guide 267 #: plugin.php:166 268 msgid "Add the <code>[piecal]</code> shortcode wherever you want to display your calendar." 269 msgstr "" 270 271 #: plugin.php:173 272 msgid "That's it! Check out %s to learn how get started in <strong>under 4 minutes.</strong>" 273 msgstr "" 274 275 #: plugin.php:176 276 msgid "this video" 277 msgstr "" 278 279 #: plugin.php:182 280 msgid "Or %s to view our extensive documentation." 281 msgstr "" 282 283 #: plugin.php:183 284 msgid "click here" 285 msgstr "" 286 287 #. translators: Dismiss notice link text 288 #: plugin.php:190 289 msgid "Dismiss this notice." 290 msgstr "" 291 292 #: plugin.php:273 246 293 msgid "Navigate to the Pie Calendar website to purchase the Pro version." 247 294 msgstr "" 248 295 249 #: plugin.php:2 46296 #: plugin.php:274 250 297 msgid "Upgrade to Pro" 251 298 msgstr "" … … 543 590 msgid "Show a calendar of Pie Calendar events." 544 591 msgstr "" 592 593 #: build/blocks/event-info/block.json 594 #: src/blocks/event-info/block.json 595 msgctxt "block title" 596 msgid "Pie Calendar Event Info" 597 msgstr "" 598 599 #: build/blocks/event-info/block.json 600 #: src/blocks/event-info/block.json 601 msgctxt "block description" 602 msgid "Pie Calendar information block for use on posts designated as events. This block will display the event-specific information." 603 msgstr "" -
pie-calendar/trunk/plugin.php
r3425648 r3468883 10 10 * Plugin URI: https://piecalendar.com 11 11 * Description: Turn any post type into a calendar event and display it on a calendar. 12 * Version: 1.3.0. 412 * Version: 1.3.0.5 13 13 * Author: Elijah Mills & Jonathan Jernigan 14 14 * Author URI: https://piecalendar.com/about … … 26 26 } 27 27 28 define( 'PIECAL_VERSION', '1.3.0. 4' );28 define( 'PIECAL_VERSION', '1.3.0.5' ); 29 29 define( 'PIECAL_PATH', plugin_dir_url( __FILE__ ) ); 30 30 define( 'PIECAL_DIR', plugin_dir_path( __FILE__ ) ); -
pie-calendar/trunk/readme.txt
r3425648 r3468883 4 4 Donate link: https://piecalendar.com 5 5 Requires at least: 5.9 6 Tested up to: 6.9 6 Tested up to: 6.9.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.3.0. 48 Stable tag: 1.3.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 92 = 1.3.0.5 = 93 * i18n: Made Pie Calendar Info block controls translatable via Loco Translate or other methods. 94 * Tweak: Added white-space handling for popover details to handle \n in descriptions. 95 * Fix: Corrected error caused by switching to Week - Time Grid or Week - Day Grid while hidePastEvents="true" attribute is in use. 91 96 92 97 = 1.3.0.4 = -
pie-calendar/trunk/src/blocks/event-info/block.json
r3283614 r3468883 51 51 } 52 52 }, 53 "textdomain": " event-info",53 "textdomain": "piecal", 54 54 "editorScript": "file:./index.js", 55 55 "editorStyle": "file:./index.css",
Note: See TracChangeset
for help on using the changeset viewer.