Skip to content

Commit

Permalink
Merge pull request #2487 from kprajapatii/master
Browse files Browse the repository at this point in the history
2.3.32
  • Loading branch information
kprajapatii committed Nov 30, 2023
2 parents efa7418 + d3bd79f commit a8c741e
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 119 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.31
* Version: 2.3.32
* Author: AyeCode - WordPress 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.31';
public $version = '2.3.32';

/**
* GeoDirectory instance.
Expand Down
8 changes: 4 additions & 4 deletions includes/widgets/class-geodir-widget-post-features.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,24 +274,24 @@ public function set_arguments() {
'text_align',
array(
'device_type' => 'Mobile',
'element_require' => '![%text_justify%:checked]',
'element_require' => '[%text_justify%]==""',//'![%text_justify%:checked]', // @todo update after SD v1.1.29 release with UWP
'group' => __( 'List Style', 'geodirectory' ),
)
);
$arguments['text_align_md'] = sd_get_text_align_input(
'text_align',
array(
'device_type' => 'Tablet',
'element_require' => '![%text_justify%:checked]',
'element_require' => '[%text_justify%]==""',//'![%text_justify%:checked]',
'group' => __( 'List Style', 'geodirectory' ),
)
);
$arguments['text_align_lg'] = sd_get_text_align_input(
'text_align',
array(
'device_type' => 'Desktop',
'element_require' => '![%text_justify%:checked]',
'group' => __( 'List Style', 'geodirectory' ),
'element_require' => '[%text_justify%]==""',//'![%text_justify%:checked]',
'group' => __( 'List Style1', 'geodirectory' ),
)
);

Expand Down
Binary file modified languages/geodirectory-en_US.mo
Binary file not shown.
Loading

0 comments on commit a8c741e

Please sign in to comment.