Plugin Directory

Changeset 545116


Ignore:
Timestamp:
05/16/2012 08:32:37 PM (14 years ago)
Author:
keyvan
Message:

Included latest version of Processing.js (1.3.6)

Location:
processingjs/trunk
Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • processingjs/trunk/processing-js.php

    r340369 r545116  
    66Description: 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.
    77Author: Keyvan Minoukadeh
    8 Version: 1.0
     8Version: 1.1
    99Author URI: http://www.keyvan.net/
    1010*/
    1111
    1212/*
    13 Copyright 2011 Keyvan Minoukadeh
     13Copyright 2012 Keyvan Minoukadeh
    1414
    1515This program is free software: you can redistribute it and/or modify
     
    3030add_action('init', 'pjs_init');
    3131function 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');
    3333    wp_enqueue_script('processing-init', plugin_dir_url(__FILE__) .'js/init.js', array('jquery'));
    3434}
  • processingjs/trunk/readme.txt

    r340369 r545116  
    44Tags: processing, processing js, processingjs, animation, embed, sketch
    55Requires at least: 2.8
    6 Tested up to: 3.0.4
    7 Stable tag: 1.0
     6Tested up to: 3.3.2
     7Stable tag: 1.1
    88
    9 A plugin for WordPress to make it easy to include Processing JS sketches into blog posts.
     9A plugin for WordPress to make it easy to include Processing.js sketches into blog posts.
    1010
    1111== Description ==
    1212
    13 A plugin for WordPress to make it easy to include Processing JS sketches into blog posts.
     13A plugin for WordPress to make it easy to include [Processing.js](http://processingjs.org/) sketches into blog posts.
    1414
    1515Visit [the plugin page](http://www.keyvan.net/code/processing-js/) for more information.
     
    3030= Which browsers support Processing JS? =
    3131
    32 Processing.js runs in Firefox, Safari, Opera and Chrome
     32Processing.js runs in Chrome, Firefox, Safari, Opera and IE9
     33
     34= I don't see my sketch running when I click 'Preview' =
     35
     36This happens due to security measures implemented in some browsers - preventing code that is submitted from being executed on the very next page.
     37
     38If this happens, you can refresh the preview page in your browser and your sketch should load.
    3339
    3440== Screenshots ==
     
    3844== Changelog ==
    3945
     46= 1.1 =
     47* Updated to use ProcessingJS 1.3.6
     48
    4049= 1.0 =
    4150* 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.