Changeset 5809
- Timestamp:
- 11/02/07 11:20:03 (6 years ago)
- Files:
-
- plugins/sfSugarCRMPlugin/trunk/CHANGELOG (modified) (1 diff)
- plugins/sfSugarCRMPlugin/trunk/README (modified) (1 diff)
- plugins/sfSugarCRMPlugin/trunk/package.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSugarCRMPlugin/trunk/CHANGELOG
r5808 r5809 1 Version 0.0.1 2 ------------- 1 === TRUNK === 3 2 4 Initial public release. 3 === 1.0.0 STABLE === 4 5 Rolled plugin up to stable; no issues reported to date. 6 7 === 0.1.0 BETA === 5 8 6 9 Implementation of the following WSDL methods: plugins/sfSugarCRMPlugin/trunk/README
r5808 r5809 27 27 ------------ 28 28 29 Move into your Symfony project directory and issue the following command: 29 For the time being, installation of the plugin is limited to SVN. Move into your Symfony project directory and issue the following 30 command. 30 31 31 `symfony plugin-install http://plugins.symfony-project.com/sfSugarCRMPlugin` 32 For latest version: 33 `svn export http://svn.symfony-project.com/plugins/sfSugarCRMPlugin/trunk/ ./plugins/sfSugarCRMPlugin` 32 34 33 Alternatively, you can install the plugin via SVN. Move into your Symfony project directory and issue the following 34 command: 35 36 `svn co http://svn.symfony-project.com/plugins/sfSugarCRMPlugin/ ./plugins/sfSugarCRMPlugin` 35 For the latest stable (tagged) version: 36 `svn export http://svn.symfony-project.com/plugins/sfSugarCRMPlugin/tags/RELEASE_1_0_0/ ./plugins/sfSugarCRMPlugin` 37 37 38 38 Once the plugin is installed, simply clear your cache in order to autoload the new classes: 39 39 40 40 `symfony cc` 41 42 You're done! 41 43 42 44 Usage plugins/sfSugarCRMPlugin/trunk/package.xml
r5808 r5809 14 14 <time>15:23:00</time> 15 15 <version> 16 <release> 0.1.0</release>17 <api>0. 1.0</api>16 <release>1.0.0</release> 17 <api>0.6.0</api> 18 18 </version> 19 19 <stability> 20 <release> beta</release>20 <release>stable</release> 21 21 <api>beta</api> 22 22 </stability>