Plugin Directory

Changeset 1324462


Ignore:
Timestamp:
01/09/2016 06:44:11 AM (10 years ago)
Author:
aniash_29
Message:

Added compatibility with Genesis 2.2.6.

Location:
genesis-footer-builder
Files:
15 added
3 edited

Legend:

Unmodified
Added
Removed
  • genesis-footer-builder/trunk/genesis-footer-builder.php

    r1299018 r1324462  
    66 * Plugin URI: https://www.binaryturf.com/?p=17056
    77 * Description: Helps build a custom footer for Genesis or Genesis child-themes.
    8  * Version: 1.2.1
     8 * Version: 1.2.2
    99 * Author: Aniket Ashtikar
    1010 * Author URI: https://www.binaryturf.com
  • genesis-footer-builder/trunk/readme.txt

    r1299018 r1324462  
    44Tags: genesis, genesiswp, genesis footer, footer customization
    55Requires at least: 3.6
    6 Tested up to: 4.4
    7 Stable tag: 1.2.1
     6Tested up to: 4.4.1
     7Stable tag: 1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    105105== Changelog ==
    106106
     107= Version 1.2.2 =
     108
     109* Fixed: Fixes the broken plugin admin page UI owing to Genesis update. Added compatibility with Genesis 2.2.6.
     110
    107111= Version 1.2.1 =
    108112
     
    142146== Upgrade Notice ==
    143147
     148= 1.2.2 =
     149This version makes the plugin compatible with Genesis 2.2.6 release. Fixes the broken UI owing to Genesis update.
     150
    144151= 1.2.1 =
    145152This version is a minor release against WordPress 4.4 to address minor UI issues.
  • genesis-footer-builder/trunk/styles/gfb-styles.css

    r1299018 r1324462  
    4848.genesis_page_genesis-footer-builder .genesis-metaboxes {
    4949    position: relative;
     50}
     51
     52.genesis_page_genesis-footer-builder .genesis-metaboxes {
     53    max-width: 690px;
    5054}
    5155
Note: See TracChangeset for help on using the changeset viewer.