Development

Changeset 5809

You must first sign up to be able to contribute.

Changeset 5809

Show
Ignore:
Timestamp:
11/02/07 11:20:03 (6 years ago)
Author:
superhaggis
Message:

Updated CHANGELOG with release information.
Updated installation instructions.
Updated PEAR package metadata.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSugarCRMPlugin/trunk/CHANGELOG

    r5808 r5809  
    1 Version 0.0.1 
    2 ------------- 
     1=== TRUNK === 
    32 
    4 Initial public release. 
     3=== 1.0.0 STABLE === 
     4 
     5Rolled plugin up to stable; no issues reported to date. 
     6 
     7=== 0.1.0 BETA === 
    58 
    69Implementation of the following WSDL methods: 
  • plugins/sfSugarCRMPlugin/trunk/README

    r5808 r5809  
    2727------------ 
    2828 
    29 Move into your Symfony project directory and issue the following command: 
     29For the time being, installation of the plugin is limited to SVN.  Move into your Symfony project directory and issue the following  
     30command. 
    3031 
    31 `symfony plugin-install http://plugins.symfony-project.com/sfSugarCRMPlugin` 
     32For latest version: 
     33`svn export http://svn.symfony-project.com/plugins/sfSugarCRMPlugin/trunk/ ./plugins/sfSugarCRMPlugin` 
    3234 
    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` 
     35For the latest stable (tagged) version: 
     36`svn export http://svn.symfony-project.com/plugins/sfSugarCRMPlugin/tags/RELEASE_1_0_0/ ./plugins/sfSugarCRMPlugin` 
    3737 
    3838Once the plugin is installed, simply clear your cache in order to autoload the new classes: 
    3939 
    4040`symfony cc` 
     41 
     42You're done! 
    4143 
    4244Usage 
  • plugins/sfSugarCRMPlugin/trunk/package.xml

    r5808 r5809  
    1414 <time>15:23:00</time> 
    1515 <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> 
    1818 </version> 
    1919 <stability> 
    20   <release>beta</release> 
     20  <release>stable</release> 
    2121  <api>beta</api> 
    2222 </stability>