Plugin Directory

Changeset 2204607


Ignore:
Timestamp:
12/02/2019 02:36:22 PM (6 years ago)
Author:
beaconby
Message:

tagging version 1.4.6

Location:
beacon-by/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • beacon-by/trunk/beacon-by.php

    r1956801 r2204607  
    33Plugin Name: Beacon Plugin
    44Description: Create, Promote and Embed eBooks
    5 Version: 1.4.5
     5Version: 1.4.6
    66Author: Beacon
    77Author URI: http://beacon.by
  • beacon-by/trunk/config.php

    r1956801 r2204607  
    2323    }
    2424
    25     define('BEACONBY_VERSION',      '1.4.5');
     25    define('BEACONBY_VERSION',      '1.4.6');
    2626    define("BEACONBY_HOMEPAGE",     "http://beacon.by/");
    2727    define("BEACONBY_HELPLINK",     "http://beacon.by/wordpress");
  • beacon-by/trunk/readme.txt

    r1956801 r2204607  
    22Tags: ebook, lead capture, lead capture form, lead capture plugin, protected content
    33Requires at least: 3.0.1
    4 Tested up to: 4.9.8
    5 Stable tag: 1.4.5
     4Tested up to: 5.3
     5Stable tag: 1.4.6
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
     
    138138= 1.4.5 =
    139139* Includes post title with post_content by default
     140
     141= 1.4.6 =
     142* Small PHP7.2 compatibility fix
  • beacon-by/trunk/views/dashboard/create.php

    r1934942 r2204607  
    170170    </span>
    171171
    172     <?php// if (!$data['low_mem_mode']): ?>
    173172    <h3>Filter By Category</h3>
    174173    <p>
     
    183182    ?>
    184183    <span class="toggle-cat"><?php echo $cat->name; ?></span>
    185     <?php
    186     endforeach;
    187     ?>
    188     <?php //endif; ?>
     184    <?php endforeach; ?>
    189185
    190186
Note: See TracChangeset for help on using the changeset viewer.