Plugin Directory

Changeset 2949378


Ignore:
Timestamp:
08/08/2023 01:39:21 PM (3 years ago)
Author:
memsource
Message:

Version 4.5.1

Location:
memsource-connector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • memsource-connector/trunk/memsource.php

    r2947778 r2949378  
    55Plugin URI: https://support.phrase.com/hc/en-us/articles/5709657294620
    66Description: Localize WordPress websites with the help of professional translation tools: translation memories, terminology bases and quality checkers.
    7 Version: 4.5.0
     7Version: 4.5.1
    88Text Domain: memsource
    99Domain Path: /locale
     
    1818
    1919define('MEMSOURCE_PLUGIN_PATH', dirname(__FILE__));
    20 define('MEMSOURCE_PLUGIN_VERSION', '4.5.0');
     20define('MEMSOURCE_PLUGIN_VERSION', '4.5.1');
    2121define('MEMSOURCE_PLUGIN_DIR_URL', plugin_dir_url(__FILE__));
    2222
  • memsource-connector/trunk/readme.txt

    r2947778 r2949378  
    3333== Changelog ==
    3434
     35= 4.5.1 =
     36*Release Date - 8 Aug 2023*
     37
     38* Fixed UI bug in the Gutenberg block table
     39
    3540= 4.5.0 =
    3641*Release Date - 4 Aug 2023*
  • memsource-connector/trunk/src/Page/BlockPage.php

    r2932560 r2949378  
    125125        if (empty($blocks)) {
    126126            _e('No custom blocks found.', 'memsource');
     127            echo "<br>";
    127128        } else { ?>
    128129            <table class="wp-list-table widefat fixed striped table-view-list pages memsource-full-width">
     
    157158                </tbody>
    158159            </table>
     160        <?php } ?>
    159161
    160162            <br>
     
    187189                </table>
    188190            </form>
    189 
    190         <?php }
     191    <?php
    191192    }
    192193}
Note: See TracChangeset for help on using the changeset viewer.