Changeset 639313
- Timestamp:
- 12/14/2012 05:40:22 PM (13 years ago)
- Location:
- ace-editor-for-wp
- Files:
-
- 4 added
- 2 deleted
- 7 edited
- 3 copied
-
. (modified) (1 prop)
-
tags/0.5 (modified) (1 prop)
-
tags/0.6 (modified) (1 prop)
-
tags/0.7 (modified) (1 prop)
-
tags/0.7.1 (copied) (copied from ace-editor-for-wp/trunk) (1 prop)
-
tags/0.7.1/ace4wp.php (copied) (copied from ace-editor-for-wp/trunk/ace4wp.php) (2 diffs)
-
tags/0.7.1/aceinit.dev.js (added)
-
tags/0.7.1/aceinit.js (deleted)
-
tags/0.7.1/aceinit.min.js (added)
-
tags/0.7.1/readme.txt (copied) (copied from ace-editor-for-wp/trunk/readme.txt) (1 diff)
-
trunk (modified) (1 prop)
-
trunk/ace4wp.php (modified) (2 diffs)
-
trunk/aceinit.dev.js (added)
-
trunk/aceinit.js (deleted)
-
trunk/aceinit.min.js (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ace-editor-for-wp
-
Property
svn:ignore
set to
.git
.gitignore
grunt.js
readme.md
tests
-
Property
svn:ignore
set to
-
ace-editor-for-wp/tags/0.5
-
Property
svn:ignore
set to
.git
.gitignore
grunt.js
readme.md
tests
-
Property
svn:ignore
set to
-
ace-editor-for-wp/tags/0.6
-
Property
svn:ignore
set to
.git
.gitignore
grunt.js
readme.md
tests
-
Property
svn:ignore
set to
-
ace-editor-for-wp/tags/0.7
-
Property
svn:ignore
set to
.git
.gitignore
grunt.js
readme.md
tests
-
Property
svn:ignore
set to
-
ace-editor-for-wp/tags/0.7.1
-
Property
svn:ignore
set to
.git
.gitignore
grunt.js
readme.md
tests
-
Property
svn:ignore
set to
-
ace-editor-for-wp/tags/0.7.1/ace4wp.php
r609296 r639313 3 3 Plugin Name: ACE Editor for WP 4 4 Description: Adds ACE Editor to the post content editor for syntax-highlighting and more 5 Version: 0.7 5 Version: 0.7.1 6 6 Author: daxitude 7 7 Author URI: http://github.com/daxitude/ … … 37 37 wp_enqueue_script( 'acejs' ); 38 38 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' ); 40 40 wp_enqueue_script( 'aceinit' ); 41 41 } -
ace-editor-for-wp/tags/0.7.1/readme.txt
r609296 r639313 3 3 Tags: admin, code, editor, syntax 4 4 Requires at least: 3.4 5 Tested up to: 3. 4.26 Stable tag: 0.7 5 Tested up to: 3.5 6 Stable tag: 0.7.1 7 7 License: GPLv2 or later 8 8 License 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
-
Property
svn:ignore
set to
-
ace-editor-for-wp/trunk/ace4wp.php
r609296 r639313 3 3 Plugin Name: ACE Editor for WP 4 4 Description: Adds ACE Editor to the post content editor for syntax-highlighting and more 5 Version: 0.7 5 Version: 0.7.1 6 6 Author: daxitude 7 7 Author URI: http://github.com/daxitude/ … … 37 37 wp_enqueue_script( 'acejs' ); 38 38 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' ); 40 40 wp_enqueue_script( 'aceinit' ); 41 41 } -
ace-editor-for-wp/trunk/readme.txt
r609296 r639313 3 3 Tags: admin, code, editor, syntax 4 4 Requires at least: 3.4 5 Tested up to: 3. 4.26 Stable tag: 0.7 5 Tested up to: 3.5 6 Stable tag: 0.7.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.