Skip to content

Commit 9cc1006

Browse files
committed
update url
1 parent b234bee commit 9cc1006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-library/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function get_design_library_from_cloud() {
232232
$designs = array();
233233
$content = null;
234234

235-
$response = wp_remote_get( self::get_cdn_url() . 'library-v4/library.json' );
235+
$response = wp_remote_get( self::get_cdn_url() . 'library-v5/library.json' );
236236

237237
if ( is_wp_error( $response ) ) {
238238
// Add our error message so we can see it in the network tab.

0 commit comments

Comments
 (0)