Plugin Directory

Changeset 3344392


Ignore:
Timestamp:
08/14/2025 07:52:46 AM (6 months ago)
Author:
sendsmaily
Message:

Release 1.2.4, see readme.txt for the changelog.

Location:
smaily-connect
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smaily-connect/tags/1.2.4/admin/partials/smaily-admin-page.php

    r3280976 r3344392  
    2020
    2121?>
     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>
    2226<div class="wrap smaily-connect-admin-settings">
    2327    <form action="options.php" method="post">
  • smaily-connect/tags/1.2.4/readme.txt

    r3343937 r3344392  
    66Tested up to: 6.8
    77WC tested up to: 9.6.1
    8 Stable tag: 1.2.3
     8Stable tag: 1.2.4
    99License: GPLv3 or later
    1010
     
    6161== Changelog ==
    6262
    63 ## 1.2.3
     63= 1.2.4 =
    6464
    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.
     65Render admin notices outside the form element to ensure proper display and avoid potential conflicts with form submission.
     66
     67= 1.2.3 =
     68
     69Load 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.
    6670
    6771= 1.2.2 =
    6872
    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.
     73Fixed 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.
    7074
    7175= 1.2.1 =
  • smaily-connect/tags/1.2.4/smaily-connect.php

    r3343937 r3344392  
    1212 * Plugin URI:        https://smaily.com/help/user-manual/smaily-connect-for-wordpress/
    1313 * Text Domain:       smaily-connect
    14  * Version:           1.2.3
     14 * Version:           1.2.4
    1515*/
    1616
     
    2323 * Current plugin version.
    2424 */
    25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2.3' );
     25define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2.4' );
    2626
    2727/**
  • smaily-connect/trunk/admin/partials/smaily-admin-page.php

    r3280976 r3344392  
    2020
    2121?>
     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>
    2226<div class="wrap smaily-connect-admin-settings">
    2327    <form action="options.php" method="post">
  • smaily-connect/trunk/readme.txt

    r3343937 r3344392  
    66Tested up to: 6.8
    77WC tested up to: 9.6.1
    8 Stable tag: 1.2.3
     8Stable tag: 1.2.4
    99License: GPLv3 or later
    1010
     
    6161== Changelog ==
    6262
    63 ## 1.2.3
     63= 1.2.4 =
    6464
    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.
     65Render admin notices outside the form element to ensure proper display and avoid potential conflicts with form submission.
     66
     67= 1.2.3 =
     68
     69Load 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.
    6670
    6771= 1.2.2 =
    6872
    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.
     73Fixed 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.
    7074
    7175= 1.2.1 =
  • smaily-connect/trunk/smaily-connect.php

    r3343937 r3344392  
    1212 * Plugin URI:        https://smaily.com/help/user-manual/smaily-connect-for-wordpress/
    1313 * Text Domain:       smaily-connect
    14  * Version:           1.2.3
     14 * Version:           1.2.4
    1515*/
    1616
     
    2323 * Current plugin version.
    2424 */
    25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2.3' );
     25define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.2.4' );
    2626
    2727/**
Note: See TracChangeset for help on using the changeset viewer.