Changeset 2058850
- Timestamp:
- 03/28/2019 11:25:55 AM (7 years ago)
- Location:
- genesis-dambuster/trunk
- Files:
-
- 2 added
- 3 edited
-
classes/class-plugin.php (modified) (2 diffs)
-
classes/class-revolution.php (added)
-
classes/class-smart-passive-income.php (added)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genesis-dambuster/trunk/classes/class-plugin.php
r2052835 r2058850 15 15 // 'template' => array('class'=> 'Genesis_Dambuster_Template', 'theme' => 'Genesis'), 16 16 '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'), 18 18 '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'), 23 23 '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'), 25 25 'centric' => array('class'=> 'Genesis_Dambuster_Centric', 'theme' => 'Centric Pro'), 26 26 'community' => array('class'=> 'Genesis_Dambuster_Community', 'theme' => 'Community Pro'), … … 49 49 'pretty-chic' => array('class'=> 'Genesis_Dambuster_Pretty_Chic', 'theme' => 'Pretty Chic'), 50 50 'prose' => array('class'=> 'Genesis_Dambuster_Prose', 'theme' => 'Prose'), 51 'revolution' => array('class'=> 'Genesis_Dambuster_Revolution', 'theme' => 'Revolution Pro'), 51 52 'showcase' => array('class'=> 'Genesis_Dambuster_Showcase', 'theme' => 'Showcase Pro'), 52 53 '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'), 53 55 'streamline' => array('class'=> 'Genesis_Dambuster_Streamline', 'theme' => 'Streamline Pro'), 54 56 'swank' => array('class'=> 'Genesis_Dambuster_Swank', 'theme' => 'Swank'), -
genesis-dambuster/trunk/main.php
r2054900 r2058850 4 4 * Plugin URI: https://www.genesisdambuster.com/ 5 5 * 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.1 0.26 * Version: 1.11.0 7 7 * Author: Russell Jamieson 8 8 * Author URI: https://www.diywebmastery.com/about/ … … 11 11 */ 12 12 if ( ! defined( 'ABSPATH' ) ) { exit; } 13 define('GENESIS_DAMBUSTER_VERSION','1.1 0.2');13 define('GENESIS_DAMBUSTER_VERSION','1.11.0'); 14 14 define('GENESIS_DAMBUSTER_NAME', 'Genesis Dambuster'); 15 15 define('GENESIS_DAMBUSTER_SLUG', 'genesis-dambuster') ; -
genesis-dambuster/trunk/readme.txt
r2054900 r2058850 6 6 Tested up to: 5.1.1 7 7 Requires PHP: 5.3.6 8 Stable tag: 1.1 0.28 Stable tag: 1.11.0 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 51 51 == Changelog == 52 52 53 * 1.11.0 - Added Revolution Pro and Smart Passive Income Pro 53 54 * 1.10.2 - Fix bug in home page setting 54 55 * 1.10.1 - Fix bug in clearing flags on page settings … … 62 63 == Upgrade Notice == 63 64 64 = 1.1 0.2 - Mandatory - Fix bug in home page setting65 = 1.11.0 - Optional - Added Revolution Pro and Smart Passive Income Pro 65 66 66 67 == How to Use The Plugin ==
Note: See TracChangeset
for help on using the changeset viewer.