Changeset 2862049
- Timestamp:
- 02/08/2023 12:21:11 PM (3 years ago)
- Location:
- call-to-action-block-wppool
- Files:
-
- 18 added
- 4 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from call-to-action-block-wppool/trunk)
-
tags/1.0.9/blocks/src (added)
-
tags/1.0.9/blocks/src/Edit.js (added)
-
tags/1.0.9/blocks/src/attributes.js (added)
-
tags/1.0.9/blocks/src/blockicon.js (added)
-
tags/1.0.9/blocks/src/blocks.js (added)
-
tags/1.0.9/blocks/src/cta-component.js (added)
-
tags/1.0.9/blocks/src/editor.scss (added)
-
tags/1.0.9/blocks/src/style.scss (added)
-
tags/1.0.9/blocks/src/styleicon.js (added)
-
tags/1.0.9/plugin.php (modified) (2 diffs)
-
tags/1.0.9/readme.txt (modified) (2 diffs)
-
trunk/blocks/src (added)
-
trunk/blocks/src/Edit.js (added)
-
trunk/blocks/src/attributes.js (added)
-
trunk/blocks/src/blockicon.js (added)
-
trunk/blocks/src/blocks.js (added)
-
trunk/blocks/src/cta-component.js (added)
-
trunk/blocks/src/editor.scss (added)
-
trunk/blocks/src/style.scss (added)
-
trunk/blocks/src/styleicon.js (added)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
call-to-action-block-wppool/tags/1.0.9/plugin.php
r2862037 r2862049 4 4 * Plugin URI: https://block-cta.wppool.dev/ 5 5 * Description: Call to action WordPress gutenberg block with extended customization and flexible setting options 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: WPPOOL 8 8 * Author URI: https://wppool.dev … … 22 22 } 23 23 24 define('CTAGB_VERSION', '1.0. 8');24 define('CTAGB_VERSION', '1.0.9'); 25 25 define('CTAGB__FILE__', __FILE__); 26 26 define('CTAGB_DIR_PATH', plugin_dir_path(CTAGB__FILE__)); -
call-to-action-block-wppool/tags/1.0.9/readme.txt
r2862037 r2862049 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.4 7 Stable Tag: 1.0. 87 Stable Tag: 1.0.9 8 8 License: GPL-2.0+ 9 9 Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt … … 47 47 == Changelog == 48 48 49 = 1.0.8 - 08 FEB 2023 = 50 - Added source files 49 = 1.0.9 - 01 FEB 2023 = 50 - Added source files 51 - Minor bug fixes and enhancement 52 53 = 1.0.8 - 01 FEB 2023 = 51 54 - Minor bug fixes and enhancement 52 55 -
call-to-action-block-wppool/trunk/plugin.php
r2862037 r2862049 4 4 * Plugin URI: https://block-cta.wppool.dev/ 5 5 * Description: Call to action WordPress gutenberg block with extended customization and flexible setting options 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: WPPOOL 8 8 * Author URI: https://wppool.dev … … 22 22 } 23 23 24 define('CTAGB_VERSION', '1.0. 8');24 define('CTAGB_VERSION', '1.0.9'); 25 25 define('CTAGB__FILE__', __FILE__); 26 26 define('CTAGB_DIR_PATH', plugin_dir_path(CTAGB__FILE__)); -
call-to-action-block-wppool/trunk/readme.txt
r2862037 r2862049 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.4 7 Stable Tag: 1.0. 87 Stable Tag: 1.0.9 8 8 License: GPL-2.0+ 9 9 Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt … … 47 47 == Changelog == 48 48 49 = 1.0.8 - 08 FEB 2023 = 50 - Added source files 49 = 1.0.9 - 01 FEB 2023 = 50 - Added source files 51 - Minor bug fixes and enhancement 52 53 = 1.0.8 - 01 FEB 2023 = 51 54 - Minor bug fixes and enhancement 52 55
Note: See TracChangeset
for help on using the changeset viewer.