Skip to content

Releases: benhall14/php-calendar

v1.4.4

29 Nov 16:35
Compare
Choose a tag to compare

Bugfix to use the calendar date instead of the current date.

v1.4.3

20 Nov 21:18
Compare
Choose a tag to compare

Bugfix on weekview. Previously, the useMondayStartingDate() would use the week prior, if you used a Monday as the initial date too. Thank you Tim for sending a fix for this.

v.1.4.2

10 Oct 22:36
Compare
Choose a tag to compare

Fixes an issue when using hideMondays, hideTuesdays, etc. The CSS class name was missing, so the table columns didn't actually get hidden. This is now fixed.

v1.4.1

03 Apr 16:15
46a034a
Compare
Choose a tag to compare

Update to fix any HTML characters being added to the event title.

v1.4

04 Nov 18:15
Compare
Choose a tag to compare

Added functionality to render the calendar as a Week View in addition to the current Month View.

You can now pass times along with the event start/end dates.

You can now add you own custom classes to the main HTML table output.

You can now use the ->display() helper to print the stylesheet and calendar in one call.

v1.3

09 Oct 23:12
7e0e620
Compare
Choose a tag to compare

This release includes the functionality to translate the calendar (with English and Spanish out of the box), as well as being able to change from a Sunday weekly start date to a Monday. You can also use the stylesheet() method directly to attach an inline-copy of the styles.

1.2

07 Aug 17:39
Compare
Choose a tag to compare
1.2
Fix README.md to clarify the array for adding multiple events.

1.1

07 Aug 17:22
17e9edb
Compare
Choose a tag to compare
1.1
Merge pull request #1 from rickyosser/master

Changed documentation to REALLY reflect the code. :)

1.0

04 Feb 23:05
Compare
Choose a tag to compare
1.0
Update