Plugin Directory

Changeset 1798229


Ignore:
Timestamp:
01/06/2018 05:10:16 PM (8 years ago)
Author:
eewee
Message:

1.12

  • phpunit
Location:
eewee-sellsy/tags/1.12
Files:
12 added
8 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • eewee-sellsy/tags/1.12/changelog

    r1792772 r1798229  
    11= 1.12 =
    2 * Add "assigned to" and "probability" on opportunity
     2* Add "assigned to", "probability" on opportunity and PHPUNIT
    33
    44= 1.11 =
  • eewee-sellsy/tags/1.12/index.php

    r1796637 r1798229  
    8585
    8686// HELPERS
    87 require_once ( EEWEE_SELLSY_PLUGIN_DIR . '/helpers/FormHelper.php' );
     87require_once ( EEWEE_SELLSY_PLUGIN_DIR . '/helpers/FormHelpers.php' );
    8888require_once ( EEWEE_SELLSY_PLUGIN_DIR . '/helpers/dbUpdate.php' );
    8989
     
    9595
    9696// CONTROLLERS
    97 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/CookieController.php' );
    98 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/AjaxController.php' );
    99 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/InstallController.php' );
    100 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/ToolsController.php' );
    101 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/ShortcodeController.php' );
    102 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/AdminController.php' );
    103 require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/SellsyCustomFieldsController.php' );
     97require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/CookieControllers.php' );
     98require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/AjaxControllers.php' );
     99require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/InstallControllers.php' );
     100require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/ToolsControllers.php' );
     101require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/ShortcodeControllers.php' );
     102require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/AdminControllers.php' );
     103require_once( EEWEE_SELLSY_PLUGIN_DIR . '/controllers/SellsyCustomFieldsControllers.php' );
    104104
    105105use fr\eewee\eewee_sellsy\controllers;
  • eewee-sellsy/tags/1.12/readme.txt

    r1796637 r1798229  
    5555
    5656= 1.12 =
    57 * Add "assigned to" and "probability" on opportunity
     57* Add "assigned to", "probability" on opportunity and PHPUNIT
    5858
    5959= 1.11 =
Note: See TracChangeset for help on using the changeset viewer.