This area contains the changelogs for recent versions of the JCal Pro extension. Click here to access the main JCal Pro page.

JCal Pro v4.3.56

  • Fix unable to create location on mySQL v8
  • Rename user profile tab from 'Calendar Options' to 'JCal Pro Options'
  • Provide default filter (Global and user) for admin events list
  • Maintenance updates for standards/Joomla 3.8+

Commit Log

  • f66c3570 Release v4.3.56 [Bill Tomczak]
  • dbf6018c Update manifest headers [Bill Tomczak]
  • 19f93dbb Merge pull request #58 from joomlashack/JCAL-415 [Bill Tomczak]
  • 912242cc Improve abstraction of plgUserJcalpro::loadFormElements() method [Bill Tomczak]
  • 28ecdfe5 Generalize the custom user profile fields [Bill Tomczak]
  • 1980bcd0 Update for Joomla 3.8+ class names [Bill Tomczak]
  • fe1edb03 Add parameter for default initial date range filter [Bill Tomczak]
  • 0a05fcc5 Simplify user plugin profile management [Bill Tomczak]
  • 0a3950d8 Refactor for global use of Date Range option list [Bill Tomczak]
  • 44a9b2b4 Update JHtml calls for Joomla 3.8+ [Bill Tomczak]
  • aaa32a36 Update all html generator usages to new namespace [Bill Tomczak]
  • 9f1605e9 MoveHTMLHelper method maintaining b/c [Bill Tomczak]
  • 1ed724f0 Removed unused JHtmlJcp.menuButton() method [Bill Tomczak]
  • a651aa0d Rename base html helper (maintain b/c) [Bill Tomczak]
  • 0b0c884a Bump dev version [Bill Tomczak]
  • 0d1177c6 Improve User options heading [Bill Tomczak]
  • 95a8473e Remove unused code [Bill Tomczak]
  • 193f4b54 Update/streamline html helper class [Bill Tomczak]
  • 1778fc2d Updates for Joomla 3.8+ class names [Bill Tomczak]
  • 4906cff1 Move html helper to more standard folder and simplify loading [Bill Tomczak]
  • 81e5e3b2 Update for Joomla 3.8+ class names [Bill Tomczak]
  • 8dd30758 Update for Joomla 3.8+ class names [Bill Tomczak]
  • 838ef892 Merge pull request #57 from joomlashack/JCAL-407 [Bill Tomczak]
  • 8127f232 Bump dev version [Bill Tomczak]
  • c5466acd Update obsolete spatial function name [Bill Tomczak]
  • 2fb3ae1b Update schema to allow NULL for laying [Bill Tomczak]

JCal Pro v4.3.55

  • Fix error on upgrade with disabled system plugin
  • Update obsolete syntax throwing errors in php 7.4

Commit Log

  • 9b7347f9 Release v4.3.55 [Bill Tomczak]
  • 625d5629 Bump dev version [Bill Tomczak]
  • ae21725e Update deprecated syntax [Bill Tomczak]
  • 786f5013 JCAL-413: Fix update install error when system plugin removed [Bill Tomczak]
  • 41443fdb Bump dev version [Bill Tomczak]
  • dc4e8b78 Comment/Standards fixes [Bill Tomczak]

JCal Pro v4.3.54

  • Additional date formats requested from Germany
  • Fix incorrect repeat end date (due to timezone discrepancies)
  • Use consistent timezone for registration start/end datetimes
  • Fix blank error message when location field is invalid

