Changeset 3198975
- Timestamp:
- 11/28/2024 02:49:52 PM (16 months ago)
- Location:
- ambikly
- Files:
-
- 1 added
- 1 deleted
- 8 edited
- 1 copied
-
assets/icon-128x128.png (deleted)
-
assets/icon-256x256.gif (added)
-
tags/0.0.9 (copied) (copied from ambikly/trunk)
-
tags/0.0.9/ambikly.php (modified) (2 diffs)
-
tags/0.0.9/changelog.txt (modified) (1 diff)
-
tags/0.0.9/languages/ambikly.pot (modified) (1 diff)
-
tags/0.0.9/readme.txt (modified) (2 diffs)
-
trunk/ambikly.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/languages/ambikly.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ambikly/tags/0.0.9/ambikly.php
r3195809 r3198975 6 6 * Author: ambikly 7 7 * Author URI: https://profiles.wordpress.org/ambikly 8 * Version: 0.0. 88 * Version: 0.0.9 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. 8');30 define('AMBIKLY_VERSION', '0.0.9'); 31 31 } 32 32 -
ambikly/tags/0.0.9/changelog.txt
r3195809 r3198975 1 = 0.0.8 - 2024-11-24 2 * Fix - Guest checkout issue fixed 3 * Fix - Cart Issue fixed 4 1 5 = 0.0.7 - 2024-11-13 2 6 * Fix - PHP Compatibility issue fixed -
ambikly/tags/0.0.9/languages/ambikly.pot
r3195809 r3198975 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2024-11-2 4 10:53+0000\n"9 "POT-Creation-Date: 2024-11-28 14:48+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
ambikly/tags/0.0.9/readme.txt
r3195809 r3198975 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 0.0. 87 Stable tag: 0.0.9 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 60 60 61 61 == Changelog == 62 = 0.0.8 - 2024-11-24 63 * Fix - Guest checkout issue fixed 64 * Fix - Cart Issue fixed 62 = 0.0.9 - 2024-11-28 63 * Fix - Icon issue fixed 65 64 66 65 [See changelog for all versions](https://plugins.svn.wordpress.org/ambikly/trunk/changelog.txt). -
ambikly/trunk/ambikly.php
r3195809 r3198975 6 6 * Author: ambikly 7 7 * Author URI: https://profiles.wordpress.org/ambikly 8 * Version: 0.0. 88 * Version: 0.0.9 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. 8');30 define('AMBIKLY_VERSION', '0.0.9'); 31 31 } 32 32 -
ambikly/trunk/changelog.txt
r3195809 r3198975 1 = 0.0.8 - 2024-11-24 2 * Fix - Guest checkout issue fixed 3 * Fix - Cart Issue fixed 4 1 5 = 0.0.7 - 2024-11-13 2 6 * Fix - PHP Compatibility issue fixed -
ambikly/trunk/languages/ambikly.pot
r3195809 r3198975 7 7 "Content-Type: text/plain; charset=UTF-8\n" 8 8 "Content-Transfer-Encoding: 8bit\n" 9 "POT-Creation-Date: 2024-11-2 4 10:53+0000\n"9 "POT-Creation-Date: 2024-11-28 14:48+0000\n" 10 10 "X-Poedit-Basepath: ..\n" 11 11 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
ambikly/trunk/readme.txt
r3195809 r3198975 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 0.0. 87 Stable tag: 0.0.9 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 60 60 61 61 == Changelog == 62 = 0.0.8 - 2024-11-24 63 * Fix - Guest checkout issue fixed 64 * Fix - Cart Issue fixed 62 = 0.0.9 - 2024-11-28 63 * Fix - Icon issue fixed 65 64 66 65 [See changelog for all versions](https://plugins.svn.wordpress.org/ambikly/trunk/changelog.txt).
Note: See TracChangeset
for help on using the changeset viewer.