Changeset 680135
- Timestamp:
- 03/11/2013 11:32:15 PM (13 years ago)
- Location:
- global-javascript
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
global-javascript/tags/1.0/readme.txt
r680122 r680135 1 == = Global Javascript ===1 == Global Javascript == 2 2 3 Contributors: psmagicman (Julien Law), ctlt-dev, ubcdev3 Contributors: psmagicman, ctlt-dev, ubcdev 4 4 Donate link: 5 5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic 6 6 Requires at least: WordPress 3.5 and PHP 5.2.1 7 7 Tested up to: 3.5 8 Stable tag: 1.08 Stable tag: 9 9 License: GNU General Public License 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 A simple Javascript writing/editing tool 13 13 14 == = Acknowledgements ===14 == Acknowledgements == 15 15 16 16 This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com). 17 17 More info at http://code.google.com/p/minify/ 18 18 19 == = Description ===19 == Description == 20 20 21 21 Allows the user to create custom javascript for their Wordpress powered site on a global level. 22 22 The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes. 23 23 24 == = Installation ===24 == Installation == 25 25 26 26 1. Upload 'global-javascript' folder to the '/wp_content/plugins' directory. Or alternatively install through the WordPress admin dashboard. … … 29 29 4. Click on the link titled 'Custom JS' 30 30 31 == = Changelog ===31 == Changelog == 32 32 v.1.0 - release version 33 33 -
global-javascript/trunk/readme.txt
r680118 r680135 1 == = Global Javascript ===1 == Global Javascript == 2 2 3 Contributors: psmagicman (Julien Law), ctlt-dev, ubcdev3 Contributors: psmagicman, ctlt-dev, ubcdev 4 4 Donate link: 5 5 Tags: plugin, javascript, editor, ubc, appearance, global, js, dynamic 6 6 Requires at least: WordPress 3.5 and PHP 5.2.1 7 7 Tested up to: 3.5 8 Stable tag: 1.08 Stable tag: 9 9 License: GNU General Public License 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 12 12 A simple Javascript writing/editing tool 13 13 14 == = Acknowledgements ===14 == Acknowledgements == 15 15 16 16 This plugin uses the minify library package by Steve Clay (steve@mrclay.org) and Ryan Grove (ryan@wonko.com). 17 17 More info at http://code.google.com/p/minify/ 18 18 19 == = Description ===19 == Description == 20 20 21 21 Allows the user to create custom javascript for their Wordpress powered site on a global level. 22 22 The Javascript made by the user of the plugin will be loaded after any other Javascript that is used by other plugins and/or themes. 23 23 24 == = Installation ===24 == Installation == 25 25 26 26 1. Upload 'global-javascript' folder to the '/wp_content/plugins' directory. Or alternatively install through the WordPress admin dashboard. … … 29 29 4. Click on the link titled 'Custom JS' 30 30 31 == = Changelog ===31 == Changelog == 32 32 v.1.0 - release version 33 33
Note: See TracChangeset
for help on using the changeset viewer.