Plugin Directory

Changeset 1812181


Ignore:
Timestamp:
01/30/2018 07:20:32 PM (8 years ago)
Author:
eewee
Message:

1.13

  • Add CF RichText + Add message in content email notification
Location:
eewee-sellsy/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • eewee-sellsy/trunk/changelog

    r1798231 r1812181  
     1= 1.13 =
     2* Add CF RichText + Add message in content email notification
     3
    14= 1.12 =
    25* Add "assigned to", "probability" on opportunity and PHPUNIT
  • eewee-sellsy/trunk/controllers/ShortcodeController.php

    r1810823 r1812181  
    221221        public function contactSellsy($atts='')
    222222        {
    223 
    224223            // INIT
    225224            $id         = '';
     
    522521https://www.sellsy.fr/?_f=third&thirdid='.$response->response.'&thirdtype=prospect
    523522'.__('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']
    525525                            );
    526526                        }
  • eewee-sellsy/trunk/index.php

    r1810823 r1812181  
    44Plugin URI: http://www.eewee.fr
    55Description: Simple form for : add support ticket to Sellsy, add prospect to Sellsy.
    6 Version: 1.12
     6Version: 1.13
    77Author: Michael DUMONTET
    88Author URI: http://www.eewee.fr/wordpress/
     
    2121 */
    2222global $wpdb;
    23 define('EEWEE_VERSION', '1.12');
     23define('EEWEE_VERSION', '1.13');
    2424define('EEWEE_SELLSY_PLUGIN_DIR', WP_PLUGIN_DIR . '/' . dirname(plugin_basename(__FILE__)));
    2525define('EEWEE_SELLSY_PLUGIN_URL', WP_PLUGIN_URL . '/' . dirname(plugin_basename(__FILE__)));
  • eewee-sellsy/trunk/readme.txt

    r1798231 r1812181  
    5353
    5454== Changelog ==
     55= 1.13 =
     56* Add CF RichText + Add message in content email notification
    5557
    5658= 1.12 =
Note: See TracChangeset for help on using the changeset viewer.