Changeset 3440780
- Timestamp:
- 01/16/2026 06:48:25 AM (2 months ago)
- Location:
- smart-contact-card
- Files:
-
- 26 added
- 6 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from smart-contact-card/trunk)
-
tags/1.1.1/readme.txt (modified) (1 diff)
-
tags/1.1.1/smart-contact-card.php (modified) (2 diffs)
-
tags/1.1.1/src (added)
-
tags/1.1.1/src/Elementor (added)
-
tags/1.1.1/src/Elementor/Config.php (added)
-
tags/1.1.1/src/Elementor/Widgets (added)
-
tags/1.1.1/src/Elementor/Widgets/ContactCard.php (added)
-
tags/1.1.1/src/Shortcode (added)
-
tags/1.1.1/src/Shortcode/ContactShortcode.php (added)
-
tags/1.1.1/src/View (added)
-
tags/1.1.1/src/View/card-minimal.php (added)
-
tags/1.1.1/src/View/card.php (added)
-
tags/1.1.1/src/View/css (added)
-
tags/1.1.1/src/View/css/card.css (added)
-
tags/1.1.1/src/plugin.php (added)
-
tags/1.1.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/smart-contact-card.php (modified) (2 diffs)
-
trunk/src (added)
-
trunk/src/Elementor (added)
-
trunk/src/Elementor/Config.php (added)
-
trunk/src/Elementor/Widgets (added)
-
trunk/src/Elementor/Widgets/ContactCard.php (added)
-
trunk/src/Shortcode (added)
-
trunk/src/Shortcode/ContactShortcode.php (added)
-
trunk/src/View (added)
-
trunk/src/View/card-minimal.php (added)
-
trunk/src/View/card.php (added)
-
trunk/src/View/css (added)
-
trunk/src/View/css/card.css (added)
-
trunk/src/plugin.php (added)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-contact-card/tags/1.1.1/readme.txt
r3440779 r3440780 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later -
smart-contact-card/tags/1.1.1/smart-contact-card.php
r3440779 r3440780 3 3 * Plugin Name: Smart Contact Card 4 4 * Description: Shareable contact cards with QR + vCard via shortcode, Gutenberg block, and Elementor widget. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: Md Abul Bashar 7 7 * Author URI: https://profiles.wordpress.org/hmbashar/ … … 58 58 private function define_constants(): void 59 59 { 60 define('SMARTCC_VERSION', '1.1. 0');60 define('SMARTCC_VERSION', '1.1.1'); 61 61 define('SMARTCC_FILE', __FILE__); 62 62 define('SMARTCC_DIR', plugin_dir_path(__FILE__)); -
smart-contact-card/tags/1.1.1/vendor/composer/installed.php
r3440779 r3440780 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
smart-contact-card/trunk/readme.txt
r3440779 r3440780 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later -
smart-contact-card/trunk/smart-contact-card.php
r3440779 r3440780 3 3 * Plugin Name: Smart Contact Card 4 4 * Description: Shareable contact cards with QR + vCard via shortcode, Gutenberg block, and Elementor widget. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Author: Md Abul Bashar 7 7 * Author URI: https://profiles.wordpress.org/hmbashar/ … … 58 58 private function define_constants(): void 59 59 { 60 define('SMARTCC_VERSION', '1.1. 0');60 define('SMARTCC_VERSION', '1.1.1'); 61 61 define('SMARTCC_FILE', __FILE__); 62 62 define('SMARTCC_DIR', plugin_dir_path(__FILE__)); -
smart-contact-card/trunk/vendor/composer/installed.php
r3440779 r3440780 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.