Changeset 807768
- Timestamp:
- 11/20/2013 08:51:10 PM (12 years ago)
- Location:
- custom-styling-for-developers
- Files:
-
- 7 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/css-min.php (added)
-
tags/1.0.1/custom-styling.php (added)
-
tags/1.0.1/defines.php (added)
-
tags/1.0.1/js-min.php (added)
-
tags/1.0.1/logo.gif (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/custom-styling.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-styling-for-developers/trunk/custom-styling.php
r788932 r807768 3 3 Plugin Name: Custom Styling (for developers) 4 4 Plugin URI: 5 Description: NOTICE: This plugin only works with PHP version 5.1 and above.This plugin simply holds custom CSS that's independent from everything else so that you're able to update Wordpress, themes, and plugins (including this one) without having your changes overwritten.6 Version: 1.0. 05 Description: This plugin simply holds custom CSS that's independent from everything else so that you're able to update Wordpress, themes, and plugins (including this one) without having your changes overwritten. 6 Version: 1.0.1 7 7 Author: brandon@itsak.com 8 8 Author URI: http://www.itscanfixthat.com … … 386 386 'minimize_css' => true 387 387 ),' ','no'); 388 389 add_rewrite_endpoint(SLUG, EP_ROOT); 390 flush_rewrite_rules(false); 388 391 } 389 392 -
custom-styling-for-developers/trunk/readme.txt
r797443 r807768 2 2 Contributors: itsalaska 3 3 Donate link: 4 Tags: css, js, jq, update, lost, over-written, overwritten, hosed, theme, plugin, style, stylesheet, scripting, script, custom, styling, for, developers4 Tags: css, js, jq, update, lost, over-written, overwritten, hosed, theme, plugin, style, stylesheet, scripting, script, independant, custom, styling, for, developers 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.7.1 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 NOTICE: This plugin only works with PHP version 5.1 and above! If this plugin breaks your website, please ensure your PHP version is at least 5.1 before leaving a bad review.16 14 17 15 Ever want a place where you can put your custom CSS/JS/JQ that would never get over-written? That's exactly what this plugin does. Even if your theme has a designated area for saving custom CSS/JS/JQ, some other reason you should consider this plugin are: … … 43 41 == Frequently Asked Questions == 44 42 45 Q. The link to this file is giving a 404 error or the file isn't loading. How can I fix this?46 47 A. Try refreshing permalinks. Because of the way I had to set up some stuff to get the plugin accepted by Wordpress, you may need to refresh permalinks before it will work correctly. I'll see about getting this fixed in a future update.48 49 50 43 Q. Will you support language localization in the future? 51 44 … … 57 50 A. No. I've put a lot of thought into this and have decided that if your code is unorganized, adding multiple textareas will not help organize it. Use comments to keep your code maintainable. 58 51 59 60 Q. Why do I need PHP version 5.1 or above for this plugin?61 62 A. Because I use PHP's namespacing. Every plugin developer should. If you're using a PHP version lesser than 5.1, feel free to remove the namespaces and rename the functions as you see fit.63 64 52 == Screenshots == 65 53 … … 70 58 == Changelog == 71 59 60 = 1.0.1 = 61 * Fixed the permalinks issue. Permalinks no longer need to be refreshed after installing this plugin. 62 72 63 = 1.0 = 73 64 * Initial Launch
Note: See TracChangeset
for help on using the changeset viewer.