Changeset 2949378
- Timestamp:
- 08/08/2023 01:39:21 PM (3 years ago)
- Location:
- memsource-connector/trunk
- Files:
-
- 3 edited
-
memsource.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
src/Page/BlockPage.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
memsource-connector/trunk/memsource.php
r2947778 r2949378 5 5 Plugin URI: https://support.phrase.com/hc/en-us/articles/5709657294620 6 6 Description: Localize WordPress websites with the help of professional translation tools: translation memories, terminology bases and quality checkers. 7 Version: 4.5. 07 Version: 4.5.1 8 8 Text Domain: memsource 9 9 Domain Path: /locale … … 18 18 19 19 define('MEMSOURCE_PLUGIN_PATH', dirname(__FILE__)); 20 define('MEMSOURCE_PLUGIN_VERSION', '4.5. 0');20 define('MEMSOURCE_PLUGIN_VERSION', '4.5.1'); 21 21 define('MEMSOURCE_PLUGIN_DIR_URL', plugin_dir_url(__FILE__)); 22 22 -
memsource-connector/trunk/readme.txt
r2947778 r2949378 33 33 == Changelog == 34 34 35 = 4.5.1 = 36 *Release Date - 8 Aug 2023* 37 38 * Fixed UI bug in the Gutenberg block table 39 35 40 = 4.5.0 = 36 41 *Release Date - 4 Aug 2023* -
memsource-connector/trunk/src/Page/BlockPage.php
r2932560 r2949378 125 125 if (empty($blocks)) { 126 126 _e('No custom blocks found.', 'memsource'); 127 echo "<br>"; 127 128 } else { ?> 128 129 <table class="wp-list-table widefat fixed striped table-view-list pages memsource-full-width"> … … 157 158 </tbody> 158 159 </table> 160 <?php } ?> 159 161 160 162 <br> … … 187 189 </table> 188 190 </form> 189 190 <?php } 191 <?php 191 192 } 192 193 }
Note: See TracChangeset
for help on using the changeset viewer.