Plugin Directory

Changeset 1479848


Ignore:
Timestamp:
08/21/2016 08:14:06 AM (10 years ago)
Author:
bortpress
Message:

0.0.5.3

Location:
cactus-masonry-plus
Files:
201 added
15 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cactus-masonry-plus/trunk/cactusMasonry.php

    r1467555 r1479848  
    22/**
    33 * @package Cactus Masonry Plus
    4  * @version 0.0.5.2
     4 * @version 0.0.5.3
    55 */
    66/*
     
    88 * Plugin URI: cactus.cloud
    99 * Description: A highly customizable gallery of post thumbnails.
    10  * Version: 0.0.5.2
     10 * Version: 0.0.5.3
    1111 * Author: cactus.cloud
    1212 * Author URI: http://cactus.cloud/masonryplus
     
    3232   
    3333    private static $a = null;
    34     private static $VERSION = "0.0.5.2";
     34    private static $VERSION = "0.0.5.3";
    3535   
    3636    static public function init() {
  • cactus-masonry-plus/trunk/readme.txt

    r1467555 r1479848  
    44Tags: Gallery, Masonry, Image, Masonry Gallery, Post Gallery, Thumbnail Gallery, Featured Image Gallery
    55Requires at least: 4.4.2
    6 Tested up to: 4.5.3
    7 Stable tag: 0.0.5.2
     6Tested up to: 4.6
     7Stable tag: 0.0.5.3
    88License: GNU AGPLv3
    99License URI: http://cactus.cloud/licenses/agpl-3.0.txt
     
    1515Cactus Masonry Plus allows you to build a responsive, efficient, and very highly customizable gallery on your WordPress website.  With this plugin you can either build a gallery of your post thumbnails or represent a WordPress gallery from a given post using our masonry layout technology.
    1616
    17 This plugin is designed to be lightweight, so it doesn’t unnecessarily slow down your site.  As a result, Cactus Masonry Plus is shortcode powered, which means that no inbuilt design menu is available.  Instead, we have provided an interactive [Shortcode Builder](cactus.cloud/masonryplus), hosted on our website.  So, now we’re slowing down our site, not yours.
     17This plugin is designed to be lightweight, so it doesn’t unnecessarily slow down your site.  As a result, Cactus Masonry Plus is shortcode powered, which means that no inbuilt design menu is available.  Instead, we have provided an interactive [Shortcode Builder](http://cactus.cloud/masonryplus/cactus-masonry-plus/shortcode-builder), hosted on our website.  So, now we’re slowing down our site, not yours.
    1818
    1919= Getting Started =
    20 Cactus Masonry Plus is powered by shortcodes.  Shortcodes are lines of text enclosed within square brackets.  Within these brackets, you provide instructions on how the plugin should run.  As this can be quite complicated, we have provided a [Shortcode Builder](cactus.cloud/masonryplus) to help you generate the shortcode you need, without any of the hard work.
     20Cactus Masonry Plus is powered by shortcodes.  Shortcodes are lines of text enclosed within square brackets.  Within these brackets, you provide instructions on how the plugin should run.  As this can be quite complicated, we have provided a [Shortcode Builder](http://cactus.cloud/masonryplus/cactus-masonry-plus/shortcode-builder) to help you generate the shortcode you need, without any of the hard work.
    2121
    22 Simply visit our [Shortcode Builder](cactus.cloud/masonryplus), select the options you want, preview the result, and copy the shortcode back onto your website.  You can place your shortcode within any post, page, or anywhere else your theme allows.  When you preview the page, you should see a working masonry gallery.
     22Simply visit our [Shortcode Builder](http://cactus.cloud/masonryplus/cactus-masonry-plus/shortcode-builder), select the options you want, preview the result, and copy the shortcode back onto your website.  You can place your shortcode within any post, page, or anywhere else your theme allows.  When you preview the page, you should see a working masonry gallery.
    2323
    2424= Getting Help =
     
    3030
    3131== Changelog ==
     32= 0.0.5.3 =
     33* Fixed the links in the readme file
     34
    3235= 0.0.5.2 =
    3336* Fixed a bug that caused some lowercase orderby parameters to fail
Note: See TracChangeset for help on using the changeset viewer.