Changeset 3190999
- Timestamp:
- 11/18/2024 08:28:41 AM (15 months ago)
- Location:
- brizy
- Files:
-
- 12 edited
- 1 copied
-
tags/2.6.2 (copied) (copied from brizy/trunk)
-
tags/2.6.2/README.md (modified) (2 diffs)
-
tags/2.6.2/brizy.php (modified) (2 diffs)
-
tags/2.6.2/editor/compiler.php (modified) (2 diffs)
-
tags/2.6.2/languages/brizy.pot (modified) (2 diffs)
-
tags/2.6.2/readme.txt (modified) (2 diffs)
-
tags/2.6.2/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/brizy.php (modified) (2 diffs)
-
trunk/editor/compiler.php (modified) (2 diffs)
-
trunk/languages/brizy.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brizy/tags/2.6.2/README.md
r3189269 r3190999 5 5 Tested up to: 6.7<br> 6 6 Requires PHP: 7.2.24<br> 7 Stable tag: 2.6. 1<br>7 Stable tag: 2.6.2<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.6.2 - 2024-11-18 140 * Fixed: Simplify the check if compilation is required 138 141 139 142 ### 2.6.1 - 2024-11-15 -
brizy/tags/2.6.2/brizy.php
r3189269 r3190999 6 6 * Author: Brizy.io 7 7 * Author URI: https://brizy.io/ 8 * Version: 2.6. 18 * Version: 2.6.2 9 9 * Text Domain: brizy 10 10 * License: GPLv3 … … 20 20 define('BRIZY_DEVELOPMENT', false ); 21 21 define('BRIZY_LOG', false ); 22 define('BRIZY_VERSION', '2.6. 1');22 define('BRIZY_VERSION', '2.6.2'); 23 23 define('BRIZY_MINIMUM_PRO_VERSION', '2.4.15'); 24 24 define('BRIZY_MINIMUM_COMPILER_VERSION', '300-wp'); -
brizy/tags/2.6.2/editor/compiler.php
r3172728 r3190999 58 58 59 59 $currentCompiler = preg_replace( "/((beta\d?)?-wp)$/", "", $post->get_compiler_version() ); 60 $v2 = preg_replace( "/((beta\d?)?-wp)$/", "", BRIZY_MINIMUM_COMPILER_VERSION ); 61 62 63 if ( $post->get_compiler() !== Brizy_Editor_Entity::COMPILER_EXTERNAL ) { 64 return false; 65 } 60 $v2 = preg_replace( "/((beta\d?)?-wp)$/", "", BRIZY_MINIMUM_COMPILER_VERSION ); 66 61 67 62 if ( version_compare( $currentCompiler, $v2, "<" ) ) { 68 return true;63 return true; 69 64 } 70 65 … … 111 106 112 107 return apply_filters( 'brizy_compiler_params', array( 113 'page_id' => (int) $editorConfig['wp']['page'],114 'free_version' => BRIZY_EDITOR_VERSION,115 'free_url' => $this->compilerDownloadUrl,116 'config_json' => json_encode( $editorConfig ),117 ) );108 'page_id' => (int) $editorConfig['wp']['page'], 109 'free_version' => BRIZY_EDITOR_VERSION, 110 'free_url' => $this->compilerDownloadUrl, 111 'config_json' => json_encode( $editorConfig ), 112 ) ); 118 113 } 119 114 -
brizy/tags/2.6.2/languages/brizy.pot
r3189269 r3190999 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Brizy 2.6. 1\n"5 "Project-Id-Version: Brizy 2.6.2\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: 2024-11-1 5T07:10:43+00:00\n"12 "POT-Creation-Date: 2024-11-18T08:26:45+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
brizy/tags/2.6.2/readme.txt
r3189269 r3190999 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2.24 7 Stable tag: 2.6. 17 Stable tag: 2.6.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 133 133 134 134 == Changelog == 135 136 = 2.6.2 - 2024-11-18 = 137 * Fixed: Simplify the check if compilation is required 135 138 136 139 = 2.6.1 - 2024-11-15 = -
brizy/tags/2.6.2/vendor/composer/installed.php
r3189269 r3190999 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 6914f50e880283f2d180227274a675df25816e98',6 'reference' => '7643f0240a84b5b6e966d385b617b487a155ec91', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 43 43 'pretty_version' => 'dev-master', 44 44 'version' => 'dev-master', 45 'reference' => ' 6914f50e880283f2d180227274a675df25816e98',45 'reference' => '7643f0240a84b5b6e966d385b617b487a155ec91', 46 46 'type' => 'library', 47 47 'install_path' => __DIR__ . '/../../', -
brizy/trunk/README.md
r3189269 r3190999 5 5 Tested up to: 6.7<br> 6 6 Requires PHP: 7.2.24<br> 7 Stable tag: 2.6. 1<br>7 Stable tag: 2.6.2<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.6.2 - 2024-11-18 140 * Fixed: Simplify the check if compilation is required 138 141 139 142 ### 2.6.1 - 2024-11-15 -
brizy/trunk/brizy.php
r3189269 r3190999 6 6 * Author: Brizy.io 7 7 * Author URI: https://brizy.io/ 8 * Version: 2.6. 18 * Version: 2.6.2 9 9 * Text Domain: brizy 10 10 * License: GPLv3 … … 20 20 define('BRIZY_DEVELOPMENT', false ); 21 21 define('BRIZY_LOG', false ); 22 define('BRIZY_VERSION', '2.6. 1');22 define('BRIZY_VERSION', '2.6.2'); 23 23 define('BRIZY_MINIMUM_PRO_VERSION', '2.4.15'); 24 24 define('BRIZY_MINIMUM_COMPILER_VERSION', '300-wp'); -
brizy/trunk/editor/compiler.php
r3172728 r3190999 58 58 59 59 $currentCompiler = preg_replace( "/((beta\d?)?-wp)$/", "", $post->get_compiler_version() ); 60 $v2 = preg_replace( "/((beta\d?)?-wp)$/", "", BRIZY_MINIMUM_COMPILER_VERSION ); 61 62 63 if ( $post->get_compiler() !== Brizy_Editor_Entity::COMPILER_EXTERNAL ) { 64 return false; 65 } 60 $v2 = preg_replace( "/((beta\d?)?-wp)$/", "", BRIZY_MINIMUM_COMPILER_VERSION ); 66 61 67 62 if ( version_compare( $currentCompiler, $v2, "<" ) ) { 68 return true;63 return true; 69 64 } 70 65 … … 111 106 112 107 return apply_filters( 'brizy_compiler_params', array( 113 'page_id' => (int) $editorConfig['wp']['page'],114 'free_version' => BRIZY_EDITOR_VERSION,115 'free_url' => $this->compilerDownloadUrl,116 'config_json' => json_encode( $editorConfig ),117 ) );108 'page_id' => (int) $editorConfig['wp']['page'], 109 'free_version' => BRIZY_EDITOR_VERSION, 110 'free_url' => $this->compilerDownloadUrl, 111 'config_json' => json_encode( $editorConfig ), 112 ) ); 118 113 } 119 114 -
brizy/trunk/languages/brizy.pot
r3189269 r3190999 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Brizy 2.6. 1\n"5 "Project-Id-Version: Brizy 2.6.2\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: 2024-11-1 5T07:10:43+00:00\n"12 "POT-Creation-Date: 2024-11-18T08:26:45+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
brizy/trunk/readme.txt
r3189269 r3190999 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.2.24 7 Stable tag: 2.6. 17 Stable tag: 2.6.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 133 133 134 134 == Changelog == 135 136 = 2.6.2 - 2024-11-18 = 137 * Fixed: Simplify the check if compilation is required 135 138 136 139 = 2.6.1 - 2024-11-15 = -
brizy/trunk/vendor/composer/installed.php
r3189269 r3190999 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 6914f50e880283f2d180227274a675df25816e98',6 'reference' => '7643f0240a84b5b6e966d385b617b487a155ec91', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 43 43 'pretty_version' => 'dev-master', 44 44 'version' => 'dev-master', 45 'reference' => ' 6914f50e880283f2d180227274a675df25816e98',45 'reference' => '7643f0240a84b5b6e966d385b617b487a155ec91', 46 46 'type' => 'library', 47 47 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.