Plugin Directory

Changeset 560676


Ignore:
Timestamp:
06/19/2012 05:32:28 PM (14 years ago)
Author:
pkgw
Message:

Release 1.4 for WP 3.4

Location:
wysiwyg-inline-code-command/trunk
Files:
3 edited

Legend:

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

    r477170 r560676  
    33Tags: editor, wysiwyg, code, plugin, visual, inline code, code tag, code button, tinymce, custom button, button
    44Requires at least: 3.0
    5 Tested up to: 3.3
    6 Stable tag: 1.3
     5Tested up to: 3.4
     6Stable tag: 1.4
     7License: GPLv2
    78
    89Adds a button and keybinding to the WYSIWYG (visual) editor to mark
     
    5051== Changelog ==
    5152
     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
    5258= 1.3 =
    5359* Released on December 18, 2011.
  • wysiwyg-inline-code-command/trunk/wicc-mce-plugin.php

    r410434 r560676  
    11<?php
    22/*
    3     Copyright 2011 Peter Williams (email: peter@newton.cx)
     3    Copyright 2011, 2012 Peter Williams (email: peter@newton.cx)
    44
    55    This program is free software; you can redistribute it and/or modify
  • wysiwyg-inline-code-command/trunk/wysiwyg-inline-code-command.php

    r477170 r560676  
    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.3
     6Version: 1.4
    77Author: Peter Williams
    88Author URI: http://newton.cx/~peter/
    99License: GPL2
    1010
    11     Copyright 2011 Peter Williams (email: peter@newton.cx)
     11    Copyright 2011, 2012 Peter Williams (email: peter@newton.cx)
    1212
    1313    This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.