Plugin Directory

Changeset 1098278


Ignore:
Timestamp:
02/24/2015 04:55:16 PM (11 years ago)
Author:
rewish
Message:

WP Emmet 0.3.4 Released

Location:
wp-emmet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-emmet/trunk/assets/js/codemirror/adapter.js

    r1054005 r1098278  
    133133
    134134  // Resizable TextEditor
    135   if (window.wp && wp.autosave) {
     135  if ($('.quicktags-toolbar').length) {
    136136    CodeMirror.fromTextArea_without_wp_emmet = CodeMirror.fromTextArea;
    137137    CodeMirror.fromTextArea = function(textarea, options) {
  • wp-emmet/trunk/readme.txt

    r1043193 r1098278  
    2727
    2828== Changelog ==
     29
     30= 0.3.4 =
     31* Fix a broken editor in the edit comment page
     32
     33= 0.3.3 =
     34* Bug fix for iOS
    2935
    3036= 0.3.2 =
  • wp-emmet/trunk/wp-emmet.php

    r1054005 r1098278  
    44Plugin URI: https://github.com/rewish/wp-emmet
    55Description: Emmet (ex-Zen Coding) for WordPress.
    6 Version: 0.3.3
     6Version: 0.3.4
    77Author: rewish
    88Author URI: https://github.com/rewish
Note: See TracChangeset for help on using the changeset viewer.