Plugin Directory

Changeset 2540216


Ignore:
Timestamp:
05/31/2021 12:43:02 PM (5 years ago)
Author:
beaconby
Message:

updates for wp v5.7 and orders posts most recent first

Location:
beacon-by
Files:
47 added
4 edited

Legend:

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

    r2381637 r2540216  
    33Plugin Name: Beacon Plugin
    44Description: Create, Promote and Embed eBooks
    5 Version: 1.5.1
     5Version: 1.5.2
    66Author: Beacon
    77Author URI: https://beacon.by
  • beacon-by/trunk/classes/class.beacon_plugin.php

    r1956801 r2540216  
    129129            'offset'           => $from,
    130130            'orderby'          => 'date',
    131             'order'            => 'DESC',
     131            'order'            => 'ASC',
    132132            'post_type' => array('page', 'post')
    133133        );
  • beacon-by/trunk/config.php

    r2381637 r2540216  
    2323    }
    2424
    25     define('BEACONBY_VERSION',      '1.5.1');
     25    define('BEACONBY_VERSION',      '1.5.2');
    2626    define("BEACONBY_HOMEPAGE",     "https://beacon.by/");
    2727    define("BEACONBY_HELPLINK",     "https://beacon.by/wordpress");
  • beacon-by/trunk/readme.txt

    r2381637 r2540216  
    22Tags: ebook, lead capture, lead capture form, lead capture plugin, protected content
    33Requires at least: 3.0.1
    4 Tested up to: 5.5.1
    5 Stable tag: 1.5.1
     4Tested up to: 5.7.2
     5Stable tag: 1.5.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
     
    163163= 1.5.1 =
    164164* Compatibility update for Wordpress version 5.5
     165
     166= 1.5.2 =
     167* Compatibility update for Wordpress version 5.7
     168* Orders posts most recent first
     169
Note: See TracChangeset for help on using the changeset viewer.