Plugin Directory

Changeset 1443555


Ignore:
Timestamp:
06/26/2016 07:15:20 AM (10 years ago)
Author:
bortpress
Message:

0.0.4.2

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

Legend:

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

    r1443309 r1443555  
    22/**
    33 * @package Cactus Masonry Plus
    4  * @version 0.0.4.1
     4 * @version 0.0.4.2
    55 */
    66/*
     
    88 * Plugin URI: cactus.cloud
    99 * Description: A highly customizable gallery of post thumbnails.
    10  * Version: 0.0.4.1
     10 * Version: 0.0.4.2
    1111 * Author: cactus.cloud
    1212 * Author URI: http://cactus.cloud/masonryplus
     
    3232   
    3333    private static $a = null;
    34     private static $VERSION = "0.0.4.1";
    35    
    36     static public function init() {     
     34    private static $VERSION = "0.0.4.2";
     35   
     36    static public function init() {
     37        include_once('cactusMasonryGettingStarted.php');
    3738        add_shortcode("cactusMasonry", array(__CLASS__, "cactus_masonry_shortcode_handler"));
    3839        add_shortcode("cactusmasonry", array(__CLASS__, "cactus_masonry_shortcode_handler"));
    3940        add_action("wp_enqueue_scripts", array(__CLASS__, "cactus_masonry_scripts"), 42);
     41        add_action("admin_menu", "cactus_masonry_plus_intro");
    4042        //ADD JQUERY TO HEAD
    4143        $plugin = plugin_basename(__FILE__);
     
    5658        $newlink = "<a href='http://cactus.cloud/masonryplus' target='_blank'>Instructions</a>";
    5759        array_unshift($links, $newlink);
    58         $newlink = "<a href='http://cactus.cloud/support' target='_blank'>Help & Support</a>";
     60        $newlink = "<a href='http://support.cactus.cloud' target='_blank'>Help & Support</a>";
    5961        array_unshift($links, $newlink);
    6062        return $links;
  • cactus-masonry-plus/trunk/readme.txt

    r1443309 r1443555  
    55Requires at least: 4.4.2
    66Tested up to: 4.5.3
    7 Stable tag: 0.0.4.1
     7Stable tag: 0.0.4.2
    88License: GNU AGPLv3
    99License URI: http://cactus.cloud/licenses/agpl-3.0.txt
     
    2323
    2424= Getting Help =
    25 Now, we all run into problems every now and again.  You may find a bug in the plugin, have a feature request, or simply get stuck on how to set things up.  If you do, check out our [Support Forum](cactus.cloud/support).  Here, you can get all the help you need to build a responsive masonry gallery for your website.
     25Now, we all run into problems every now and again.  You may find a bug in the plugin, have a feature request, or simply get stuck on how to set things up.  If you do, check out our [Support Forum](http://support.cactus.cloud).  Here, you can get all the help you need to build a responsive masonry gallery for your website.
    2626
    2727= Pricing =
     
    3030
    3131== Changelog ==
     32= 0.0.4.2 =
     33* Added 'Getting Started' page to WordPress dashboard
     34
    3235= 0.0.4.1 =
    3336* Fixed a bug that sometimes causes one brick to flow over another brick
     
    3538* Fixed a bug that caused the post linking behaviour to fail or work unpredictably
    3639* Updated the readme
    37 * Added some screenshots
     40* Added some screenshots to the WordPress plugin repository
    3841
    3942= 0.0.4.0 =
Note: See TracChangeset for help on using the changeset viewer.