Skip to content

Commit

Permalink
Merge pull request #2629 from kprajapatii/master
Browse files Browse the repository at this point in the history
2.3.61
  • Loading branch information
kprajapatii authored Jul 5, 2024
2 parents f970555 + df5e475 commit 5fe8e60
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 17 deletions.
4 changes: 2 additions & 2 deletions geodirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: GeoDirectory
* Plugin URI: https://wpgeodirectory.com/
* Description: GeoDirectory - Business Directory Plugin for WordPress.
* Version: 2.3.60
* Version: 2.3.61
* Author: AyeCode - WP Business Directory Plugins
* Author URI: https://wpgeodirectory.com
* Text Domain: geodirectory
Expand All @@ -34,7 +34,7 @@ final class GeoDirectory {
*
* @var string
*/
public $version = '2.3.60';
public $version = '2.3.61';

/**
* GeoDirectory instance.
Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions languages/geodirectory-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: GeoDirectory 2.3.60\n"
"Project-Id-Version: GeoDirectory 2.3.61\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-04 20:59+0530\n"
"PO-Revision-Date: 2024-07-04 20:59+0530\n"
"POT-Creation-Date: 2024-07-05 14:55+0530\n"
"PO-Revision-Date: 2024-07-05 14:55+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\n"
"Language: en_US\n"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://wpgeodirectory.com
Tags: business directory, listings, directory plugin, classifieds, directory
Requires at least: 4.5
Tested up to: 6.6
Stable tag: 2.3.60
Stable tag: 2.3.61
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -317,6 +317,9 @@ We don't offer free trials, but we have a 30-day money-back guarantee if you are

__WARNING: GDv2 is a significant update over GDv1 and may require manual work, such as adding widgets to sidebars to recreate your current layout. As always, we recommend trying this on a staging site first. [Learn more](https://docs.wpgeodirectory.com/article/260-upgrading-from-gdv1-to-gdv2)__

= GeoDirectory v2.3.61 - 2024-07-05 =
* Multiple carousels on the page breaks carousel in modal - FIXED

= GeoDirectory v2.3.60 - 2024-07-04 =
* Category default image is not set during dummy data import - FIXED
* Allow to play video file in post images lightbox - ADDED
Expand Down
3 changes: 3 additions & 0 deletions vendor/ayecode/wp-ayecode-ui/change-log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 0.2.20 - 2024-07-05 =
* Multiple carousels breaks carousel in modal - FIXED

= 0.2.19 - 2024-07-04 =
* Video in lightbox is not working - FIXED
* Stop video playing in slideshow on move to next slide - FIXED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AyeCode_UI_Settings {
*
* @var string
*/
public $version = '0.2.19';
public $version = '0.2.20';

/**
* Class textdomain.
Expand Down
2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/includes/inc/bs5-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ function aui_init(){

$(document).on('slide.bs.carousel', function(el) {
var $_modal = $(el.relatedTarget).closest('.aui-carousel-modal:visible').length ? $(el.relatedTarget).closest('.aui-carousel-modal:visible') : '';
if ($_modal.find('.carousel-item iframe.aui-carousel-iframe').length) {
if ($_modal && $_modal.find('.carousel-item iframe.aui-carousel-iframe').length) {
/* Unset iframe src */
$_modal.find('.carousel-item.active iframe.aui-carousel-iframe').each(function(){
if ($(this).attr('src')) {
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
},
{
"name": "ayecode/wp-ayecode-ui",
"version": "0.2.19",
"version_normalized": "0.2.19.0",
"version": "0.2.20",
"version_normalized": "0.2.20.0",
"source": {
"type": "git",
"url": "https://github.com/AyeCode/wp-ayecode-ui.git",
"reference": "2844e9c9a4767d1f91f4532b75a82bd9a07c560e"
"reference": "1c1e1610ac1005dfbb944ed32656b552b698665d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/2844e9c9a4767d1f91f4532b75a82bd9a07c560e",
"reference": "2844e9c9a4767d1f91f4532b75a82bd9a07c560e",
"url": "https://api.github.com/repos/AyeCode/wp-ayecode-ui/zipball/1c1e1610ac1005dfbb944ed32656b552b698665d",
"reference": "1c1e1610ac1005dfbb944ed32656b552b698665d",
"shasum": ""
},
"time": "2024-07-04T12:43:43+00:00",
"time": "2024-07-05T09:19:20+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
'dev_requirement' => false,
),
'ayecode/wp-ayecode-ui' => array(
'pretty_version' => '0.2.19',
'version' => '0.2.19.0',
'reference' => '2844e9c9a4767d1f91f4532b75a82bd9a07c560e',
'pretty_version' => '0.2.20',
'version' => '0.2.20.0',
'reference' => '1c1e1610ac1005dfbb944ed32656b552b698665d',
'type' => 'library',
'install_path' => __DIR__ . '/../ayecode/wp-ayecode-ui',
'aliases' => array(),
Expand Down

0 comments on commit 5fe8e60

Please sign in to comment.