Skip to content

Commit

Permalink
update versions in wp import functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbcode committed Aug 10, 2024
1 parent b193b39 commit 15d9a18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions admin/class-rotaract-appointments-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Rotaract_Appointments_Admin {
* @access private
* @var string $instantsearch_version The current version of Meilisearch.
*/
private string $instantsearch_version = '4.60.0';
private string $instantsearch_version = '4.73.4';

/**
* The version of the JavaScript dependency Meilisearch.
Expand All @@ -56,7 +56,7 @@ class Rotaract_Appointments_Admin {
* @access private
* @var string $instant_meilisearch_version The current version of Meilisearch.
*/
private string $instant_meilisearch_version = '0.13.6';
private string $instant_meilisearch_version = '0.19.2';

/**
* Initialize the class and set its properties.
Expand Down
6 changes: 3 additions & 3 deletions public/class-rotaract-appointments-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Rotaract_Appointments_Public {
* @access private
* @var string $fullcalendar_version The current version of fullcalendar.
*/
private string $fullcalendar_version = '6.1.9';
private string $fullcalendar_version = '6.1.15';

/**
* The version of ical.js.
Expand All @@ -58,7 +58,7 @@ class Rotaract_Appointments_Public {
* @access private
* @var string $icaljs_version The current version of ical.js.
*/
private string $icaljs_version = '1.5.0';
private string $icaljs_version = '2.0.1';

/**
* The version of tippy.js
Expand All @@ -76,7 +76,7 @@ class Rotaract_Appointments_Public {
* @access private
* @var string $marked_version The current version of marked.js.
*/
private string $marked_version = '10.0.0';
private string $marked_version = '14.0.0';

/**
* The shortcode Arguments.
Expand Down

0 comments on commit 15d9a18

Please sign in to comment.