Changeset 3344392
- Timestamp:
- 08/14/2025 07:52:46 AM (6 months ago)
- Location:
- smaily-connect
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.4 (copied) (copied from smaily-connect/trunk)
-
tags/1.2.4/admin/partials/smaily-admin-page.php (modified) (1 diff)
-
tags/1.2.4/readme.txt (modified) (2 diffs)
-
tags/1.2.4/smaily-connect.php (modified) (2 diffs)
-
trunk/admin/partials/smaily-admin-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smaily-connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smaily-connect/tags/1.2.4/admin/partials/smaily-admin-page.php
r3280976 r3344392 20 20 21 21 ?> 22 <!-- Rendering admin notices outside the form. Check wp-admin/js/common.js:1087 for ref. --> 23 <div class="wrap"> 24 <h1></h1> 25 </div> 22 26 <div class="wrap smaily-connect-admin-settings"> 23 27 <form action="options.php" method="post"> -
smaily-connect/tags/1.2.4/readme.txt
r3343937 r3344392 6 6 Tested up to: 6.8 7 7 WC tested up to: 9.6.1 8 Stable tag: 1.2. 38 Stable tag: 1.2.4 9 9 License: GPLv3 or later 10 10 … … 61 61 == Changelog == 62 62 63 ## 1.2.3 63 = 1.2.4 = 64 64 65 - Load the plugin text domain in the `init` action. This complies with the WordPress 6.7+ plugin development standards and ensures that the plugin translations are loaded correctly. 65 Render admin notices outside the form element to ensure proper display and avoid potential conflicts with form submission. 66 67 = 1.2.3 = 68 69 Load the plugin text domain in the `init` action. This complies with the WordPress 6.7+ plugin development standards and ensures that the plugin translations are loaded correctly. 66 70 67 71 = 1.2.2 = 68 72 69 -Fixed RSS feed product query by removing random ordering. The combination of random ordering and query limits could result in empty product feeds on subsequent requests, causing RSS parser failures.73 Fixed RSS feed product query by removing random ordering. The combination of random ordering and query limits could result in empty product feeds on subsequent requests, causing RSS parser failures. 70 74 71 75 = 1.2.1 = -
smaily-connect/tags/1.2.4/smaily-connect.php
r3343937 r3344392 12 12 * Plugin URI: https://smaily.com/help/user-manual/smaily-connect-for-wordpress/ 13 13 * Text Domain: smaily-connect 14 * Version: 1.2. 314 * Version: 1.2.4 15 15 */ 16 16 … … 23 23 * Current plugin version. 24 24 */ 25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2. 3' );25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2.4' ); 26 26 27 27 /** -
smaily-connect/trunk/admin/partials/smaily-admin-page.php
r3280976 r3344392 20 20 21 21 ?> 22 <!-- Rendering admin notices outside the form. Check wp-admin/js/common.js:1087 for ref. --> 23 <div class="wrap"> 24 <h1></h1> 25 </div> 22 26 <div class="wrap smaily-connect-admin-settings"> 23 27 <form action="options.php" method="post"> -
smaily-connect/trunk/readme.txt
r3343937 r3344392 6 6 Tested up to: 6.8 7 7 WC tested up to: 9.6.1 8 Stable tag: 1.2. 38 Stable tag: 1.2.4 9 9 License: GPLv3 or later 10 10 … … 61 61 == Changelog == 62 62 63 ## 1.2.3 63 = 1.2.4 = 64 64 65 - Load the plugin text domain in the `init` action. This complies with the WordPress 6.7+ plugin development standards and ensures that the plugin translations are loaded correctly. 65 Render admin notices outside the form element to ensure proper display and avoid potential conflicts with form submission. 66 67 = 1.2.3 = 68 69 Load the plugin text domain in the `init` action. This complies with the WordPress 6.7+ plugin development standards and ensures that the plugin translations are loaded correctly. 66 70 67 71 = 1.2.2 = 68 72 69 -Fixed RSS feed product query by removing random ordering. The combination of random ordering and query limits could result in empty product feeds on subsequent requests, causing RSS parser failures.73 Fixed RSS feed product query by removing random ordering. The combination of random ordering and query limits could result in empty product feeds on subsequent requests, causing RSS parser failures. 70 74 71 75 = 1.2.1 = -
smaily-connect/trunk/smaily-connect.php
r3343937 r3344392 12 12 * Plugin URI: https://smaily.com/help/user-manual/smaily-connect-for-wordpress/ 13 13 * Text Domain: smaily-connect 14 * Version: 1.2. 314 * Version: 1.2.4 15 15 */ 16 16 … … 23 23 * Current plugin version. 24 24 */ 25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2. 3' );25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2.4' ); 26 26 27 27 /**
Note: See TracChangeset
for help on using the changeset viewer.