Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Mar 26, 2024
1 parent d0a32d9 commit cff4eea
Show file tree
Hide file tree
Showing 26 changed files with 285 additions and 130 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.ko-fi.com/stiofan
Tags: login form, registration, registration form, user profile, user registration, members, membership
Requires at least: 4.9
Tested up to: 6.5
Stable tag: 1.2.8
Stable tag: 1.2.9
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions userswp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: UsersWP
Plugin URI: https://userswp.io/
Description: The only lightweight user profile plugin for WordPress. UsersWP features front end user profile, users directory, a registration and a login form.
Version: 1.2.8
Version: 1.2.9
Author: AyeCode Ltd
Author URI: https://userswp.io
License: GPL-2.0+
Expand All @@ -24,7 +24,7 @@
}

if ( ! defined( 'USERSWP_VERSION' ) ) {
define( 'USERSWP_VERSION', '1.2.8' );
define( 'USERSWP_VERSION', '1.2.9' );
}

if ( ! defined( 'USERSWP_PATH' ) ) {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/ayecode/wp-ayecode-ui/assets-v5/css/ayecode-ui.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ $zindex-lightbox-content: 1110 !default;
//$path-to-fonts: 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap' !default;
//$font-family-sans-serif: 'Poppins', sans-serif !default;
//$headings-color: $gray-900 !default;
$headings-color: null !default;
$headings-color: inherit !default;

$font-size-base: 1rem !default;
$font-size-lg: ($font-size-base * 1.125) !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ $fi-entertainment-alt: '\ea07';

@font-face {
font-family: '#{$icons-font-family}';
src:
url('#{$icons-font-path}/#{$icons-font-family}.ttf?1barpw') format('truetype'),
url('#{$icons-font-path}/#{$icons-font-family}.woff?1barpw') format('woff'),
url('#{$icons-font-path}/#{$icons-font-family}.svg?1barpw##{$icons-font-family}') format('svg');
//src:
// url('#{$icons-font-path}/#{$icons-font-family}.ttf?1barpw') format('truetype'),
// url('#{$icons-font-path}/#{$icons-font-family}.woff?1barpw') format('woff'),
// url('#{$icons-font-path}/#{$icons-font-family}.svg?1barpw##{$icons-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down
10 changes: 5 additions & 5 deletions vendor/ayecode/wp-ayecode-ui/assets-v5/scss/components/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
&:hover {
box-shadow: 0 0 0 .625rem rgba($primary, .25);
}

&.leaflet-marker-shadow { display: none; }
}

Expand All @@ -79,12 +79,12 @@
// Popup

.leaflet-popup-content-wrapper {
min-width: 17.5rem;
padding: 0;
overflow: hidden;
.leaflet-popup-content {
width: 100% !important;
margin: 0 !important;
width: 220px !important;
margin:10px !important;
padding:3px !important;
color: $body-color;
}
}
Expand Down Expand Up @@ -150,4 +150,4 @@
position: fixed;
z-index: $zindex-fixed + 1;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,7 @@ body.modal-open .modal{
background: transparent; // this is for divi theme that does background position stuff and breaks it.
}

// Backend import/export safari issues
.gd-settings-wrap .moxie-shim input{
font-size: 0 !important;
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui-fse.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/assets/css/ayecode-ui.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,9 @@ body>.flatpickr-calendar .flatpickr-month .flatpickr-current-month>*{display:inl
.geodir-add-files .moxie-shim {
position: initial !important;
background: transparent; // this is for divi theme that does background position stuff and breaks it.
}

// Backend import/export safari issues
.gd-settings-wrap .moxie-shim input{
font-size: 0 !important;
}
2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/ayecode-ui-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
add_action('after_setup_theme', function () {
global $ayecode_ui_version,$ayecode_ui_file_key;
$this_version = "0.2.8";
$this_version = "0.2.10";
if(empty($ayecode_ui_version) || version_compare($this_version , $ayecode_ui_version, '>')){
$ayecode_ui_version = $this_version ;
$ayecode_ui_file_key = wp_hash( __FILE__ );
Expand Down
7 changes: 7 additions & 0 deletions vendor/ayecode/wp-ayecode-ui/change-log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
= 0.2.10 - TBD =
* Safari wp-admin plupload overflow issue on hidden input causing horizontal scroll issue - FIXED

= 0.2.9 - 2024-03-19 =
* BS5 styles can call broken font awesome url from css - FIXED
* Plugin check review - DONE

= 0.2.8 - 2024-02-22 =
* Gallery padding made slider images taller than single images - FIXED
* aui_modal_iframe() function not loading iframe when bs5 selected - FIXED
Expand Down
2 changes: 1 addition & 1 deletion vendor/ayecode/wp-ayecode-ui/example-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function maybe_show_examples(){
wp_head();
echo "</head>";
echo "<body class='bsui'>";
echo $this->get_examples();
echo $this->get_examples(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
wp_footer();
echo "</body>";
exit;
Expand Down
Loading

0 comments on commit cff4eea

Please sign in to comment.