Plugin Directory

Changeset 639313


Ignore:
Timestamp:
12/14/2012 05:40:22 PM (13 years ago)
Author:
daxitude
Message:

change HTML tab to 'Text' for WPv3.5. set minHeight for HTML/Text editor. Version bump to 0.7.1

Location:
ace-editor-for-wp
Files:
4 added
2 deleted
7 edited
3 copied

Legend:

Unmodified
Added
Removed
  • ace-editor-for-wp

    • Property svn:ignore set to
      .git
      .gitignore
      grunt.js
      readme.md
      tests
  • ace-editor-for-wp/tags/0.5

    • Property svn:ignore set to
      .git
      .gitignore
      grunt.js
      readme.md
      tests
  • ace-editor-for-wp/tags/0.6

    • Property svn:ignore set to
      .git
      .gitignore
      grunt.js
      readme.md
      tests
  • ace-editor-for-wp/tags/0.7

    • Property svn:ignore set to
      .git
      .gitignore
      grunt.js
      readme.md
      tests
  • ace-editor-for-wp/tags/0.7.1

    • Property svn:ignore set to
      .git
      .gitignore
      grunt.js
      readme.md
      tests
  • ace-editor-for-wp/tags/0.7.1/ace4wp.php

    r609296 r639313  
    33Plugin Name: ACE Editor for WP
    44Description: Adds ACE Editor to the post content editor for syntax-highlighting and more
    5 Version: 0.7
     5Version: 0.7.1
    66Author: daxitude
    77Author URI: http://github.com/daxitude/
     
    3737        wp_enqueue_script( 'acejs' );
    3838       
    39         wp_register_script( 'aceinit', plugins_url( 'aceinit.js', __FILE__ ), array('acejs'), '1.0', 'true' );
     39        wp_register_script( 'aceinit', plugins_url( 'aceinit.min.js', __FILE__ ), array('acejs'), '1.1', 'true' );
    4040        wp_enqueue_script( 'aceinit' );
    4141    }
  • ace-editor-for-wp/tags/0.7.1/readme.txt

    r609296 r639313  
    33Tags: admin, code, editor, syntax
    44Requires at least: 3.4
    5 Tested up to: 3.4.2
    6 Stable tag: 0.7
     5Tested up to: 3.5
     6Stable tag: 0.7.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • ace-editor-for-wp/trunk

    • Property svn:ignore set to
      .git
      .gitignore
      grunt.js
      readme.md
      tests
  • ace-editor-for-wp/trunk/ace4wp.php

    r609296 r639313  
    33Plugin Name: ACE Editor for WP
    44Description: Adds ACE Editor to the post content editor for syntax-highlighting and more
    5 Version: 0.7
     5Version: 0.7.1
    66Author: daxitude
    77Author URI: http://github.com/daxitude/
     
    3737        wp_enqueue_script( 'acejs' );
    3838       
    39         wp_register_script( 'aceinit', plugins_url( 'aceinit.js', __FILE__ ), array('acejs'), '1.0', 'true' );
     39        wp_register_script( 'aceinit', plugins_url( 'aceinit.min.js', __FILE__ ), array('acejs'), '1.1', 'true' );
    4040        wp_enqueue_script( 'aceinit' );
    4141    }
  • ace-editor-for-wp/trunk/readme.txt

    r609296 r639313  
    33Tags: admin, code, editor, syntax
    44Requires at least: 3.4
    5 Tested up to: 3.4.2
    6 Stable tag: 0.7
     5Tested up to: 3.5
     6Stable tag: 0.7.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.