= Upgrade Instructions from 7.3.3 to 7.3.4 = == Step 0 == '''Back up your current Dolphin files, folders and database.''' '''NOTE''': This upgrade will work with official Dolphin 7.3.3 version ONLY. If you applied some fixes to your Dolphin 7.3.3 then this patch should work in most cases, but there are some fixes that may cause conflict. == Step 1 == Download and extract the patch [http://get.boonex.com/Dolphin-Patch-v.7.3.4 Dolphin-Patch-v.7.3.4] and upload its files to your current installation, replacing all old files. '''Make sure that old files were REALLY replaced - site can become nonfunctional at all if old files are still in place.''' == Step 2 == Remove the '''''upgrade/.htaccess''''' file via FTP or SSH. '''Make sure that you removed .htaccess file from "upgrade" directory! Do not remove .htaccess file from Dolphin root folder, it will make almost all links on the site not working.''' '''NOTE''': You may need to change your FTP client settings to show hidden files to see the '''''.htaccess''''' file in your FTP manager. == Step 3 == Open the following URL in your favorite browser: {{{ http://your-domain.com/path-to-dolphin/upgrade/ }}} ''Replace '''your-domain.com''' and '''path-to-dolphin''' with your real values.'' Apply all available updates. The script detects suitable updates automatically. == Step 4 == Please follow and read all automatically completed steps of the upgrade script, paying special attention to the last step. The last step of this upgrade is '''IMPORTANT'''. You will be given special instructions by the script which you will have to do '''MANUALLY'''. == Step 5 == Delete the following files and folders manually via FTP or SSH: {{{ plugins/facebook-php-sdk/.scrutinizer.yml plugins/facebook-php-sdk/.travis.yml plugins/facebook-php-sdk/CHANGELOG.md plugins/facebook-php-sdk/CONTRIBUTING.md plugins/facebook-php-sdk/phpunit.xml.dist plugins/facebook-php-sdk/README.md }}} Here is ready script to run in SSH: {{{ rm -rf plugins/facebook-php-sdk/.scrutinizer.yml plugins/facebook-php-sdk/.travis.yml plugins/facebook-php-sdk/CHANGELOG.md plugins/facebook-php-sdk/CONTRIBUTING.md plugins/facebook-php-sdk/phpunit.xml.dist plugins/facebook-php-sdk/README.md }}} == Step 6 == Report any occurrence of bugs in [http://www.boonex.com/forums/forum/Technical-0.htm this forum].