Changeset 1961859
- Timestamp:
- 10/24/2018 08:43:10 AM (7 years ago)
- Location:
- userpilot
- Files:
-
- 5 edited
- 2 copied
-
tags/1.1.1 (copied) (copied from userpilot/trunk)
-
tags/1.1.1/includes/widget.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
tags/1.1.1/userpilot.php (copied) (copied from userpilot/trunk/userpilot.php) (1 diff)
-
trunk/includes/widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/userpilot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
userpilot/tags/1.1.1/includes/widget.php
r1961821 r1961859 5 5 if(is_admin()) 6 6 { 7 add_action(' wp_loaded', 'install_userpilot');7 add_action('in_admin_footer', 'install_userpilot'); 8 8 }else{ 9 9 add_action('wp_footer', 'install_userpilot'); -
userpilot/tags/1.1.1/readme.txt
r1961844 r1961859 4 4 Requires at least: 3.4 5 5 Tested up to: 4.9.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
userpilot/tags/1.1.1/userpilot.php
r1961851 r1961859 2 2 /* 3 3 * Plugin Name: Userpilot 4 * Version: 1.1 4 * Version: 1.1.1 5 5 * Description: Product Experience Software. 6 6 * Author: userpilot -
userpilot/trunk/includes/widget.php
r1961821 r1961859 5 5 if(is_admin()) 6 6 { 7 add_action(' wp_loaded', 'install_userpilot');7 add_action('in_admin_footer', 'install_userpilot'); 8 8 }else{ 9 9 add_action('wp_footer', 'install_userpilot'); -
userpilot/trunk/readme.txt
r1961844 r1961859 4 4 Requires at least: 3.4 5 5 Tested up to: 4.9.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
userpilot/trunk/userpilot.php
r1961851 r1961859 2 2 /* 3 3 * Plugin Name: Userpilot 4 * Version: 1.1 4 * Version: 1.1.1 5 5 * Description: Product Experience Software. 6 6 * Author: userpilot
Note: See TracChangeset
for help on using the changeset viewer.