Skip to content

Commit

Permalink
Release: (92046da) Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Dec 18, 2024
1 parent 43ce4ae commit f5099da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/Classifai/Features/ContentResizing.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function enqueue_editor_assets() {
wp_enqueue_script(
'classifai-plugin-content-resizing-js',
CLASSIFAI_PLUGIN_URL . 'dist/classifai-plugin-content-resizing.js',
get_asset_info( 'classifai-plugin-content-resizing', 'dependencies' ),
array_merge( get_asset_info( 'classifai-plugin-content-resizing', 'dependencies' ), [ 'lodash' ] ),
get_asset_info( 'classifai-plugin-content-resizing', 'version' ),
true
);
Expand Down
2 changes: 1 addition & 1 deletion includes/Classifai/Features/TitleGeneration.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function enqueue_editor_assets() {
wp_enqueue_script(
'classifai-plugin-title-generation-js',
CLASSIFAI_PLUGIN_URL . 'dist/classifai-plugin-title-generation.js',
get_asset_info( 'classifai-plugin-title-generation', 'dependencies' ),
array_merge( get_asset_info( 'classifai-plugin-title-generation', 'dependencies' ), [ 'lodash' ] ),
get_asset_info( 'classifai-plugin-title-generation', 'version' ),
true
);
Expand Down
2 changes: 1 addition & 1 deletion languages/classifai.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ClassifAI 3.2.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/classifai\n"
"POT-Creation-Date: 2024-12-18 15:21:02+00:00\n"
"POT-Creation-Date: 2024-12-18 15:45:51+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '10up/classifai',
'pretty_version' => 'dev-trunk',
'version' => 'dev-trunk',
'reference' => '1e35ee90ddd89bf9ff62ba8e6a55836e54c1f8a5',
'reference' => '92046da64984b46c4e7c07b0aab8c3ffaa73af82',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'10up/classifai' => array(
'pretty_version' => 'dev-trunk',
'version' => 'dev-trunk',
'reference' => '1e35ee90ddd89bf9ff62ba8e6a55836e54c1f8a5',
'reference' => '92046da64984b46c4e7c07b0aab8c3ffaa73af82',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit f5099da

Please sign in to comment.