Plugin Directory

Changeset 2058850


Ignore:
Timestamp:
03/28/2019 11:25:55 AM (7 years ago)
Author:
powerblogservice
Message:

Genesis Dambuster v1.11.0 - added support for Revolution Pro and Smart Passive Income Pro

Location:
genesis-dambuster/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • genesis-dambuster/trunk/classes/class-plugin.php

    r2052835 r2058850  
    1515//      'template' => array('class'=> 'Genesis_Dambuster_Template',  'theme' => 'Genesis'),
    1616        'academy' => array('class'=> 'Genesis_Dambuster_Academy', 'theme' => 'Academy Pro'),
    17         'agency' => array('class'=> 'Genesis_Dambuster_Agency',   'theme' => 'Agency Pro'),
     17        'agency' => array('class'=> 'Genesis_Dambuster_Agency', 'theme' => 'Agency Pro'),
    1818        'altitude' => array('class'=> 'Genesis_Dambuster_Altitude', 'theme' => 'Altitude Pro' ),
    19         'ambiance' => array('class'=> 'Genesis_Dambuster_Ambiance',  'theme' => 'Ambiance Pro'),
    20         'aspire' => array('class'=> 'Genesis_Dambuster_Aspire',  'theme' => 'Aspire Pro'),
    21         'author' => array('class'=> 'Genesis_Dambuster_Author',  'theme' => 'Author Pro'),
    22         'beautiful' => array('class'=> 'Genesis_Dambuster_Beautiful',  'theme' => 'Beautiful Pro'),
     19        'ambiance' => array('class'=> 'Genesis_Dambuster_Ambiance', 'theme' => 'Ambiance Pro'),
     20        'aspire' => array('class'=> 'Genesis_Dambuster_Aspire', 'theme' => 'Aspire Pro'),
     21        'author' => array('class'=> 'Genesis_Dambuster_Author', 'theme' => 'Author Pro'),
     22        'beautiful' => array('class'=> 'Genesis_Dambuster_Beautiful', 'theme' => 'Beautiful Pro'),
    2323        'breakthrough' => array('class'=> 'Genesis_Dambuster_Breakthrough', 'theme' => 'Breakthrough Pro'),
    24         'cafe' => array('class'=> 'Genesis_Dambuster_Cafe',  'theme' => 'Cafe Pro'),
     24        'cafe' => array('class'=> 'Genesis_Dambuster_Cafe', 'theme' => 'Cafe Pro'),
    2525        'centric' => array('class'=> 'Genesis_Dambuster_Centric',  'theme' => 'Centric Pro'),
    2626        'community' => array('class'=> 'Genesis_Dambuster_Community', 'theme' => 'Community Pro'),
     
    4949        'pretty-chic' => array('class'=> 'Genesis_Dambuster_Pretty_Chic', 'theme' => 'Pretty Chic'),
    5050        'prose' => array('class'=> 'Genesis_Dambuster_Prose', 'theme' => 'Prose'),
     51        'revolution' => array('class'=> 'Genesis_Dambuster_Revolution', 'theme' => 'Revolution Pro'),
    5152        'showcase' => array('class'=> 'Genesis_Dambuster_Showcase', 'theme' => 'Showcase Pro'),
    5253        'sixteen-nine' => array('class'=> 'Genesis_Dambuster_SixteenNine', 'theme' => 'Sixteen Nine Pro'),
     54        'smart-passive-income' => array('class'=> 'Genesis_Dambuster_Smart_Passive_Income', 'theme' => 'Smart Passive Income Pro'),
    5355        'streamline' => array('class'=> 'Genesis_Dambuster_Streamline', 'theme' => 'Streamline Pro'),
    5456        'swank' => array('class'=> 'Genesis_Dambuster_Swank', 'theme' => 'Swank'),
  • genesis-dambuster/trunk/main.php

    r2054900 r2058850  
    44 * Plugin URI: https://www.genesisdambuster.com/
    55 * Description: A Genesis only WordPress plugin that makes it easy to set up your pages for edge to edge content. Ideal for full width Beaver Builder templates.
    6  * Version: 1.10.2
     6 * Version: 1.11.0
    77 * Author: Russell Jamieson
    88 * Author URI: https://www.diywebmastery.com/about/
     
    1111 */
    1212if ( ! defined( 'ABSPATH' ) ) { exit; }
    13 define('GENESIS_DAMBUSTER_VERSION','1.10.2');
     13define('GENESIS_DAMBUSTER_VERSION','1.11.0');
    1414define('GENESIS_DAMBUSTER_NAME', 'Genesis Dambuster');
    1515define('GENESIS_DAMBUSTER_SLUG', 'genesis-dambuster') ;
  • genesis-dambuster/trunk/readme.txt

    r2054900 r2058850  
    66Tested up to: 5.1.1
    77Requires PHP: 5.3.6
    8 Stable tag: 1.10.2
     8Stable tag: 1.11.0
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5151== Changelog ==
    5252
     53* 1.11.0 - Added Revolution Pro and Smart Passive Income Pro
    5354* 1.10.2 - Fix bug in home page setting
    5455* 1.10.1 - Fix bug in clearing flags on page settings
     
    6263== Upgrade Notice ==
    6364
    64 = 1.10.2 - Mandatory - Fix bug in home page setting
     65= 1.11.0 - Optional - Added Revolution Pro and Smart Passive Income Pro
    6566
    6667== How to Use The Plugin ==
Note: See TracChangeset for help on using the changeset viewer.