MooPlug Changelog


Back to MooPlug


  • - MooPlug 0.4.9 - 24th July 2010
    • Added new function:
      • Moo_Shell – Runs shell commands.
    • Added additional Hotkeys to Moo_HotkeyAdd
    • Fixed possible crash in Moo_ZipExtract.
    • Fixed Moo_FTPUpload not showing Progress Dialog.
    • Fixed bug in Moo_FTPUpload when overwriting a file.
    • Fixed bug in Moo_FolderCopy only working intermittently.
    • General code optimisations and fixes.
    • Updated Documentation.
  • + MooPlug 0.4.8 - 18th March 2009
    • Added new functions:
      • Moo_FolderDelete – Deletes a folder.
      • Moo_FolderMove – Moves a folder.
      • Moo_FolderCopy – Copies a folder.
      • Moo_Hash – Creates a hash of a file or string.
      • Moo_HotkeyRemove – Removes a set hotkey.
    • Added two new items to Moo_FileInfo
      • # Modified Date
      • # Created Date
    • Added support for specifying port in Moo_FTPDownload and Moo_FTPUpload eg “server.com:21”
    • Changed Moo_FolderCreate to add support for creating nested folder strucures in one call, eg “C:\moo\fish\cheese\badger”
    • Added a second parameter to Moo_DownloadFile to Moo_DownloadFile( sRemoteURL ; sLocalPath ) to specify the path to download to, where sLocalPath can be:
      • A full path: C:\folder\sub-folder\filename.moo
      • A filename: test.foo (test.foo will be saved to the Temp folder as before)
      • A folder path: C:\folder\sub-folder\ (will use the filename from sRemoteURL and save to specified folder.
    • Fixed bug in Moo_DialogFile causing the dialog not to show unless sDefault was set
    • Changes in Moo_ZipCompress
      • Added support for password protecting zip archives.
      • Fixed a bug with adding files with a file pattern.
    • Fixed errors when using Moo_FileInfo on a file without version information.
    • Added Progress Bar support to Moo_FileCopy
    • General code optimisations and fixes.
    • Updated Documentation.
  • + MooPlug 0.4.7 - 22nd September 2008
    • Added new functions:
      • Moo_FileInfo – Gets information about files:
        • # Size
        • # Version
      • Moo_HotkeyAdd – Add hotkeys to run scripts.      (Bug 6)
      • Moo_HotkeyList – Lists registered hotkeys.
      • Moo_ProgressOptions – Sets title, caption and cancel button options.
      • Moo_ProcessKill- Terminate a process.      (Bug 11)
    • Fixed invalid response in Moo_PrinterDefault when parameter was empty.
    • Made all functions that accept file/folder inputs work with relative paths.
    • Adding Progress Dialogs to all Download / Upload functions.
    • Fixed support for Get(FileMakerPath) in Moo_ZipCompress.
    • Convert FileMaker carriage returns to CrLf in Moo_FileWrite.       (Bug 12)
    • Fixed invalid responses from Moo_ErrorDetail.
    • Fixed missing Moo_FileWrite entries from Moo_ErrorDetail.
    • Fixed bug with Moo_FileCopy ignoring the overwrite flag.      (Bug 7)
    • Added bOverwrite to Moo_FTPUploadto optionally delete existing files on upload.
    • General code optimisations and fixes.
    • Updated Documentation.
  • + MooPlug 0.4.6 - 11th March 2008
    • Added new functions:
      • Moo_PrinterDefault – (Note: doesn’t effect FileMaker printing.)
      • Moo_PrinterList
    • Fixed Moo_DialogColour – bFull wasn’t working.
    • Moo_DialogColour, Moo_DialogFile and Moo_DialogFolder are now all shown modal to FileMaker.
    • Fixed possible crashes in Moo_FolderList, Moo_ProcessList and Moo_ZipList.
    • Fixed missing return value from Moo_FolderExists.
    • Changed Moo_FileCreate to Moo_FileWrite.
    • Moo_ZipCompress changes:
      • Now supports the zipping of folders.
      • An output file can now be specified as 2nd parameter.
      • Input file filters are supported, eg *.txt
      • Boolean 4th Parameter bFolderName added, when set to false files added from folders get added to the root of the zip file.
      • Files can be overwritten in a zip file. bOverwrite now means wether internal files in the zip are overwritten, not the zip file itself.
    • Numerous small fixes and optimisations.
    • Updated Documentation.
  • + MooPlug 0.4.5 - 27th January 2008
    • Added new functions:
      • Moo_DialogColour
      • Moo_ErrorDetail
      • Moo_FTPDownload
      • Moo_ZipList
    • Updated Documentation.
  • + MooPlug 0.4.4 - 21st January 2008
    • Updated ZIP library code.
    • Updated Moo_ZipExtract to support Overwrite if files already exist.
    • Updated Moo_FileCopy and Moo_FileMove to support Overwrite if files already exist.
    • Fixed Moo_ProcessCount
    • Fixed Moo_FTPUpload so it actually works more than once per session.
    • Added parameters to Moo_DialogFile and Moo_DialogFolder
    • Documentation finally released.
  • + MooPlug 0.4.3 - 1st October 2007

    Small bug fix

  • + MooPlug 0.4.2 - 24th August 2007
    • Added new functions:
      • Moo_ProcessList
      • Moo_ProcessCount
      • Moo_ProcessRunning
    • Small bug fixes.
  • + MooPlug 0.4.1 - 5th March 2007
    • Updated Updated ZIP library code to latest Version.
    • Added new function:
      • Moo_FolderList
  • + MooPlug 0.4 - 9th February 2007

    Initial public release.