Plugin Directory

Changeset 807768


Ignore:
Timestamp:
11/20/2013 08:51:10 PM (12 years ago)
Author:
itsalaska
Message:

Fixed the mandatory permalink issue

Location:
custom-styling-for-developers
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • custom-styling-for-developers/trunk/custom-styling.php

    r788932 r807768  
    33Plugin Name: Custom Styling (for developers)
    44Plugin 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.0
     5Description: 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.
     6Version: 1.0.1
    77Author: brandon@itsak.com
    88Author URI: http://www.itscanfixthat.com
     
    386386        'minimize_css'  => true
    387387    ),' ','no');
     388   
     389    add_rewrite_endpoint(SLUG, EP_ROOT);
     390    flush_rewrite_rules(false);
    388391}
    389392
  • custom-styling-for-developers/trunk/readme.txt

    r797443 r807768  
    22Contributors: itsalaska
    33Donate link:
    4 Tags: css, js, jq, update, lost, over-written, overwritten, hosed, theme, plugin, style, stylesheet, scripting, script, custom, styling, for, developers
     4Tags: css, js, jq, update, lost, over-written, overwritten, hosed, theme, plugin, style, stylesheet, scripting, script, independant, custom, styling, for, developers
    55Requires at least: 3.0.1
    66Tested up to: 3.7.1
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== 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.
    1614
    1715Ever 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:
     
    4341== Frequently Asked Questions ==
    4442
    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 
    5043Q. Will you support language localization in the future?
    5144
     
    5750A. 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.
    5851
    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 
    6452== Screenshots ==
    6553
     
    7058== Changelog ==
    7159
     60= 1.0.1 =
     61 * Fixed the permalinks issue. Permalinks no longer need to be refreshed after installing this plugin.
     62
    7263= 1.0 =
    7364 * Initial Launch
Note: See TracChangeset for help on using the changeset viewer.