Skip to content

Commit

Permalink
Merge pull request #1055 from easypropertylistings/3.4.47-accordion
Browse files Browse the repository at this point in the history
3.4.47 accordion
  • Loading branch information
mervb committed Aug 3, 2023
2 parents c61de13 + b5e2ffb commit 0b9a8cf
Show file tree
Hide file tree
Showing 9 changed files with 451 additions and 416 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,10 @@ There are various ways you can contribute:

## Change Log

= 3.4.47 August 3, 2023 =

- Tweak: Additional options added to alter the default behaviour of the accordion feature. Custom classes supported to enable accordions.

= 3.4.46 July 6, 2023 =

- Fix: Support for arguments with epl_the_excerpt when in theme compatibility mode.
Expand Down
2 changes: 1 addition & 1 deletion apigen.neon
Expand Up @@ -21,7 +21,7 @@ charset: [UTF-8]
main: EPL

# title of generated documentation
title: Easy Property Listings 3.4.46 Code Reference
title: Easy Property Listings 3.4.47 Code Reference

# base url used for sitemap (useful for public doc)
baseUrl: http://docs.easypropertylistings.com.au/
Expand Down
4 changes: 2 additions & 2 deletions apigen/hook-docs.php
Expand Up @@ -46,9 +46,9 @@ private static function get_files( $pattern, $flags = 0, $path = '' ) {

private static function get_hook_link( $hook, $details = array() ) {
if ( ! empty( $details['class'] ) ) {
$link = 'http://docs.easypropertylistings.com.au/source-class-' . $details['class'] . '.html#' . $details['line'];
$link = 'https://docs.easypropertylistings.com.au/source-class-' . $details['class'] . '.html#' . $details['line'];
} elseif ( ! empty( $details['function'] ) ) {
$link = 'http://docs.easypropertylistings.com.au/source-function-' . $details['function'] . '.html#' . $details['line'];
$link = 'https://docs.easypropertylistings.com.au/source-function-' . $details['function'] . '.html#' . $details['line'];
} else {
$link = 'https://github.com/easypropertylistings/Easy-Property-Listings/search?utf8=%E2%9C%93&q=' . $hook;
}
Expand Down
6 changes: 3 additions & 3 deletions easy-property-listings.php
Expand Up @@ -5,7 +5,7 @@
* Description: Fast. Flexible. Forward-thinking solution for real estate agents using WordPress. Easy Property Listing is one of the most dynamic and feature rich Real Estate plugin for WordPress available on the market today. Built for scale, contact generation and works with any theme!
* Author: Merv Barrett
* Author URI: https://www.realestateconnected.com.au/
* Version: 3.4.46
* Version: 3.4.47
* Text Domain: easy-property-listings
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EPL
* @category Core
* @author Merv Barrett
* @version 3.4.46
* @version 3.4.47
*/

// Exit if accessed directly.
Expand Down Expand Up @@ -113,7 +113,7 @@ public static function instance() {
public function setup_constants() {
// Plugin version.
if ( ! defined( 'EPL_PROPERTY_VER' ) ) {
define( 'EPL_PROPERTY_VER', '3.4.46' );
define( 'EPL_PROPERTY_VER', '3.4.47' );
}
// Plugin DB version.
if ( ! defined( 'EPL_PROPERTY_DB_VER' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions languages/easy-property-listings.pot
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the same license as the Easy Property Listings package.
msgid ""
msgstr ""
"Project-Id-Version: Easy Property Listings 3.4.46\n"
"Project-Id-Version: Easy Property Listings 3.4.47\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/easy-property-listings\n"
"POT-Creation-Date: 2023-07-06 08:32:02+00:00\n"
"POT-Creation-Date: 2023-08-03 03:27:48+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down

0 comments on commit 0b9a8cf

Please sign in to comment.