Plugin Directory

Changeset 2862037


Ignore:
Timestamp:
02/08/2023 12:04:45 PM (3 years ago)
Author:
wppool
Message:

Tagging version 1.0.8

Location:
call-to-action-block-wppool
Files:
6 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • call-to-action-block-wppool/tags/1.0.8/plugin.php

    r2853325 r2862037  
    44 * Plugin URI:        https://block-cta.wppool.dev/
    55 * Description:       Call to action WordPress gutenberg block with extended customization and flexible setting options
    6  * Version:           1.0.7
     6 * Version:           1.0.8
    77 * Author:            WPPOOL
    88 * Author URI:        https://wppool.dev
     
    2222}
    2323
    24 define('CTAGB_VERSION', '1.0.7');
     24define('CTAGB_VERSION', '1.0.8');
    2525define('CTAGB__FILE__', __FILE__);
    2626define('CTAGB_DIR_PATH', plugin_dir_path(CTAGB__FILE__));
  • call-to-action-block-wppool/tags/1.0.8/readme.txt

    r2853325 r2862037  
    55Tested up to: 6.0.2
    66Requires PHP: 5.4
    7 Stable Tag: 1.0.7
     7Stable Tag: 1.0.8
    88License: GPL-2.0+
    99Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt
     
    4747== Changelog ==
    4848
     49= 1.0.8 - 08 FEB 2023 =
     50- Added source files
     51- Minor bug fixes and enhancement
     52
    4953= 1.0.7 - 24 JAN 2023 =
    5054- Minor bug fixes and enhancement
  • call-to-action-block-wppool/trunk/plugin.php

    r2853325 r2862037  
    44 * Plugin URI:        https://block-cta.wppool.dev/
    55 * Description:       Call to action WordPress gutenberg block with extended customization and flexible setting options
    6  * Version:           1.0.7
     6 * Version:           1.0.8
    77 * Author:            WPPOOL
    88 * Author URI:        https://wppool.dev
     
    2222}
    2323
    24 define('CTAGB_VERSION', '1.0.7');
     24define('CTAGB_VERSION', '1.0.8');
    2525define('CTAGB__FILE__', __FILE__);
    2626define('CTAGB_DIR_PATH', plugin_dir_path(CTAGB__FILE__));
  • call-to-action-block-wppool/trunk/readme.txt

    r2853325 r2862037  
    55Tested up to: 6.0.2
    66Requires PHP: 5.4
    7 Stable Tag: 1.0.7
     7Stable Tag: 1.0.8
    88License: GPL-2.0+
    99Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt
     
    4747== Changelog ==
    4848
     49= 1.0.8 - 08 FEB 2023 =
     50- Added source files
     51- Minor bug fixes and enhancement
     52
    4953= 1.0.7 - 24 JAN 2023 =
    5054- Minor bug fixes and enhancement
Note: See TracChangeset for help on using the changeset viewer.