Changeset 3372879
- Timestamp:
- 10/04/2025 03:11:09 PM (5 months ago)
- Location:
- cp-blocks-for-acf
- Files:
-
- 4 edited
- 1 copied
-
tags/0.4.2 (copied) (copied from cp-blocks-for-acf/trunk)
-
tags/0.4.2/cp-blocks-for-acf.php (modified) (2 diffs)
-
tags/0.4.2/readme.txt (modified) (1 diff)
-
trunk/cp-blocks-for-acf.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cp-blocks-for-acf/tags/0.4.2/cp-blocks-for-acf.php
r3346583 r3372879 3 3 Plugin Name: Copy/Paste FlexContent Blocks for ACF 4 4 Description: Feature for ACF that allows copy-paste flexible blocks. 5 Version: 0.4. 05 Version: 0.4.2 6 6 Author: Miroslav Curcic 7 7 Author URI: https://profiles.wordpress.org/tekod … … 27 27 define('CPBLOCKSFORACF_PLUGINBASENAME', plugin_basename(__FILE__)); 28 28 define('CPBLOCKSFORACF_DIR', __DIR__); 29 define('CPBLOCKSFORACF_VERSION', '0.4. 0'); // plugin version29 define('CPBLOCKSFORACF_VERSION', '0.4.2'); // plugin version 30 30 31 31 // run plugin -
cp-blocks-for-acf/tags/0.4.2/readme.txt
r3346583 r3372879 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 0.4. 06 Stable tag: 0.4.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
cp-blocks-for-acf/trunk/cp-blocks-for-acf.php
r3346583 r3372879 3 3 Plugin Name: Copy/Paste FlexContent Blocks for ACF 4 4 Description: Feature for ACF that allows copy-paste flexible blocks. 5 Version: 0.4. 05 Version: 0.4.2 6 6 Author: Miroslav Curcic 7 7 Author URI: https://profiles.wordpress.org/tekod … … 27 27 define('CPBLOCKSFORACF_PLUGINBASENAME', plugin_basename(__FILE__)); 28 28 define('CPBLOCKSFORACF_DIR', __DIR__); 29 define('CPBLOCKSFORACF_VERSION', '0.4. 0'); // plugin version29 define('CPBLOCKSFORACF_VERSION', '0.4.2'); // plugin version 30 30 31 31 // run plugin -
cp-blocks-for-acf/trunk/readme.txt
r3346583 r3372879 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 0.4. 06 Stable tag: 0.4.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.