Changeset 1984207
- Timestamp:
- 12/03/2018 05:13:57 AM (7 years ago)
- Location:
- elevio
- Files:
-
- 18 added
- 3 edited
-
assets/icon-128x128.png (modified) (previous)
-
trunk/elevio.php (modified) (1 diff)
-
trunk/plugin_files/Elevio.class.php (added)
-
trunk/plugin_files/ElevioAdmin.class.php (added)
-
trunk/plugin_files/ElevioSync.class.php (added)
-
trunk/plugin_files/css (added)
-
trunk/plugin_files/css/elevio.css (added)
-
trunk/plugin_files/helpers (added)
-
trunk/plugin_files/helpers/ChangesSavedHelper.class.php (added)
-
trunk/plugin_files/helpers/ElevioHelper.class.php (added)
-
trunk/plugin_files/helpers/SettingsHelper.class.php (added)
-
trunk/plugin_files/helpers/TrackingCodeHelper.class.php (added)
-
trunk/plugin_files/helpers/TrackingCodeInfoHelper.class.php (added)
-
trunk/plugin_files/images (added)
-
trunk/plugin_files/images/favicon.png (added)
-
trunk/plugin_files/images/logo.png (added)
-
trunk/plugin_files/models (added)
-
trunk/plugin_files/models/category.php (added)
-
trunk/plugin_files/models/post.php (added)
-
trunk/plugin_files/models/tag.php (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/elevio.php
r1581621 r1984207 6 6 Author: Elevio 7 7 Author URI: https://elev.io 8 Version: 4. 0.38 Version: 4.1.0 9 9 */ 10 11 function elevio_posts_tax_query($tax_query) { 12 return $tax_query; 13 } 10 14 11 15 if (is_admin()) -
elevio/trunk/readme.txt
r1581621 r1984207 2 2 Contributors: Elevio 3 3 Tags: zendesk, desk.com, uservoice, zopim, olark, snapengage, livechat, knowledge base, live chat, support, intercom, statuspage, freshdesk, intercom 4 Stable tag: 4. 0.34 Stable tag: 4.9.8 5 5 Requires at least: 2.8 6 Tested up to: 4. 4.26 Tested up to: 4.9.8 7 7 8 8 Elevio for WordPress plugin that integrates with your existing knowledge base, chat client, support system and more … … 51 51 == Changelog == 52 52 53 = 4.1.0 = 54 * Better support for using applying additional filters to elevio_posts_tax_query for categories 55 * Asset updates 56 53 57 = 4.0.3 = 54 58
Note: See TracChangeset
for help on using the changeset viewer.