Skip to content

Commit

Permalink
Merge pull request #839 from easypropertylistings/3.4.12-mas
Browse files Browse the repository at this point in the history
Easy Property Listings 3.4.12
  • Loading branch information
mervb committed Nov 1, 2019
2 parents ba59669 + ff188a7 commit bc900c7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
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.11 Code Reference
title: Easy Property Listings 3.4.12 Code Reference

# base url used for sitemap (useful for public doc)
baseUrl: http://docs.easypropertylistings.com.au/
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: http://www.realestateconnected.com.au/
* Version: 3.4.11
* Version: 3.4.12
* Text Domain: easy-property-listings
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EPL
* @category Core
* @author Merv Barrett
* @version 3.4.11
* @version 3.4.12
*/

// Exit if accessed directly.
Expand Down Expand Up @@ -94,7 +94,7 @@ public static function instance() {
public function setup_constants() {
// Plugin version.
if ( ! defined( 'EPL_PROPERTY_VER' ) ) {
define( 'EPL_PROPERTY_VER', '3.4.11' );
define( 'EPL_PROPERTY_VER', '3.4.12' );
}
// 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.11\n"
"Project-Id-Version: Easy Property Listings 3.4.12\n"
"Report-Msgid-Bugs-To: "
"http://wordpress.org/support/plugin/easy-property-listings\n"
"POT-Creation-Date: 2019-10-30 10:37:44+00:00\n"
"POT-Creation-Date: 2019-11-01 05:18:08+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
1 change: 1 addition & 0 deletions lib/assets/assets.php
Expand Up @@ -36,6 +36,7 @@ function epl_get_admin_screens() {
'dashboard_page_epl-getting-started',
'edit.php',
'index.php',
'widgets.php'
);

return apply_filters( 'epl_admin_screens', $screens );
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "easy-property-listings",
"title": "Easy Property Listings",
"version": "3.4.11",
"version": "3.4.12",
"homepage": "https://easypropertylistings.com.au/",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Expand Up @@ -6,7 +6,7 @@ Donate link: https://easypropertylistings.com.au/support-the-site/
Tags: real estate, property, listings, CRM, contact management, reports
Requires at least: 3.9
Tested up to: 5.2.4
Stable Tag: 3.4.10
Stable Tag: 3.4.11
License: GNU Version 2 or Any Later Version

Fast. Flexible. Forward-thinking solution for real estate agents using WordPress. Built for scale, listing management, contact generation and works with any theme.
Expand Down Expand Up @@ -397,6 +397,10 @@ Yes, through the addition of one or more of the add-on integrations, you can qui

== Changelog ==

= 3.4.12 November 1, 2019 =

* Fix: Loading admin css and js on appearance > widgets screens.

= 3.4.11 October 30, 2019 =

* Fix: Empty check in date function to prevent notice errors during listing imports.
Expand Down

0 comments on commit bc900c7

Please sign in to comment.