Plugin Directory

Changeset 3440780


Ignore:
Timestamp:
01/16/2026 06:48:25 AM (2 months ago)
Author:
hmbashar
Message:

Update to version 1.1.1 from GitHub

Location:
smart-contact-card
Files:
26 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smart-contact-card/tags/1.1.1/readme.txt

    r3440779 r3440780  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 8.0
    88License: GPLv2 or later
  • smart-contact-card/tags/1.1.1/smart-contact-card.php

    r3440779 r3440780  
    33 * Plugin Name:  Smart Contact Card
    44 * Description:  Shareable contact cards with QR + vCard via shortcode, Gutenberg block, and Elementor widget.
    5  * Version:      1.1.0
     5 * Version:      1.1.1
    66 * Author:       Md Abul Bashar
    77 * Author URI:   https://profiles.wordpress.org/hmbashar/
     
    5858    private function define_constants(): void
    5959    {
    60         define('SMARTCC_VERSION', '1.1.0');
     60        define('SMARTCC_VERSION', '1.1.1');
    6161        define('SMARTCC_FILE', __FILE__);
    6262        define('SMARTCC_DIR', plugin_dir_path(__FILE__));
  • smart-contact-card/tags/1.1.1/vendor/composer/installed.php

    r3440779 r3440780  
    22    'root' => array(
    33        'name' => 'hmbashar/smart-contact-card',
    4         'pretty_version' => '1.1.0',
    5         'version' => '1.1.0.0',
    6         'reference' => '49f7c3ca56db2c0b463ab3c9898d8014aaeeb5cf',
     4        'pretty_version' => '1.1.1',
     5        'version' => '1.1.1.0',
     6        'reference' => '70d3d4cccbc9ff03f4b719e0d069db584f787c64',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'hmbashar/smart-contact-card' => array(
    14             'pretty_version' => '1.1.0',
    15             'version' => '1.1.0.0',
    16             'reference' => '49f7c3ca56db2c0b463ab3c9898d8014aaeeb5cf',
     14            'pretty_version' => '1.1.1',
     15            'version' => '1.1.1.0',
     16            'reference' => '70d3d4cccbc9ff03f4b719e0d069db584f787c64',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • smart-contact-card/trunk/readme.txt

    r3440779 r3440780  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 8.0
    88License: GPLv2 or later
  • smart-contact-card/trunk/smart-contact-card.php

    r3440779 r3440780  
    33 * Plugin Name:  Smart Contact Card
    44 * Description:  Shareable contact cards with QR + vCard via shortcode, Gutenberg block, and Elementor widget.
    5  * Version:      1.1.0
     5 * Version:      1.1.1
    66 * Author:       Md Abul Bashar
    77 * Author URI:   https://profiles.wordpress.org/hmbashar/
     
    5858    private function define_constants(): void
    5959    {
    60         define('SMARTCC_VERSION', '1.1.0');
     60        define('SMARTCC_VERSION', '1.1.1');
    6161        define('SMARTCC_FILE', __FILE__);
    6262        define('SMARTCC_DIR', plugin_dir_path(__FILE__));
  • smart-contact-card/trunk/vendor/composer/installed.php

    r3440779 r3440780  
    22    'root' => array(
    33        'name' => 'hmbashar/smart-contact-card',
    4         'pretty_version' => '1.1.0',
    5         'version' => '1.1.0.0',
    6         'reference' => '49f7c3ca56db2c0b463ab3c9898d8014aaeeb5cf',
     4        'pretty_version' => '1.1.1',
     5        'version' => '1.1.1.0',
     6        'reference' => '70d3d4cccbc9ff03f4b719e0d069db584f787c64',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'hmbashar/smart-contact-card' => array(
    14             'pretty_version' => '1.1.0',
    15             'version' => '1.1.0.0',
    16             'reference' => '49f7c3ca56db2c0b463ab3c9898d8014aaeeb5cf',
     14            'pretty_version' => '1.1.1',
     15            'version' => '1.1.1.0',
     16            'reference' => '70d3d4cccbc9ff03f4b719e0d069db584f787c64',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.