ChangeLog 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. ==== Divalign2 for DokuWiki Changelog ====
  2. 2020-06-11 Luis Machuca Bezzaza <lambalicious [at] tuta [dot] io>
  3. * Migrated over from Github to Notabug.
  4. * Experimental: fix action component signatures for PHP >= 7.4 / DW >= Hogfather.
  5. * Experimental: support Renderer plugins: plugin:s5, plugin:purplenumbers .
  6. 2019-11-22 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  7. * Pre-release version 4.0rc1.
  8. * Updated with PR #2 by LarsGit223 (ODT support).
  9. * Updated with PR #3 by wigyori (PHP 7.x conformance).
  10. 2013-08-12 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  11. * **BETA VERSION**.
  12. * Added info.txt .
  13. * Uploaded into a repository.
  14. * Factored common code into a _divalign2_common class.
  15. * Refactored syntax classes to inherit from common class.
  16. * Temporarily disabled ODT compatibility.
  17. * Changed the plugin type from container to formatting.
  18. * Changed the paragraph typing from stack to block (hopefully temporarily).
  19. * Removed support for aligning multiple paragraphs in one go.
  20. * Temporarily removing para-stack fixes for <= Lemming.
  21. 2010-11-11 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  22. * Version: 2.3
  23. * Syntax: updated for 'stack' PType fix in Anteater release
  24. (see http://github.com/splitbrain/dokuwiki/commit/f4daa9a18d9c09a1bac0696d92e2bceef8a6800f)
  25. and conditional fix for pre-Anteater releases.
  26. * syntax/: fixed missing calls to ::getPType() and ::getAllowedTypes()
  27. in all syntax mode files.
  28. * action.php: Added file with conditional stack-view fix.
  29. * images/: new toolbar icons by faraday <weichei01 [at] gmx [dot] net>.
  30. * print.css: Added file for print-view stylesheet.
  31. * ODT: compatibility is temporarily removed.
  32. * All php files: tidying PHP code.
  33. * ChangeLog: file added.
  34. 2010-10-09 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  35. * Plugin and demo moved to new location, references fixed.
  36. 2010-03-30 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  37. * Version: 2.2
  38. * ODT: slightly better compatibility with the renderer
  39. (but see notes in web page).
  40. * All php files: code has been refactored.
  41. * common.php: all common functions have been moved here.
  42. * print.css: Added file with CSS for print view.
  43. * script.js: corrections to the toolbar as per discussion.
  44. 2009-08-14 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  45. * Version: 2.0
  46. * Text: compatibility with text renderer.
  47. * ODT: partial compatibility with renderer.
  48. * style.css: fixed a mistake that prevented justify styling from working.
  49. * script.js: Added file with initial toolbar support (via picker).
  50. * images/: images for toolbar.
  51. 2009-04-17 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  52. * syntax/justify.php: Added file with justified syntax mode.
  53. 2009-02-11 Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
  54. * Version: 1.0
  55. * syntax/: Left, Right and Center alignment syntax modes.
  56. * Forked from plugin:divalign by Jason Byrne.