Changeset 3107370
- Timestamp:
- 06/25/2024 10:28:28 AM (22 months ago)
- Location:
- guestchat-bot
- Files:
-
- 3 edited
- 2 copied
-
tags/1.0.5 (copied) (copied from guestchat-bot/trunk)
-
tags/1.0.5/guestchat.php (modified) (2 diffs)
-
tags/1.0.5/readme.txt (copied) (copied from guestchat-bot/trunk/readme.txt) (1 diff)
-
trunk/guestchat.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
guestchat-bot/tags/1.0.5/guestchat.php
r2484107 r3107370 4 4 Description: Activate the Guestchat Bot on your wordpress site 5 5 Author: Guestchat 6 Version: 1. 06 Version: 1.1 7 7 */ 8 8 … … 38 38 if ($show_everywhere) { 39 39 add_filter('the_content', 'guestchat_add_all_pages'); 40 } else { // Shortcode selected41 add_shortcode('guestchat-bot', 'guestchat_showbot_shortcode');42 }40 } 41 add_shortcode('guestchat-bot', 'guestchat_showbot_shortcode'); 42 43 43 44 44 } -
guestchat-bot/tags/1.0.5/readme.txt
r2902187 r3107370 3 3 Tags: hotel, bot, guestchat, 4 4 Requires at least: 4.7 5 Tested up to: 6. 26 Stable tag: 1.0. 45 Tested up to: 6.5 6 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
guestchat-bot/trunk/guestchat.php
r2484107 r3107370 4 4 Description: Activate the Guestchat Bot on your wordpress site 5 5 Author: Guestchat 6 Version: 1. 06 Version: 1.1 7 7 */ 8 8 … … 38 38 if ($show_everywhere) { 39 39 add_filter('the_content', 'guestchat_add_all_pages'); 40 } else { // Shortcode selected41 add_shortcode('guestchat-bot', 'guestchat_showbot_shortcode');42 }40 } 41 add_shortcode('guestchat-bot', 'guestchat_showbot_shortcode'); 42 43 43 44 44 } -
guestchat-bot/trunk/readme.txt
r2902187 r3107370 3 3 Tags: hotel, bot, guestchat, 4 4 Requires at least: 4.7 5 Tested up to: 6. 26 Stable tag: 1.0. 45 Tested up to: 6.5 6 Stable tag: 1.0.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.