Plugin Directory

Changeset 3368960


Ignore:
Timestamp:
09/27/2025 06:33:44 PM (6 months ago)
Author:
ftpwebdesign
Message:

Release version 1.8.1 with assets

Location:
aboutbuzz-stories-embed/tags/1.8.1
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • aboutbuzz-stories-embed/tags/1.8.1/aboutbuzz-stories-embed.php

    r3368083 r3368960  
    44Plugin URI:  https://aboutbuzz.com
    55Description: Embed AboutBuzz video stories using [aboutbuzz_smart_stories brand_id="123,456"] shortcode. Requires activation with a secret code.
    6 Version:     1.8.0
     6Version:     1.8.1
    77Author:      ftpwebdesign.com
    88Author URI:  https://ftpwebdesign.com
     
    2323        plugin_dir_url(__FILE__) . 'assets/css/aboutbuzz-stories.css',
    2424        array(),
    25         '1.8.0'
     25        '1.8.1'
    2626    );
    2727   
     
    3131        plugin_dir_url(__FILE__) . 'assets/js/aboutbuzz-stories.js',
    3232        array(),
    33         '1.8.0',
     33        '1.8.1',
    3434        true
    3535    );
  • aboutbuzz-stories-embed/tags/1.8.1/readme.txt

    r3368083 r3368960  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.8.0
     6Stable tag: 1.8.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    100100
    101101== Changelog ==
     1021.8.1 =
     103* Release version 1.8.1 with assets fix
     104
    102105 1.8.0 =
    103106* Design & Visual Improvements:
Note: See TracChangeset for help on using the changeset viewer.