Changeset 3306414
- Timestamp:
- 06/04/2025 12:49:31 PM (10 months ago)
- Location:
- blogify-ai
- Files:
-
- 6 edited
-
tags/1.2.1/README.txt (modified) (1 diff)
-
tags/1.2.1/changelog.md (modified) (1 diff)
-
tags/1.2.1/uninstall.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blogify-ai/tags/1.2.1/README.txt
r3306380 r3306414 94 94 == Changelog == 95 95 96 = 1.2.1 = 97 98 * Fixed inability to be uninstalled 99 96 100 = 1.2.0 = 97 101 -
blogify-ai/tags/1.2.1/changelog.md
r3306380 r3306414 10 10 ## Fixed 11 11 12 - Deleting the plugin was failing due to undefined constant 12 13 - Client Secret was null for new installations when registering route to Blogify 13 14 -
blogify-ai/tags/1.2.1/uninstall.php
r3306380 r3306414 4 4 die; 5 5 } 6 delete_option( BLOGIFY_CLIENT_SECRET_OPTION_HANDLE);6 delete_option('blogify-client-secret'); -
blogify-ai/trunk/README.txt
r3306380 r3306414 94 94 == Changelog == 95 95 96 = 1.2.1 = 97 98 * Fixed inability to be uninstalled 99 96 100 = 1.2.0 = 97 101 -
blogify-ai/trunk/changelog.md
r3306370 r3306414 10 10 ## Fixed 11 11 12 - Deleting the plugin was failing due to undefined constant 12 13 - Client Secret was null for new installations when registering route to Blogify 13 14 -
blogify-ai/trunk/uninstall.php
r3297718 r3306414 4 4 die; 5 5 } 6 delete_option( BLOGIFY_CLIENT_SECRET_OPTION_HANDLE);6 delete_option('blogify-client-secret');
Note: See TracChangeset
for help on using the changeset viewer.