Plugin Directory

Changeset 3221867


Ignore:
Timestamp:
01/13/2025 11:00:38 PM (15 months ago)
Author:
forgesmith
Message:

1.8.4 - remove artifacts & bump version to correct number

Location:
refoundry-blocks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • refoundry-blocks/tags/1.8.4/foundry.php

    r3221865 r3221867  
    44Plugin URI: https://www.forgeandsmith.com
    55Description: A low-code, themeless visual site builder that makes Gutenberg better
    6 Version: 1.8.3
     6Version: 1.8.4
    77Requires at least: 6.6
    88Tested up to: 6.7
     
    1111Author URI: https://refoundry.io
    1212Text Domain: refoundry
    13 Stable tag: 1.8.3
     13Stable tag: 1.8.4
    1414License: GPLv2 or later
    1515License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1616*/
    1717
    18 const REFOUNDRY_PLUGIN_VERSION = '1.8.3';
     18const REFOUNDRY_PLUGIN_VERSION = '1.8.4';
    1919// Exit if accessed directly.
    2020if ( ! defined( 'ABSPATH' ) ) {
  • refoundry-blocks/trunk/foundry.php

    r3221865 r3221867  
    44Plugin URI: https://www.forgeandsmith.com
    55Description: A low-code, themeless visual site builder that makes Gutenberg better
    6 Version: 1.8.3
     6Version: 1.8.4
    77Requires at least: 6.6
    88Tested up to: 6.7
     
    1111Author URI: https://refoundry.io
    1212Text Domain: refoundry
    13 Stable tag: 1.8.3
     13Stable tag: 1.8.4
    1414License: GPLv2 or later
    1515License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1616*/
    1717
    18 const REFOUNDRY_PLUGIN_VERSION = '1.8.3';
     18const REFOUNDRY_PLUGIN_VERSION = '1.8.4';
    1919// Exit if accessed directly.
    2020if ( ! defined( 'ABSPATH' ) ) {
Note: See TracChangeset for help on using the changeset viewer.