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