Skip to content

Commit 2cb7404

Browse files
committed
2.3.2
1 parent cd1a2d7 commit 2cb7404

File tree

10 files changed

+167
-82
lines changed

10 files changed

+167
-82
lines changed

assets/images/svg/social-icons.svg

Lines changed: 4 additions & 0 deletions
Loading

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Reykjavik Changelog
22

3+
## 2.3.2, 20231113
4+
5+
### Updated
6+
- Twitter/X icon
7+
8+
### Fixed
9+
- Can not edit or add new posts and pages in WordPress 6.4
10+
- Updating TGMPA script to prevent PHP8 error
11+
12+
### File updates
13+
changelog.md
14+
readme.txt
15+
style.css
16+
assets/images/svg/social-icons.svg
17+
includes/frontend/class-content.php
18+
includes/frontend/class-menu.php
19+
includes/setup/class-setup.php
20+
includes/starter-content/class-starter-content.php
21+
library/includes/vendor/tgmpa/class-tgm-plugin-activation.php
22+
23+
324
## 2.3.1, 20221110
425

526
### Fixed

includes/frontend/class-content.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @copyright WebMan Design, Oliver Juhas
77
*
88
* @since 1.0.0
9-
* @version 2.3.1
9+
* @version 2.3.2
1010
*
1111
* Contents:
1212
*
@@ -431,7 +431,8 @@ public static function render_block( $block_content, $block ) {
431431
/**
432432
* Enqueues block editor assets for block modifications.
433433
*
434-
* @since 2.2.0
434+
* @since 2.2.0
435+
* @version 2.3.2
435436
*
436437
* @return void
437438
*/
@@ -442,7 +443,7 @@ public static function enqueue_editor_mods() {
442443
wp_enqueue_script(
443444
'reykjavik-editor-blocks',
444445
get_theme_file_uri( 'assets/js/editor-blocks.min.js' ),
445-
array( 'wp-blocks', 'wp-hooks' ),
446+
array( 'wp-blocks', 'wp-hooks', 'lodash' ),
446447
'v' . REYKJAVIK_THEME_VERSION
447448
);
448449

includes/frontend/class-menu.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @copyright WebMan Design, Oliver Juhas
77
*
88
* @since 1.0.0
9-
* @version 2.2.0
9+
* @version 2.3.2
1010
*
1111
* Contents:
1212
*
@@ -441,7 +441,7 @@ public static function get_menu_args_social( $items_wrap = '<ul data-id="%1$s" c
441441
* Social links supported icons.
442442
*
443443
* @since 1.0.0
444-
* @version 2.1.0
444+
* @version 2.3.2
445445
*/
446446
public static function social_links_icons() {
447447

@@ -487,7 +487,7 @@ public static function social_links_icons() {
487487
'tripadvisor.' => 'tripadvisor',
488488
'tumblr.com' => 'tumblr',
489489
'twitch.tv' => 'twitch',
490-
'twitter.com' => 'twitter',
490+
'twitter.com' => 'x',
491491
'vimeo.com' => 'vimeo',
492492
'vine.co' => 'vine',
493493
'vk.com' => 'vk',

includes/setup/class-setup.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright WebMan Design, Oliver Juhas
1010
*
1111
* @since 1.0.0
12-
* @version 2.2.0
12+
* @version 2.3.2
1313
*
1414
* Contents:
1515
*
@@ -167,7 +167,7 @@ public static function welcome_admin_notice() {
167167
* as indicating support for post thumbnails.
168168
*
169169
* @since 1.0.0
170-
* @version 2.2.0
170+
* @version 2.3.2
171171
*/
172172
public static function setup() {
173173

@@ -217,7 +217,7 @@ public static function setup() {
217217
add_theme_support( 'align-wide' );
218218
add_theme_support( 'custom-units' );
219219
add_theme_support( 'custom-spacing' );
220-
add_theme_support( 'experimental-link-color' );
220+
add_theme_support( 'link-color' );
221221

222222
// Responsive embedded content.
223223
add_theme_support( 'responsive-embeds' );

includes/starter-content/class-starter-content.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright WebMan Design, Oliver Juhas
99
*
1010
* @since 1.0.0
11-
* @version 2.1.0
11+
* @version 2.3.2
1212
*
1313
* Contents:
1414
*
@@ -475,7 +475,7 @@ public static function pages() {
475475
* Navigational menus.
476476
*
477477
* @since 1.0.0
478-
* @version 2.0.1
478+
* @version 2.3.2
479479
*/
480480
public static function nav_menus() {
481481

@@ -537,7 +537,7 @@ public static function nav_menus() {
537537
),
538538

539539
'link_twitter' => array(
540-
'title' => esc_html_x( 'Twitter', 'Theme starter content', 'reykjavik' ),
540+
'title' => esc_html_x( 'X', 'Theme starter content', 'reykjavik' ),
541541
'url' => 'https://twitter.com/',
542542
),
543543

languages/reykjavik.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ msgstr ""
18281828

18291829
#: includes/starter-content/class-starter-content.php:540
18301830
msgctxt "Theme starter content"
1831-
msgid "Twitter"
1831+
msgid "X"
18321832
msgstr ""
18331833

18341834
#: includes/tgmpa/class-tgmpa-plugins.php:110

0 commit comments

Comments
 (0)