Changeset 545116
- Timestamp:
- 05/16/2012 08:32:37 PM (14 years ago)
- Location:
- processingjs/trunk
- Files:
-
- 1 added
- 2 deleted
- 2 edited
-
js/processing-1.0.0.js (deleted)
-
js/processing-1.0.0.min.js (deleted)
-
js/processing.min.js (added)
-
processing-js.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
processingjs/trunk/processing-js.php
r340369 r545116 6 6 Description: Embed Processing sketches into your posts. Go into HTML mode when editing posts and use the 'processing' button to insert a template. See <a href="http://processingjs.org/">processingjs.org</a> for more information. 7 7 Author: Keyvan Minoukadeh 8 Version: 1. 08 Version: 1.1 9 9 Author URI: http://www.keyvan.net/ 10 10 */ 11 11 12 12 /* 13 Copyright 201 1Keyvan Minoukadeh13 Copyright 2012 Keyvan Minoukadeh 14 14 15 15 This program is free software: you can redistribute it and/or modify … … 30 30 add_action('init', 'pjs_init'); 31 31 function pjs_init() { 32 wp_enqueue_script('processing-js', plugin_dir_url(__FILE__) . 'js/processing -1.0.0.min.js');32 wp_enqueue_script('processing-js', plugin_dir_url(__FILE__) . 'js/processing.min.js'); 33 33 wp_enqueue_script('processing-init', plugin_dir_url(__FILE__) .'js/init.js', array('jquery')); 34 34 } -
processingjs/trunk/readme.txt
r340369 r545116 4 4 Tags: processing, processing js, processingjs, animation, embed, sketch 5 5 Requires at least: 2.8 6 Tested up to: 3. 0.47 Stable tag: 1. 06 Tested up to: 3.3.2 7 Stable tag: 1.1 8 8 9 A plugin for WordPress to make it easy to include Processing JSsketches into blog posts.9 A plugin for WordPress to make it easy to include Processing.js sketches into blog posts. 10 10 11 11 == Description == 12 12 13 A plugin for WordPress to make it easy to include Processing JSsketches into blog posts.13 A plugin for WordPress to make it easy to include [Processing.js](http://processingjs.org/) sketches into blog posts. 14 14 15 15 Visit [the plugin page](http://www.keyvan.net/code/processing-js/) for more information. … … 30 30 = Which browsers support Processing JS? = 31 31 32 Processing.js runs in Firefox, Safari, Opera and Chrome 32 Processing.js runs in Chrome, Firefox, Safari, Opera and IE9 33 34 = I don't see my sketch running when I click 'Preview' = 35 36 This happens due to security measures implemented in some browsers - preventing code that is submitted from being executed on the very next page. 37 38 If this happens, you can refresh the preview page in your browser and your sketch should load. 33 39 34 40 == Screenshots == … … 38 44 == Changelog == 39 45 46 = 1.1 = 47 * Updated to use ProcessingJS 1.3.6 48 40 49 = 1.0 = 41 50 * Updated to use ProcessingJS 1.0 - thanks to digitalawakening: http://wordpress.org/support/topic/plugin-processing-js-updating-to-processingjs-10
Note: See TracChangeset
for help on using the changeset viewer.