Commit Log

  • 7672627f Release v4.3.54 [Bill Tomczak]
  • 6493b47d Merge pull request #56 from joomlashack/JCAL-399 [Bill Tomczak]
  • ccfcc327 Link correct label to location field JCAL-402 [Bill Tomczak]
  • df6a4d4c Clean up hint/title confusion, simplify the whole location form field class [Bill Tomczak]
  • d7228e99 Update/Modernize location form field class [Bill Tomczak]
  • 6e389826 Merge pull request #55 from joomlashack/JCAL-400 [Bill Tomczak]
  • 1a2a083e Bump dev version [Bill Tomczak]
  • 4593fd92 translate registration start/end for display to user when configured [Bill Tomczak]
  • 28732a3a Use timezone from item for repeat ending for no user translation [Bill Tomczak]
  • a95a4f75 Minor formatting fix [Bill Tomczak]
  • f66fc115 Bump dev version [Bill Tomczak]
  • 4e1ee98f Add missing date formats for German [Bill Tomczak]
  • b80ba4fb Update and sort the date formats [Bill Tomczak]

JCal Pro v4.3.53

  • Remove unused popup events setting
  • Language fixes

Commit Log

  • 9b519145 Release v4.3.53 [Bill Tomczak]
  • bdf3fb14 Merge pull request #54 from joomlashack/JCAL-398 [Bill Tomczak]
  • 34cd7c2a Remove unused Popup Events option [Nick Savov]
  • 0581b064 Update de-DE.com_jcalpro.ini [Nick Savov]
  • 5d66e3a2 Update translation for COM_JCALPRO_ALL_DAY tag [Nick Savov]

JCal Pro v4.3.52

  • Fixes for rss/atom feeds
  • Ensure proper escaping for all main and entry/item tags
  • Include required subtitle for atom feeds (uses JCalPro document header)
  • Include required author tags for atom feeds (Uses Global Config fromname/emailfrom parameters)

Commit Log

  • ad3212d4 Release v4.3.52 [Bill Tomczak]
  • b92ecc04 Remove bogus feed property [Bill Tomczak]
  • 80d4dc75 Add required fields for atom feeds [Bill Tomczak]
  • 22a19629 Add missing property [Bill Tomczak]
  • a4fcfe87 Rely on Joomla core to handle feed item titles and descriptions JCAL-397 [Bill Tomczak]
  • e5d4bd2e Bump dev version [Bill Tomczak]

JCal Pro v4.3.51

  • fix malformed xml in rss feeds
  • Remove old and apparently unused QR Code library
  • Remove apparently unused media controller for uploads
  • Update obsolete usages for Joomla 3.8+

Commit Log

  • a0572e55 Release v4.3.51 [Bill Tomczak]
  • 18cc7559 Uninstall phpQRCode on updates [Bill Tomczak]
  • e2169662 Update obsolete usages for Joomla 3.8+ [Bill Tomczak]
  • 84ccc895 Provide simpler removal of language files still left in Joomla core [Bill Tomczak]
  • abb9cee5 Update obsolete usages for Joomla 3.8+ [Bill Tomczak]
  • 862159e3 Remove unused media controller [Bill Tomczak]
  • 99db0db0 Remove unnecessary media folders from main component [Bill Tomczak]
  • a0619a70 Remove ancient QR Code library. [Bill Tomczak]
  • 29508a1c Update obsolete usages for Joomla 3.8+ [Bill Tomczak]
  • d102c3b8 Update Joomla version requirements [Bill Tomczak]
  • 59204c8b Merge pull request #53 from joomlashack/JCAL-397 [Bill Tomczak]
  • 6239dc5e Simplify method for clarity [Bill Tomczak]
  • 9f546be2 Update obsolete usages for Joomla 3.8+ [Bill Tomczak]
  • 33ac5fa9 Bump dev version [Bill Tomczak]
  • 391a9f2e Ensure html properly escaped for all xml tag bodies [Bill Tomczak]
  • 309ad7b5 Use HTML encoding (cdata) for RSS link [Nick Savov]

JCal Pro v4.3.50

  • Fix bad link url in rss feeds
  • Improve register button spacing
  • Remove Joomla <3.8 deprecated usages

