Changeset 1812181
- Timestamp:
- 01/30/2018 07:20:32 PM (8 years ago)
- Location:
- eewee-sellsy/trunk
- Files:
-
- 1 added
- 4 edited
-
changelog (modified) (1 diff)
-
composer.lock (added)
-
controllers/ShortcodeController.php (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eewee-sellsy/trunk/changelog
r1798231 r1812181 1 = 1.13 = 2 * Add CF RichText + Add message in content email notification 3 1 4 = 1.12 = 2 5 * Add "assigned to", "probability" on opportunity and PHPUNIT -
eewee-sellsy/trunk/controllers/ShortcodeController.php
r1810823 r1812181 221 221 public function contactSellsy($atts='') 222 222 { 223 224 223 // INIT 225 224 $id = ''; … … 522 521 https://www.sellsy.fr/?_f=third&thirdid='.$response->response.'&thirdtype=prospect 523 522 '.__('Email', PLUGIN_NOM_LANG).' : '.$api_contact['email'].' 524 '.__('Name', PLUGIN_NOM_LANG).' : '.$api_contact['name'] 523 '.__('Name', PLUGIN_NOM_LANG).' : '.$api_contact['name'].' 524 '.__('Message', PLUGIN_NOM_LANG).' : '.$api_opportunity['stickyNote'] 525 525 ); 526 526 } -
eewee-sellsy/trunk/index.php
r1810823 r1812181 4 4 Plugin URI: http://www.eewee.fr 5 5 Description: Simple form for : add support ticket to Sellsy, add prospect to Sellsy. 6 Version: 1.1 26 Version: 1.13 7 7 Author: Michael DUMONTET 8 8 Author URI: http://www.eewee.fr/wordpress/ … … 21 21 */ 22 22 global $wpdb; 23 define('EEWEE_VERSION', '1.1 2');23 define('EEWEE_VERSION', '1.13'); 24 24 define('EEWEE_SELLSY_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname(plugin_basename(__FILE__))); 25 25 define('EEWEE_SELLSY_PLUGIN_URL', WP_PLUGIN_URL . '/' . dirname(plugin_basename(__FILE__))); -
eewee-sellsy/trunk/readme.txt
r1798231 r1812181 53 53 54 54 == Changelog == 55 = 1.13 = 56 * Add CF RichText + Add message in content email notification 55 57 56 58 = 1.12 =
Note: See TracChangeset
for help on using the changeset viewer.