Changeset 2204607
- Timestamp:
- 12/02/2019 02:36:22 PM (6 years ago)
- Location:
- beacon-by/trunk
- Files:
-
- 4 edited
-
beacon-by.php (modified) (1 diff)
-
config.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
views/dashboard/create.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beacon-by/trunk/beacon-by.php
r1956801 r2204607 3 3 Plugin Name: Beacon Plugin 4 4 Description: Create, Promote and Embed eBooks 5 Version: 1.4. 55 Version: 1.4.6 6 6 Author: Beacon 7 7 Author URI: http://beacon.by -
beacon-by/trunk/config.php
r1956801 r2204607 23 23 } 24 24 25 define('BEACONBY_VERSION', '1.4. 5');25 define('BEACONBY_VERSION', '1.4.6'); 26 26 define("BEACONBY_HOMEPAGE", "http://beacon.by/"); 27 27 define("BEACONBY_HELPLINK", "http://beacon.by/wordpress"); -
beacon-by/trunk/readme.txt
r1956801 r2204607 2 2 Tags: ebook, lead capture, lead capture form, lead capture plugin, protected content 3 3 Requires at least: 3.0.1 4 Tested up to: 4.9.85 Stable tag: 1.4. 54 Tested up to: 5.3 5 Stable tag: 1.4.6 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html … … 138 138 = 1.4.5 = 139 139 * 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 170 170 </span> 171 171 172 <?php// if (!$data['low_mem_mode']): ?>173 172 <h3>Filter By Category</h3> 174 173 <p> … … 183 182 ?> 184 183 <span class="toggle-cat"><?php echo $cat->name; ?></span> 185 <?php 186 endforeach; 187 ?> 188 <?php //endif; ?> 184 <?php endforeach; ?> 189 185 190 186
Note: See TracChangeset
for help on using the changeset viewer.