Changeset 560676
- Timestamp:
- 06/19/2012 05:32:28 PM (14 years ago)
- Location:
- wysiwyg-inline-code-command/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
wicc-mce-plugin.php (modified) (1 diff)
-
wysiwyg-inline-code-command.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wysiwyg-inline-code-command/trunk/readme.txt
r477170 r560676 3 3 Tags: editor, wysiwyg, code, plugin, visual, inline code, code tag, code button, tinymce, custom button, button 4 4 Requires at least: 3.0 5 Tested up to: 3.3 6 Stable tag: 1.3 5 Tested up to: 3.4 6 Stable tag: 1.4 7 License: GPLv2 7 8 8 9 Adds a button and keybinding to the WYSIWYG (visual) editor to mark … … 50 51 == Changelog == 51 52 53 = 1.4 = 54 * Released on June 19, 2012. 55 * Mark that the license is GPLv2. 56 * No code changes; just update the readme about compatibility. 57 52 58 = 1.3 = 53 59 * Released on December 18, 2011. -
wysiwyg-inline-code-command/trunk/wicc-mce-plugin.php
r410434 r560676 1 1 <?php 2 2 /* 3 Copyright 2011 Peter Williams (email: peter@newton.cx)3 Copyright 2011, 2012 Peter Williams (email: peter@newton.cx) 4 4 5 5 This program is free software; you can redistribute it and/or modify -
wysiwyg-inline-code-command/trunk/wysiwyg-inline-code-command.php
r477170 r560676 4 4 Plugin URI: http://wordpress.org/extend/plugins/wysiwyg-inline-code-command/ 5 5 Description: Add a command to the visual editor to mark text as inline code 6 Version: 1. 36 Version: 1.4 7 7 Author: Peter Williams 8 8 Author URI: http://newton.cx/~peter/ 9 9 License: GPL2 10 10 11 Copyright 2011 Peter Williams (email: peter@newton.cx)11 Copyright 2011, 2012 Peter Williams (email: peter@newton.cx) 12 12 13 13 This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.