• Resolved crematorioponteaema

    (@crematorioponteaema)


    Dear support,
    We upgraded to the latest version (ver. 4.1.17) and found out that, when you add a new event inside the calendar, in the “title” field the letter ‘ is replaced with \’. This change actually represents a problem for us in the appointment registration workflow.
    If we restore the 4.1.06 version, the problem no longer occurs.

    Is there any solution to this problem?
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter crematorioponteaema

    (@crematorioponteaema)

    ping

    Thread Starter crematorioponteaema

    (@crematorioponteaema)

    Dear support, same problem with the new version 1.4.18. Can you please answer?

    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Please update to the version 1.4.19 to correct that.

    Thank you for the feedback!

    Thread Starter crematorioponteaema

    (@crematorioponteaema)

    Hi,

    same problem with the new version 1.4.19.

    Thanks

    Thread Starter crematorioponteaema

    (@crematorioponteaema)

    Hi,
    i modified this code (file cp-multi-view-calendar/php/datafeed.php – line 23) adding the wp_unslash function to CalendarTitle parameter

    $ret = addCalendar($calid, $this->get_param(“CalendarStartTime”), $this->get_param(“CalendarEndTime”), wp_unslash($this->get_param(“CalendarTitle”)), $this->get_param(“IsAllDayEvent”), wp_unslash(sanitize_text_field($this->get_param(“location”))));

    And now it works.

    Thread Starter crematorioponteaema

    (@crematorioponteaema)

    Hi,
    i modified this code (file cp-multi-view-calendar/php/datafeed.php – line 23) adding the wp_unslash function to CalendarTitle parameter

    $ret = addCalendar($calid, $this->get_param(“CalendarStartTime”), $this->get_param(“CalendarEndTime”), wp_unslash($this->get_param(“CalendarTitle”)), $this->get_param(“IsAllDayEvent”), wp_unslash(sanitize_text_field($this->get_param(“location”))));

    And now it works.

    Can you please update this change in a new version?

    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Update applied in the version 1.4.20

    Thank you for the feedback!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with letter ‘ in title field’ is closed to new replies.