Changeset 3184544
- Timestamp:
- 11/08/2024 03:37:13 PM (16 months ago)
- Location:
- ambikly
- Files:
-
- 6 deleted
- 4 edited
- 1 copied
-
tags/0.0.2 (copied) (copied from ambikly/trunk)
-
tags/0.0.2/.env (deleted)
-
tags/0.0.2/ambikly.php (modified) (2 diffs)
-
tags/0.0.2/gulpfile.js (deleted)
-
tags/0.0.2/readme.txt (modified) (1 diff)
-
tags/0.0.2/webpack (deleted)
-
trunk/.env (deleted)
-
trunk/ambikly.php (modified) (2 diffs)
-
trunk/gulpfile.js (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/webpack (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ambikly/tags/0.0.2/ambikly.php
r3184536 r3184544 6 6 * Author: ambikly 7 7 * Author URI: https://profiles.wordpress.org/ambikly 8 * Version: 0.0. 18 * Version: 0.0.2 9 9 * License: GPLv3+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 28 28 // Define AMBIKLY_VERSION. 29 29 if (!defined('AMBIKLY_VERSION')) { 30 define('AMBIKLY_VERSION', '0.0. 1');30 define('AMBIKLY_VERSION', '0.0.2'); 31 31 } 32 32 -
ambikly/tags/0.0.2/readme.txt
r3184536 r3184544 1 1 === Ambikly === 2 Contributors: Ambikly 2 Contributors: Ambikly - The easiest way to start selling online 3 3 Tags: ecommerce 4 4 Requires at least: 5.4 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 0.0. 17 Stable tag: 0.0.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress. Start accepting payments and managing your store with ease.11 Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress. 12 12 13 13 == Description == -
ambikly/trunk/ambikly.php
r3184536 r3184544 6 6 * Author: ambikly 7 7 * Author URI: https://profiles.wordpress.org/ambikly 8 * Version: 0.0. 18 * Version: 0.0.2 9 9 * License: GPLv3+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 28 28 // Define AMBIKLY_VERSION. 29 29 if (!defined('AMBIKLY_VERSION')) { 30 define('AMBIKLY_VERSION', '0.0. 1');30 define('AMBIKLY_VERSION', '0.0.2'); 31 31 } 32 32 -
ambikly/trunk/readme.txt
r3184536 r3184544 1 1 === Ambikly === 2 Contributors: Ambikly 2 Contributors: Ambikly - The easiest way to start selling online 3 3 Tags: ecommerce 4 4 Requires at least: 5.4 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 0.0. 17 Stable tag: 0.0.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress. Start accepting payments and managing your store with ease.11 Ambikly is a lightweight eCommerce plugin that allows you to sell physical products through WordPress. 12 12 13 13 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.