Simpler Plugins Blog

Updates about the “Simpler” plugins for WordPress

New Features?

leave a comment »

I’ve been contacted about adding translations to the Simpler CSS plugin, and creating functions for network installations of WordPress. If I have some free time on my hands, I may revive this plugin.

Written by Frederick

April 20, 2011 at 7:36 pm

Posted in News, Simpler CSS

Retirement of Simpler CSS

with 2 comments

While the Simpler CSS plugin has likely served your needs over the past few months, I will no longer be developing the plugin. That’s because there’s a far better option out there for anyone who’s interested.

Yesterday, the WordPress folks released a plugin derived from the code they use for WordPress.com: it’s called WordPress.com Custom CSS. There’s a lot more functionality in that plugin, including advanced filtering of CSS with CSS Tidy and KSES. Custom stylesheet rules are saved in the wp_posts table, which means you can have revisions.

Most importantly, this is tested code that has been deployed on WordPress.com.

I highly encourage any users on WordPress 2.9 or higher to switch to the WordPress.com Custom CSS plugin. That being said, there is no easy route for migration from Simpler CSS to that plugin, because the storage methods are completely different. WordPress µ hosts should consult with users before switching, or enable both plugins for a period of time so that users can manually copy their code over. Since Simpler CSS continues to function for version 3.0-alpha, you may continue to use it without side effects.

Simpler CSS will not be developed after the current version, 0.4. However, users of WordPress versions between 2.7 and 2.9 are still welcome to download it from the plugin repository.

Note: I have made a decision to continue maintenance releases only for the purpose of ensuring that it continues to work.

Written by Frederick

December 23, 2009 at 9:52 am

Posted in News

Tagged with ,

Simpler CSS 0.4

with 2 comments

In this release of Simpler CSS, I’ve fixed a problem in the regular expression that would strip out all external references, breaking background-image: url(http://example.com/image.jpg) declarations. Another issue that was fixed was a <td> tag that wasn’t properly closed.

Download version 0.4

Written by Frederick

July 3, 2009 at 1:33 pm

Posted in Simpler CSS

Tagged with

Simpler iPaper 1.3

leave a comment »

In this version, I’ve resolved the issue on some installs of WordPress where a correctly formatted shortcode (using [ scribd ] on its own, as opposed to [ scribd ]...[/ scribd ]) results in a warning message. The behaviour is unnecessary and has been removed.

Now, [ scribd ]...[/ scribd ] too should work properly.

Download version 1.3 of Simpler iPaper

Note: references to the ‘scribd’ shortcode in this post were modified with added spaces in order to prevent WordPress from changing them into embeds.

Written by Frederick

June 25, 2009 at 3:43 pm

Posted in Simpler iPaper

Tagged with

Simpler CSS 0.3

leave a comment »

In Version 0.3, no significant code changes were made, but the plugin’s metadata has been edited to reflect its compatibility with up to WordPress 2.9-rare (trunk version).

Download version 0.3 of Simpler CSS

Written by Frederick

June 25, 2009 at 3:39 pm

Posted in Simpler CSS

Tagged with

Changelogs on the Plugin Directory

leave a comment »

I got word that the WordPress plugin directory now supports changelogs. This is great news for users, since they can now know what’s different in the new releases, right on the plugin directory site or even in their WordPress admin areas.

Changelog tab on the directory, via westi on wordpress

Changelog tab on the directory, via westi on wordpress

When I release the upcoming updates of Simpler CSS and Simpler iPaper, I will be sure to incorporate a changelog into the readme, but I will not be adding the changes from releases earlier than Simpler iPaper 1.1 and Simpler CSS 0.2b.

Written by Frederick

June 20, 2009 at 10:17 am

Posted in News

Tagged with , , , ,

Updates for WordPress 2.8

leave a comment »

Not too long ago, WordPress 2.8 was released.

Although the Simpler CSS and Simpler iPaper plugins have not been updated for WordPress 2.8, there are no changes in WordPress that would likely affect the proper functioning of the plugins.

In any case, updated versions will be released within the week. However, I am debating whether to update it to Tested up to: 2.8 or Tested up to: 2.9-rare, which is the version string used in the Subversion trunk as of June 18. We’ll see.

Addendum: Simpler iPaper will still be compatible with older versions as it moves forward. Simpler CSS will still be compatible with only 2.7 and up.

Written by Frederick

June 18, 2009 at 7:24 pm

Posted in Simpler Development

Tagged with ,

Simpler CSS 0.2b

leave a comment »

Version 0.2b of the Simpler CSS plugin provides new functionality.

  • Default CSS setting / default text
  • Cleaner cleaning
    • Quotes in CSS no longer escaped
    • @import and CSS comments are now stripped

A new default CSS setting shows on the options page for new users who have just discovered the custom CSS feature. By default, introductory text is shown to let users know what the plugin does. This default text can be edited in the plugin file — very useful for WordPress µ hosts.

Default text on Simpler CSS options page

Default text on Simpler CSS options page

Version 0.2b also fixes a problem where CSS properties that have quotes, such as font-family: "Times New Roman", Georgia, serif; may be escaped by the PHP function htmlspecialchars(). ENT_NOQUOTES is now used so that quotes in CSS code are not erroneously escaped.

This new plugin uses Perl regular expressions to strip out @import rules (to prevent the loading of external stylesheets — useful only for WordPress µ hosts that want to limit their users’ capabilities) and CSS comments (to reduce output size). Further filtering will be added in future versions in a way that allows them to be disabled or enabled.

Download version 0.2b of Simpler CSS

(We’re skipping the 0.2 release because that one had a link to the old Simpler Plugins site, which has been switched to this blog.)

Written by Frederick

March 9, 2009 at 4:24 pm

Posted in Simpler CSS

Tagged with

Simpler CSS 0.1

leave a comment »

Version 0.1 of Simpler CSS was released today after the project was added to the WordPress Plugin Directory.

This is the initial version; version 0.2 will be coming within the next few days, allowing for a WordPress.com-style default message and regular expression-based filtering.

Download version 0.1

Written by Frederick

March 8, 2009 at 2:26 pm

Posted in Simpler CSS

Tagged with

Simpler CSS plugin coming

leave a comment »

Building upon the Custom User CSS plugin by Jeremiah Orem, I’ve developed a Simpler CSS plugin that “just works”. Drop it into the `mu-plugins` folder on a WordPress µ installation, and you’ve just provided all your users with the ability to add custom styling to their blogs.

How it looks in the Appearance menu

How it looks in the Appearance menu

Screenshot of the Simpler CSS Options page

Screenshot of the Simpler CSS Options page

Coming soon — once the plugin is admitted onto the repository and directory.

(Unlike the Simpler iPaper plugin, which was released under the Apache License, this plugin will be released under the GPL in order to comply with the licensing of the project from which it was forked.)

Download a pre-release version.

Written by Frederick

March 6, 2009 at 7:58 pm

Posted in Simpler Development

Tagged with ,

Design a site like this with WordPress.com
Get started