Commit Log

  • b30f0afa Release v4.3.50 [Bill Tomczak]
  • 4db63aa2 Merge pull request #52 from joomlashack/JCAL-396 [Bill Tomczak]
  • 4798f81c Use non-aliased class names (v3.8+) [Bill Tomczak]
  • 81f8b5a9 Use non-aliased classes for v3.8+ [Bill Tomczak]
  • 8fbd3d5c Merge pull request #51 from joomlashack/JCAL-394 [Bill Tomczak]
  • b53ed9be Fix event description background on barbarians theme [Valentín García]
  • e5545a20 Improve spacing for register button for inspired theme [Valentín García]
  • 0ac3f7c7 Improve spacing for single event display for default theme [Valentín García]
  • 0c92963f Fixes RSS Link duplicate domain [Nick Savov]
  • 72be4cb4 Minor design improvement for register event button [Valentín García]

JCal Pro v4.3.49

  • fix issue with registrant emails going to wrong user
  • Improvements to error handling on registration confirmation

Commit Log

  • ecd0f3e8 Release v4.3.49 [Bill Tomczak]
  • e051f8b9 Merge pull request #49 from joomlashack/JCAL-54 [Bill Tomczak]
  • 1c614e83 Cleanup for clarity and make sure registration confirmation messages go to the correct user [Bill Tomczak]
  • 9db2272a Clarify some comments [Bill Tomczak]

JCal Pro v4.3.48

  • Now requires at least Joomla v3.9
  • Don't display CAPTCHA to logged in users
  • Add CAPTCHA to registration screen

Commit Log

  • 5ba031de Release v4.3.48 [Bill Tomczak]
  • bab27639 Standardize file header copyright notices [Bill Tomczak]
  • 46c15681 Update file headers [Bill Tomczak]
  • 50d8c751 Update Joomla minimum version [Bill Tomczak]
  • 5dfdb362 Merge pull request #48 from joomlashack/JCAL-372 [Bill Tomczak]
  • bab3aabb Bump dev version [Bill Tomczak]
  • 8ff16b88 Update default registration template [Bill Tomczak]
  • 757d6663 Add CAPTCHA to registration form / Simplify inspired/barbarians templates [Bill Tomczak]
  • 85b4f54e Formatting/Standards fixes [Bill Tomczak]
  • e564004d Add helper method to determine CAPTCHA setting [Bill Tomczak]
  • 99d99266 Formatting fixes [Bill Tomczak]
  • b9b3e46b Standards/Formatting fixes [Bill Tomczak]
  • f84bb707 Don’t use CAPTCHA for logged in users [Bill Tomczak]
  • eaec66d7 Remove old package file [Bill Tomczak]

JCal Pro v4.3.47

  • Fix Class 'Kigkonsult\Icalcreator\Vcalendar' not found
  • Remove border on location iframe popup
  • Adds missing translation for frontend locations iframe
  • Fixes broken radio buttons in frontend event editing
  • Localize icalcreator language files

Commit Log

  • fa48a134 Release v4.3.47 [Bill Tomczak]
  • 022f32a6 Merge pull request #47 from joomlashack/JCAL-391 [Bill Tomczak]
  • e51074b0 Reload all icalcreator files to fix file name letter case [Bill Tomczak]
  • e7716d02 remove all icalcreator files [Bill Tomczak]
  • 9698e4f3 Merge pull request #46 from joomlashack/JCAL-389 [Bill Tomczak]
  • 7e1cb7db Load jcal js for frontend forms [Bill Tomczak]
  • a9d13075 Simplify script loading [Bill Tomczak]
  • 5b20c550 Fix minor case issue [Bill Tomczak]
  • b6dc9204 Sync language files [Bill Tomczak]
  • 926111dc Remove buggy CSS line [Valentín García]
  • acb477ba Add missing language constant [Valentín García]
  • c6356040 Remove iframe border for locations popup [Valentín García]
  • 79377826 Load js to apply bootstrap classes to radio fields [Valentín García]
  • 1246df3d Update ical library language files [Bill Tomczak]
  • e30b08c4 Localize ical library language files [Bill Tomczak]
  • 0b9b4878 Bump dev version [Bill Tomczak]