Plugin Directory

Changeset 758912


Ignore:
Timestamp:
08/20/2013 01:51:53 AM (13 years ago)
Author:
zslabs
Message:

1.2.4 commit

Location:
roots-plug/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roots-plug/trunk/readme.txt

    r758909 r758912  
    44Tags: roots, cleanup, htaccess, relative urls
    55Requires at least: 3.5
    6 Tested up to: 3.5
    7 Stable tag: 1.2.3
     6Tested up to: 3.6
     7Stable tag: 1.2.4
    88License: GPLv2
    99
     
    1414Roots Plug is the catch-all awesome WordPress plugin that cleans up default output and provides all those handy-dandy functions that we all search for around the web - in one convenient package! It also appends on [HTML5 Boilerplate's](http://html5boilerplate.com/) `.htaccess` rewrites automagically.
    1515
    16 Inspired by [Roots Theme](http://rootstheme.com) by Ben Word -- extracted much of the cleanup efforts into a handy-dany plugin.
    17 
    18 **Roots Plug was recently rewritten from scratch. While most of the base functionality remained intact, gone are the asset rewrites. Why? Because they forced you to change how your template files were stored and broke several other plugins - which isn't cool. Upcoming releases will continue to make this more compatible across different WordPress environments. 3.5 is a requirement now.**
     16Inspired by [Roots Theme](http://rootstheme.com) by Ben Word -- extracted much of the cleanup efforts into a handy-dandy plugin.
    1917
    2018== Installation ==
     
    3028
    3129== Changelog ==
     30
     31= 1.2.4 =
     32* Updated readme
    3233
    3334= 1.2.3 =
  • roots-plug/trunk/roots-plug.php

    r758909 r758912  
    44Plugin URI: http://zslabs.com
    55Description: Base plugin
    6 Version: 1.2.3
     6Version: 1.2.4
    77Author: Zach Schnackel
    88Author URI: http://zslabs.com
     
    7373     * @var string
    7474     */
    75     public $version = '1.2.3';
     75    public $version = '1.2.4';
    7676
    7777    /**
Note: See TracChangeset for help on using the changeset viewer.