Changeset 3221867
- Timestamp:
- 01/13/2025 11:00:38 PM (15 months ago)
- Location:
- refoundry-blocks
- Files:
-
- 2 edited
-
tags/1.8.4/foundry.php (modified) (2 diffs)
-
trunk/foundry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
refoundry-blocks/tags/1.8.4/foundry.php
r3221865 r3221867 4 4 Plugin URI: https://www.forgeandsmith.com 5 5 Description: A low-code, themeless visual site builder that makes Gutenberg better 6 Version: 1.8. 36 Version: 1.8.4 7 7 Requires at least: 6.6 8 8 Tested up to: 6.7 … … 11 11 Author URI: https://refoundry.io 12 12 Text Domain: refoundry 13 Stable tag: 1.8. 313 Stable tag: 1.8.4 14 14 License: GPLv2 or later 15 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html 16 16 */ 17 17 18 const REFOUNDRY_PLUGIN_VERSION = '1.8. 3';18 const REFOUNDRY_PLUGIN_VERSION = '1.8.4'; 19 19 // Exit if accessed directly. 20 20 if ( ! defined( 'ABSPATH' ) ) { -
refoundry-blocks/trunk/foundry.php
r3221865 r3221867 4 4 Plugin URI: https://www.forgeandsmith.com 5 5 Description: A low-code, themeless visual site builder that makes Gutenberg better 6 Version: 1.8. 36 Version: 1.8.4 7 7 Requires at least: 6.6 8 8 Tested up to: 6.7 … … 11 11 Author URI: https://refoundry.io 12 12 Text Domain: refoundry 13 Stable tag: 1.8. 313 Stable tag: 1.8.4 14 14 License: GPLv2 or later 15 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html 16 16 */ 17 17 18 const REFOUNDRY_PLUGIN_VERSION = '1.8. 3';18 const REFOUNDRY_PLUGIN_VERSION = '1.8.4'; 19 19 // Exit if accessed directly. 20 20 if ( ! defined( 'ABSPATH' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.