Loading...

  1. v1.14.2iOS
    - PHP 8.0 Runtime is now included for free
    - Updated included Wordpress and its SQLite plugin
    - General bugfixes and improvements
  2. v1.14.1iOS
    Included Packages Update:
    
    Updated included WordPress to v6.5 and SQLite plugin to v2.1.9 to avoid an issue where the automatic WordPress update during setup would make it incompatible with the included SQLite plugin.
  3. v1.14iOS
    - New Runtimes for PHP 8.1 and PHP 8.2 (require one-time in-App purchase)
    - Source editor improvements
    
    - Fixes an issue where the source editor could loose its position when interacting with other parts of the interface
  4. v1.13.2iOS
    This version of DraftCode contains bugfixes.
    
    If you like DraftCode, please leave a review in the App Store, it really helps. Thank you.
  5. v1.13.1iOS
    - Bugfixes
  6. v1.13iOS
    This version includes several major changes and improvements. We hope you like them.
    If you like DraftCode and want to support it, please post a good review on the App Store.
    If you experience any issues, please get in touch with DraftCode support.
    
    NEW
    
    - Updated icon
    - Rewritten server component
      - Now uses the modern rendering engine used in Safari today (fixing many website compatibility issues)
      - PHP environment now available at http://127.0.0.1:8080 for other Apps on iPad (while DraftCode is running, for example in Split View together with another iOS browser).
    - Runtime for PHP 8 updated to 8.0.28
      - Changed default max_upload_filesize to 256M
      - Changed default post_max_size to 256M
    - WordPress updated to v6.1.1
    
    IMPROVEMENTS
    
    - SVG files are now editable as text
    - External keyboard improvements, including additional keyboard shortcuts
    
    BUGFIXES
    
    - Issues when using on an Apple Silicon Mac
    - Several other minor bugfixes and improvements
  7. v1.12.1iOS
    - Fixes a layout issue on iPhone
    - Improved workflow when creating new files
  8. v1.12iOS
    - Added support for selecting custom workspace folder
    - Bugfixes
  9. v1.11iOS
    - PHP 7.3 including GD is now the included default
    - Removed old PHP 5 and PHP 7.2 runtimes
    - Updated Composer package to latest version
    
    BUGFIXES
    - Fixes OpenSSL certificate verification issues by updating included root certificates
  10. v1.10iOS
    - New PHP 8.0.9 Runtime (requires In-App Purchase)
    
    Updated included PHP packages to support PHP 8:
    - WordPress (v5.8)(including SQLite plugin)
    - phpMyAdmin (v4.7)
    - phpSqliteAdmin (1.9.9 dev)
  11. v1.9.5iOS
    Thank you for your support. If you like DraftCode, please leave a review on the App Store, it really helps!
    If you can, please support DraftCode via the in App purchases too.
    
    NEW
    - New additional PHP 7.3 runtime available via in App purchase (same extensions than 7.2)
    - Included WordPress package has been updated to v5.4
    
    BUGFIXES
    - Custom HTTP request headers now reflected correctly (this fixes problems with PHP relying on custom headers from AJAX requests, like the WordPress block editor)
    - Fixes an issue with code error highlighting and PHP 7
  12. v1.9.4iOS
    Thank you for your support. If you like DraftCode, please leave a review on the App Store, it really helps!
    If you can, please make sure to get that PHP 7 runtime IAP too.
    Hope you are all ok out there. Don't let that virus get you down!
    
    New
    * JavaScript errors and JavaScript console.log messages visible in session inspector
    * Includes composer v1.8.4 as an installable package (requires PHP 7 runtime)
    
    PHP Runtime Improvements
    * PHP5 and PHP7 OpenSSL cert (path defined as openssl.cafile) is now accessible inside open_basedir
    * PHP7 increased memory limit
    
    Bugfixes
    * Fixes UI issues when using dark mode
    * Fixes an issue where PHP errors from previous session would not be cleared correctly
  13. v1.9.3iOS
    New in 1.9.3:
    
    - Fixes as issue with Kiosk mode
    
    New in 1.9.2:
    
    - Updated PHP 7 runtime (7.2.24), now also including calendar extension
    - Settings now allow increased maximum allowed font size up to 30px
    
    BUGFIXES
    - Fixes issue where video or audio would not play back automatically
    - Fixes issue where the onscreen keyboard could hide part of the source code view
    - Fixes issue where HTTP_USER_AGENT would not contain the correct value
  14. v1.9.2iOS
    - Updated PHP 7 runtime (7.2.24), now also including calendar extension
    - Settings now allow increased maximum allowed font size up to 30px
    
    BUGFIXES
    - Fixes issue where video or audio would not play back automatically
    - Fixes issue where the onscreen keyboard could hide part of the source code view
    - Fixes issue where HTTP_USER_AGENT would not contain the correct value
  15. v1.9.1iOS
    BUGFIXES
    - Fixes an issue with video playback of local files using video tags
  16. v1.9iOS
    New Features
    - Execute a PHP file as a script (by swiping right on a file) without timeout or web context
    - Run your PHP code fullscreen in "Kiosk mode"
    
    Runtime
    - PHP 7 updated to 7.2.12, added fileinfo extension
    - PHP 5 and 7: Raised file upload limit to 100M
    
    Bugfixes
    - Finally fixed an issue that prevented ThinkPHP (and possibly other projects) from running correctly
    - Fixed an issue with keyboard shortcuts
    - Several other improvements and bug fixes
    
    If you like DraftCode, please don't forget to leave a review in the AppStore. Thanks!
  17. v1.8.1iOS
    Code editor bugfixes
  18. v1.8iOS
    New:
    - File and Folder workflows now available as swipe actions:
        - Rename, share/export, zip, unzip
        - New: Duplicate
    
    - Code editor now supports syntax colouring for javascript and js files
    - Improved support for importing text that is not UTF-8 encoded.
    - Raw html output view supports syntax colouring
    
    Bugfixes and improvements:
    - General performance improvements
    - In-App purchases
    - File imports from other Apps
  19. v1.7.6iOS
    Code editor bugfixes
    - Fixing a rare crash
    - Improving preserving indentation
  20. v1.7.5iOS
    - PHP 7 now includes GD extension
    - New keyboard accessory, now also supporting iPhones
    - Editor improvements
  21. v1.7iOS
    - New additional PHP v7.2.2 runtime (requires in-app purchase)
    - Minor bugfixes
  22. v1.6.8iOS
    - iPhone X support
    - Syntax colouring improvements
  23. v1.6.7iOS
    NEW
    - DraftCode's workspace is now available in File Browser in iOS 11
    
    IMPROVEMENTS
    - Added support for (non standards conform) relative Location headers aka Location: some.php
    
    BUGFIXES
    - Fixes an issue with cookies generated in client space (javascript) not visible to PHP
    - Fixes an issue with cookies generated in PHP not visible in client space (javascript)
    - Fixes an issue with access to camera or photo library in preview browser crashing
  24. v1.6.6iOS
    - Added SSL support to Curl extension
    - Automatically disables smart quotes for the source editor in iOS 11
    
    If you like DraftCode, please consider rating it or posting a positive review. Thank you.
  25. v1.6.5iOS
    - added PHP curl extension
    
    Please help DraftCode by posting a review or rate this version in the App Store. It really helps, thanks!

Disclosure: Independent intel to help mobile builders succeed.

AI-powered analysis with editorial review, built from publicly available sources. Marlvel.ai is not affiliated with, endorsed by, or sponsored by DraftCode for PHP IDE, its developer, the app publisher, Apple, or Google Play. All trademarks, logos, and screenshots referenced remain the property of their respective owners.

Data licensed under CC-BY-NC 4.0