Skip to content
Snippets Groups Projects
Commit 909b23ad authored by agata's avatar agata
Browse files

[auto] plugin: squat-radar-calendar-integration 2.0.6

parent da2f6752
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ class Squat_Radar_Widget extends WP_Widget { ...@@ -317,7 +317,7 @@ class Squat_Radar_Widget extends WP_Widget {
$checked = checked( $use_cron, TRUE, FALSE ); $checked = checked( $use_cron, TRUE, FALSE );
echo "<input type=\"checkbox\" class=\"checkbox\" id=\"$field_id\" name=\"$field_name\"$checked />"; echo "<input type=\"checkbox\" class=\"checkbox\" id=\"$field_id\" name=\"$field_name\"$checked />";
echo "<label for=\"$field_id\">$field_label</label><br />"; echo "<label for=\"$field_id\">$field_label</label><br />";
echo '<div class="description">' . __('Experimental. Do not use AJAX, but always display the cached version of the events. Update the cache after the expiry length using cron. Works best if you have a regular external cronjob running.') . '</div>'; echo '<div class="description">' . __('Do not use AJAX, but always display the cached version of the events. Update the cache after the expiry length using cron. Works best if you have a regular external cronjob running.') . '</div>';
echo '</fieldset>'; echo '</fieldset>';
......
=== squat-radar === === squat-radar ===
Tags: calendar,events Tags: calendar,events
Requires at least: 4.0 Requires at least: 4.0
Tested up to: 5.2 Tested up to: 5.4
Requires PHP: 5.4.0 Requires PHP: 5.4.0
Stable tag: 2.0.5 Stable tag: 2.0.6
License: GPLv2 or later License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* Plugin Name: Squat Radar calendar integration * Plugin Name: Squat Radar calendar integration
* Plugin URI: https://0xacab.org/radar/radar-wp * Plugin URI: https://0xacab.org/radar/radar-wp
* Description: Provides widget, and shortcode, integration for displaying events from https://radar.squat.net/ agenda. * Description: Provides widget, and shortcode, integration for displaying events from https://radar.squat.net/ agenda.
* Version: 2.0.5 * Version: 2.0.6
* Author: Radar contributors * Author: Radar contributors
* License: GPL-2.0+ * License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment