Plugin Directory

Changeset 1454743


Ignore:
Timestamp:
07/14/2016 02:05:28 PM (10 years ago)
Author:
nelio
Message:

Tagging version 4.5.4

Location:
nelio-ab-testing
Files:
2 deleted
1 edited
105 copied

Legend:

Unmodified
Added
Removed
  • nelio-ab-testing/tags/4.5.4/readme.txt

    r1454725 r1454743  
    44Requires at least: 3.5
    55Tested up to: 4.5
    6 Stable tag: 4.5.3
     6Stable tag: 4.5.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    292292== Changelog ==
    293293
     294= 4.5.4 (July 14, 2016) =
     295* **Compat Improvement**. Some themes weren't compatible with Nelio because
     296some filters were triggered before the `setup_theme` action. This has now
     297been fixed.
     298* **Bug Fix**. Some click events (for instance, when tracking an element
     299whose ID includes a `:` char) couldn't be tracked because they generated
     300a JavaScript exception. This is now surrounded in a `try-catch` block.
     301* **i18n Fix**. Updated internationalization strings, so that the
     302plugin can be translated in translate.wordpress.org.
     303
     304
    294305= 4.5.3 (June 7, 2016) =
    295306* **Bug Fix**. AJAX error because of invalid formatted value has now been
     
    11971208== Upgrade Notice ==
    11981209
    1199 = 4.5.3 =
     1210= 4.5.4 =
    12001211Minor updates and bug fixes.
    12011212
  • nelio-ab-testing/trunk/readme.txt

    r1454725 r1454743  
    44Requires at least: 3.5
    55Tested up to: 4.5
    6 Stable tag: 4.5.3
     6Stable tag: 4.5.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    292292== Changelog ==
    293293
     294= 4.5.4 (July 14, 2016) =
     295* **Compat Improvement**. Some themes weren't compatible with Nelio because
     296some filters were triggered before the `setup_theme` action. This has now
     297been fixed.
     298* **Bug Fix**. Some click events (for instance, when tracking an element
     299whose ID includes a `:` char) couldn't be tracked because they generated
     300a JavaScript exception. This is now surrounded in a `try-catch` block.
     301* **i18n Fix**. Updated internationalization strings, so that the
     302plugin can be translated in translate.wordpress.org.
     303
     304
    294305= 4.5.3 (June 7, 2016) =
    295306* **Bug Fix**. AJAX error because of invalid formatted value has now been
     
    11971208== Upgrade Notice ==
    11981209
    1199 = 4.5.3 =
     1210= 4.5.4 =
    12001211Minor updates and bug fixes.
    12011212
Note: See TracChangeset for help on using the changeset viewer.