Changeset 2862037
- Timestamp:
- 02/08/2023 12:04:45 PM (3 years ago)
- Location:
- call-to-action-block-wppool
- Files:
-
- 6 added
- 4 edited
- 1 copied
-
tags/1.0.8 (copied) (copied from call-to-action-block-wppool/trunk)
-
tags/1.0.8/.github (added)
-
tags/1.0.8/.github/workflows (added)
-
tags/1.0.8/.github/workflows/wpcs.yml (added)
-
tags/1.0.8/plugin.php (modified) (2 diffs)
-
tags/1.0.8/readme.txt (modified) (2 diffs)
-
trunk/.github (added)
-
trunk/.github/workflows (added)
-
trunk/.github/workflows/wpcs.yml (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.8/plugin.php
r2853325 r2862037 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. 76 * Version: 1.0.8 7 7 * Author: WPPOOL 8 8 * Author URI: https://wppool.dev … … 22 22 } 23 23 24 define('CTAGB_VERSION', '1.0. 7');24 define('CTAGB_VERSION', '1.0.8'); 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.8/readme.txt
r2853325 r2862037 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.4 7 Stable Tag: 1.0. 77 Stable Tag: 1.0.8 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 51 - Minor bug fixes and enhancement 52 49 53 = 1.0.7 - 24 JAN 2023 = 50 54 - Minor bug fixes and enhancement -
call-to-action-block-wppool/trunk/plugin.php
r2853325 r2862037 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. 76 * Version: 1.0.8 7 7 * Author: WPPOOL 8 8 * Author URI: https://wppool.dev … … 22 22 } 23 23 24 define('CTAGB_VERSION', '1.0. 7');24 define('CTAGB_VERSION', '1.0.8'); 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
r2853325 r2862037 5 5 Tested up to: 6.0.2 6 6 Requires PHP: 5.4 7 Stable Tag: 1.0. 77 Stable Tag: 1.0.8 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 51 - Minor bug fixes and enhancement 52 49 53 = 1.0.7 - 24 JAN 2023 = 50 54 - Minor bug fixes and enhancement
Note: See TracChangeset
for help on using the changeset viewer.