Plugin Directory

Changeset 3372879


Ignore:
Timestamp:
10/04/2025 03:11:09 PM (5 months ago)
Author:
tekod
Message:

Update to version 0.4.2 from GitHub

Location:
cp-blocks-for-acf
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cp-blocks-for-acf/tags/0.4.2/cp-blocks-for-acf.php

    r3346583 r3372879  
    33Plugin Name: Copy/Paste FlexContent Blocks for ACF
    44Description: Feature for ACF that allows copy-paste flexible blocks.
    5 Version:     0.4.0
     5Version:     0.4.2
    66Author:      Miroslav Curcic
    77Author URI:  https://profiles.wordpress.org/tekod
     
    2727define('CPBLOCKSFORACF_PLUGINBASENAME', plugin_basename(__FILE__));
    2828define('CPBLOCKSFORACF_DIR', __DIR__);
    29 define('CPBLOCKSFORACF_VERSION', '0.4.0'); // plugin version
     29define('CPBLOCKSFORACF_VERSION', '0.4.2'); // plugin version
    3030
    3131// run plugin
  • cp-blocks-for-acf/tags/0.4.2/readme.txt

    r3346583 r3372879  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 0.4.0
     6Stable tag: 0.4.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
  • cp-blocks-for-acf/trunk/cp-blocks-for-acf.php

    r3346583 r3372879  
    33Plugin Name: Copy/Paste FlexContent Blocks for ACF
    44Description: Feature for ACF that allows copy-paste flexible blocks.
    5 Version:     0.4.0
     5Version:     0.4.2
    66Author:      Miroslav Curcic
    77Author URI:  https://profiles.wordpress.org/tekod
     
    2727define('CPBLOCKSFORACF_PLUGINBASENAME', plugin_basename(__FILE__));
    2828define('CPBLOCKSFORACF_DIR', __DIR__);
    29 define('CPBLOCKSFORACF_VERSION', '0.4.0'); // plugin version
     29define('CPBLOCKSFORACF_VERSION', '0.4.2'); // plugin version
    3030
    3131// run plugin
  • cp-blocks-for-acf/trunk/readme.txt

    r3346583 r3372879  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 0.4.0
     6Stable tag: 0.4.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.