Plugin Directory

Changeset 2862049


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

Tagging version 1.0.9

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

Legend:

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

    r2862037 r2862049  
    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.8
     6 * Version:           1.0.9
    77 * Author:            WPPOOL
    88 * Author URI:        https://wppool.dev
     
    2222}
    2323
    24 define('CTAGB_VERSION', '1.0.8');
     24define('CTAGB_VERSION', '1.0.9');
    2525define('CTAGB__FILE__', __FILE__);
    2626define('CTAGB_DIR_PATH', plugin_dir_path(CTAGB__FILE__));
  • call-to-action-block-wppool/tags/1.0.9/readme.txt

    r2862037 r2862049  
    55Tested up to: 6.0.2
    66Requires PHP: 5.4
    7 Stable Tag: 1.0.8
     7Stable Tag: 1.0.9
    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
     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 =
    5154- Minor bug fixes and enhancement
    5255
  • call-to-action-block-wppool/trunk/plugin.php

    r2862037 r2862049  
    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.8
     6 * Version:           1.0.9
    77 * Author:            WPPOOL
    88 * Author URI:        https://wppool.dev
     
    2222}
    2323
    24 define('CTAGB_VERSION', '1.0.8');
     24define('CTAGB_VERSION', '1.0.9');
    2525define('CTAGB__FILE__', __FILE__);
    2626define('CTAGB_DIR_PATH', plugin_dir_path(CTAGB__FILE__));
  • call-to-action-block-wppool/trunk/readme.txt

    r2862037 r2862049  
    55Tested up to: 6.0.2
    66Requires PHP: 5.4
    7 Stable Tag: 1.0.8
     7Stable Tag: 1.0.9
    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
     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 =
    5154- Minor bug fixes and enhancement
    5255
Note: See TracChangeset for help on using the changeset viewer.