Plugin Directory

Changeset 410434


Ignore:
Timestamp:
07/15/2011 08:17:27 PM (15 years ago)
Author:
pkgw
Message:

Preparation for version 1.2

  • Bump the version number in the main PHP file
  • Doc tweaks
  • Set infourl of MCE plugin to WP plugin page
Location:
wysiwyg-inline-code-command/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wysiwyg-inline-code-command/trunk/readme.txt

    r410421 r410434  
    1111== Description ==
    1212
    13 The WYSIWYG Inline Code Command plugin ("WICC") adds an "inline code"
     13The WYSIWYG Inline Code Command plugin adds an "inline code"
    1414command to the WYSIWYG (visual) post and page editor. It's just like
    1515the "Bold" or "Italics" commands, except that it makes your text look
     
    4848== Changelog ==
    4949
     50= 1.2 =
     51* Released ???
     52* Changes ???
     53
    5054= 1.1 =
    5155* Released on July 15, 2011.
  • wysiwyg-inline-code-command/trunk/wicc-mce-plugin.php

    r410390 r410434  
    4242        author : 'Peter Williams',
    4343        authorurl : 'http://newton.cx/~peter/',
    44         infourl : 'http://newton.cx/~peter/',
     44        infourl : 'http://wordpress.org/extend/plugins/wysiwyg-inline-code-command/',
    4545        version : tinymce.majorVersion + "." + tinymce.minorVersion
    4646        };
  • wysiwyg-inline-code-command/trunk/wysiwyg-inline-code-command.php

    r410422 r410434  
    44Plugin URI: http://wordpress.org/extend/plugins/wysiwyg-inline-code-command/
    55Description: Add a command to the visual editor to mark text as inline code
    6 Version: 1.1
     6Version: 1.2
    77Author: Peter Williams
    88Author URI: http://newton.cx/~peter/
Note: See TracChangeset for help on using the changeset viewer.