Plugin Directory

Changeset 3454578


Ignore:
Timestamp:
02/05/2026 11:47:25 AM (8 weeks ago)
Author:
wphoot
Message:

demopack update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hootkit/trunk/misc/import/include/demopacks.php

    r3447348 r3454578  
    5454
    5555    'magazine-booster' => array(
    56         'demos'    => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news' ),
     56        'demos'    => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news', 'booster-bombino' ),
    5757        'demospro' => array(  ),
    58         'list'     => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news' ),
     58        'list'     => array( 'booster-base', 'booster-byte', 'booster-lucore', 'booster-news', 'booster-bombino' ),
    5959    ),
    6060    'magazine-booster-premium' => array(
    61         'demos'    => array( 'booster-base-premium', 'booster-byte-premium', 'booster-lucore-premium', 'booster-news-premium' )
     61        'demos'    => array( 'booster-base-premium', 'booster-byte-premium', 'booster-lucore-premium', 'booster-news-premium', 'booster-bombino-premium' )
    6262    ),
    6363    'booster-base' => array(
     
    8989        'plugins' => array( 'hootkit', 'contact-form-7', 'breadcrumb-navxt', 'woocommerce', 'newsletter' )
    9090    ),
     91    'booster-bombino' => array(
     92        'name' => __( 'Booster Bombino', 'hootkit' ) . $suffix,
     93        'img' => 'booster-bombino.jpg',
     94        'thumb' => 'booster-bombino-thumb.jpg',
     95        'preview' => 'https://demosites.wphoot.com/booster-bombino/',
     96        'plugins' => array( 'hootkit', 'contact-form-7', 'breadcrumb-navxt', 'woocommerce', 'newsletter' )
     97    ),
    9198
    9299) );
Note: See TracChangeset for help on using the changeset viewer.