Changeset 3342971
- Timestamp:
- 08/11/2025 03:24:56 PM (6 months ago)
- Location:
- brizy
- Files:
-
- 12 edited
- 1 copied
-
tags/2.7.7 (copied) (copied from brizy/trunk)
-
tags/2.7.7/README.md (modified) (2 diffs)
-
tags/2.7.7/brizy.php (modified) (2 diffs)
-
tags/2.7.7/languages/brizy.pot (modified) (2 diffs)
-
tags/2.7.7/public/asset-enqueue-manager.php (modified) (3 diffs)
-
tags/2.7.7/readme.txt (modified) (2 diffs)
-
tags/2.7.7/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/brizy.php (modified) (2 diffs)
-
trunk/languages/brizy.pot (modified) (2 diffs)
-
trunk/public/asset-enqueue-manager.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brizy/tags/2.7.7/README.md
r3342936 r3342971 5 5 Tested up to: 6.8.2<br> 6 6 Requires PHP: 7.2.24<br> 7 Stable tag: 2.7. 6<br>7 Stable tag: 2.7.7<br> 8 8 License: GPLv3<br> 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 136 136 137 137 ## Changelog 138 139 ### 2.7.7 - 2025-08-11 140 * Fixed: Compiler editor version 138 141 139 142 ### 2.7.6 - 2025-08-11 -
brizy/tags/2.7.7/brizy.php
r3342936 r3342971 6 6 * Author: Brizy.io 7 7 * Author URI: https://brizy.io/ 8 * Version: 2.7. 68 * Version: 2.7.7 9 9 * Text Domain: brizy 10 10 * License: GPLv3 … … 19 19 define( 'BRIZY_DEVELOPMENT', false ); 20 20 define( 'BRIZY_LOG', false ); 21 define( 'BRIZY_VERSION', '2.7. 6' );21 define( 'BRIZY_VERSION', '2.7.7' ); 22 22 define( 'BRIZY_MINIMUM_PRO_VERSION', '2.7.1' ); 23 23 define( 'BRIZY_MINIMUM_COMPILER_VERSION', '315-wp' ); 24 define( 'BRIZY_RECOMPILE_TAG', 175492 1673 );25 define( 'BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '326-wp' );24 define( 'BRIZY_RECOMPILE_TAG', 1754925803 ); 25 define( 'BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '326-wp' ); 26 26 define( 'BRIZY_SYNC_VERSION', '326' ); 27 27 define( 'BRIZY_FILE', __FILE__ ); -
brizy/tags/2.7.7/languages/brizy.pot
r3342936 r3342971 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Brizy 2.7. 6\n"5 "Project-Id-Version: Brizy 2.7.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/workspace\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-08-11T1 4:14:35+00:00\n"12 "POT-Creation-Date: 2025-08-11T15:23:25+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
brizy/tags/2.7.7/public/asset-enqueue-manager.php
r3327926 r3342971 145 145 { 146 146 $styles = []; 147 148 if (is_array($this->project->getCompiledStyles())) { 149 foreach ($this->project->getCompiledAssetGroup()->getPageStyles() as $asset) { 150 if ($asset = apply_filters('brizy_add_style', $asset)) { 151 $this->styles[$this->getHandle($asset)] = $asset; 152 } 153 } 154 } 155 147 156 foreach ($this->posts as $editorPost) { 148 157 $sectionSet = $editorPost->getCompiledSectionManager(); … … 164 173 165 174 } 175 166 176 $assetAggregator = new AssetAggregator($styles); 167 177 foreach ($assetAggregator->getAssetList() as $asset) { … … 175 185 } 176 186 } 177 // enqueue 178 if (is_array($this->project->getCompiledStyles())) { 179 foreach ($this->project->getCompiledAssetGroup()->getPageStyles() as $asset) { 180 if ($asset = apply_filters('brizy_add_style', $asset)) { 181 $this->styles[$this->getHandle($asset)] = $asset; 182 } 183 } 184 } 187 185 188 foreach ($this->styles as $handle => $asset) { 186 189 if ($asset->getType() == Asset::TYPE_FILE) { -
brizy/tags/2.7.7/readme.txt
r3342936 r3342971 5 5 Tested up to: 6.8.2 6 6 Requires PHP: 7.2.24 7 Stable tag: 2.7. 67 Stable tag: 2.7.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 137 137 138 138 == Changelog == 139 140 = 2.7.7 - 2025-08-11 = 141 * Fixed: Compiler editor version 139 142 140 143 = 2.7.6 - 2025-08-11 = -
brizy/tags/2.7.7/vendor/composer/installed.php
r3342936 r3342971 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 572abb255dce0a4c22fdd4f142098062006c954a',6 'reference' => '6e0088a3615b24fc9410ff3b6d719c7b4189911b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 43 43 'pretty_version' => 'dev-master', 44 44 'version' => 'dev-master', 45 'reference' => ' 572abb255dce0a4c22fdd4f142098062006c954a',45 'reference' => '6e0088a3615b24fc9410ff3b6d719c7b4189911b', 46 46 'type' => 'library', 47 47 'install_path' => __DIR__ . '/../../', -
brizy/trunk/README.md
r3342936 r3342971 5 5 Tested up to: 6.8.2<br> 6 6 Requires PHP: 7.2.24<br> 7 Stable tag: 2.7. 6<br>7 Stable tag: 2.7.7<br> 8 8 License: GPLv3<br> 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 136 136 137 137 ## Changelog 138 139 ### 2.7.7 - 2025-08-11 140 * Fixed: Compiler editor version 138 141 139 142 ### 2.7.6 - 2025-08-11 -
brizy/trunk/brizy.php
r3342936 r3342971 6 6 * Author: Brizy.io 7 7 * Author URI: https://brizy.io/ 8 * Version: 2.7. 68 * Version: 2.7.7 9 9 * Text Domain: brizy 10 10 * License: GPLv3 … … 19 19 define( 'BRIZY_DEVELOPMENT', false ); 20 20 define( 'BRIZY_LOG', false ); 21 define( 'BRIZY_VERSION', '2.7. 6' );21 define( 'BRIZY_VERSION', '2.7.7' ); 22 22 define( 'BRIZY_MINIMUM_PRO_VERSION', '2.7.1' ); 23 23 define( 'BRIZY_MINIMUM_COMPILER_VERSION', '315-wp' ); 24 define( 'BRIZY_RECOMPILE_TAG', 175492 1673 );25 define( 'BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '326-wp' );24 define( 'BRIZY_RECOMPILE_TAG', 1754925803 ); 25 define( 'BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '326-wp' ); 26 26 define( 'BRIZY_SYNC_VERSION', '326' ); 27 27 define( 'BRIZY_FILE', __FILE__ ); -
brizy/trunk/languages/brizy.pot
r3342936 r3342971 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Brizy 2.7. 6\n"5 "Project-Id-Version: Brizy 2.7.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/workspace\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-08-11T1 4:14:35+00:00\n"12 "POT-Creation-Date: 2025-08-11T15:23:25+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
brizy/trunk/public/asset-enqueue-manager.php
r3327926 r3342971 145 145 { 146 146 $styles = []; 147 148 if (is_array($this->project->getCompiledStyles())) { 149 foreach ($this->project->getCompiledAssetGroup()->getPageStyles() as $asset) { 150 if ($asset = apply_filters('brizy_add_style', $asset)) { 151 $this->styles[$this->getHandle($asset)] = $asset; 152 } 153 } 154 } 155 147 156 foreach ($this->posts as $editorPost) { 148 157 $sectionSet = $editorPost->getCompiledSectionManager(); … … 164 173 165 174 } 175 166 176 $assetAggregator = new AssetAggregator($styles); 167 177 foreach ($assetAggregator->getAssetList() as $asset) { … … 175 185 } 176 186 } 177 // enqueue 178 if (is_array($this->project->getCompiledStyles())) { 179 foreach ($this->project->getCompiledAssetGroup()->getPageStyles() as $asset) { 180 if ($asset = apply_filters('brizy_add_style', $asset)) { 181 $this->styles[$this->getHandle($asset)] = $asset; 182 } 183 } 184 } 187 185 188 foreach ($this->styles as $handle => $asset) { 186 189 if ($asset->getType() == Asset::TYPE_FILE) { -
brizy/trunk/readme.txt
r3342936 r3342971 5 5 Tested up to: 6.8.2 6 6 Requires PHP: 7.2.24 7 Stable tag: 2.7. 67 Stable tag: 2.7.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 137 137 138 138 == Changelog == 139 140 = 2.7.7 - 2025-08-11 = 141 * Fixed: Compiler editor version 139 142 140 143 = 2.7.6 - 2025-08-11 = -
brizy/trunk/vendor/composer/installed.php
r3342936 r3342971 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 572abb255dce0a4c22fdd4f142098062006c954a',6 'reference' => '6e0088a3615b24fc9410ff3b6d719c7b4189911b', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 43 43 'pretty_version' => 'dev-master', 44 44 'version' => 'dev-master', 45 'reference' => ' 572abb255dce0a4c22fdd4f142098062006c954a',45 'reference' => '6e0088a3615b24fc9410ff3b6d719c7b4189911b', 46 46 'type' => 'library', 47 47 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.