Plugin Directory

Changeset 3443177


Ignore:
Timestamp:
01/20/2026 11:08:06 AM (2 months ago)
Author:
bestwebsoft
Message:

"V4.7.7 - * Bugs fixed. "

Location:
gallery-plugin
Files:
286 added
2 edited

Legend:

Unmodified
Added
Removed
  • gallery-plugin/trunk/gallery-plugin.php

    r3426101 r3443177  
    77Text Domain: gallery-plugin
    88Domain Path: /languages
    9 Version: 4.7.6
     9Version: 4.7.7
    1010Author URI: https://bestwebsoft.com/
    1111License: GPLv2 or later
     
    889889       
    890890        if ( ( isset( $_REQUEST['post'] ) && isset( $_REQUEST['action'] ) && 'edit' === $_REQUEST['action'] ) || isset( $_REQUEST['post_type'] ) ) {
    891             if ( isset( $_REQUEST['post'] ) && 'bws-gallery' === get_post_type( $_REQUEST['post'] ) || ( isset( $_REQUEST['post_type'] )  && 'bws-gallery' === $_REQUEST['post_type'] ) ) {
     891            if ( isset( $_REQUEST['post'] ) && $gllr_options['post_type_name'] === get_post_type( $_REQUEST['post'] ) || ( isset( $_REQUEST['post_type'] )  && $gllr_options['post_type_name'] === $_REQUEST['post_type'] ) ) {
    892892                $show_in_rest = false;
    893893            }
  • gallery-plugin/trunk/readme.txt

    r3426101 r3443177  
    55Requires at least: 6.2
    66Tested up to: 6.9
    7 Stable tag: 4.7.6
     7Stable tag: 4.7.7
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    229229== Changelog ==
    230230
     231= V4.7.7 - 20.01.2026 =
     232* Bugfix : Empty page block editor issue have been fixed.
     233
    231234= V4.7.6 - 23.12.2025 =
    232235* Update : BWS Panel section was updated.
     
    744747== Upgrade Notice ==
    745748
     749= V4.7.7 =
     750* Bugs fixed.
     751
    746752= V4.7.6 =
    747753* Usability improved.
Note: See TracChangeset for help on using the changeset viewer.