Plugin Directory

Changeset 2244033


Ignore:
Timestamp:
02/13/2020 06:05:17 PM (6 years ago)
Author:
gpriday
Message:

Corrected release version number

Location:
so-widgets-bundle
Files:
1 deleted
2 edited
94 copied

Legend:

Unmodified
Added
Removed
  • so-widgets-bundle/tags/1.16.0/readme.txt

    r2242868 r2244033  
    33Requires at least: 4.2
    44Tested up to: 5.3
    5 Stable tag: 1.6.0
    6 Build time: 2020-02-11T12:01:01+02:00
     5Stable tag: 1.16.0
     6Build time: 2020-02-13T20:00:45+02:00
    77License: GPLv3 or later
    88Contributors: gpriday, braam-genis
     
    6666== Changelog ==
    6767
    68 = 1.6.0 - 11 February 2020 =
     68= 1.16.0 - 11 February 2020 =
    6969* Block Editor: Fixed widget select field width and alignment.
    7070* Removed unused template files.
  • so-widgets-bundle/tags/1.16.0/so-widgets-bundle.php

    r2242868 r2244033  
    33Plugin Name: SiteOrigin Widgets Bundle
    44Description: A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.
    5 Version: 1.6.0
     5Version: 1.16.0
    66Text Domain: so-widgets-bundle
    77Domain Path: /lang
     
    1313*/
    1414
    15 define('SOW_BUNDLE_VERSION', '1.6.0');
     15define('SOW_BUNDLE_VERSION', '1.16.0');
    1616define('SOW_BUNDLE_BASE_FILE', __FILE__);
    1717
  • so-widgets-bundle/trunk/readme.txt

    r2242868 r2244033  
    33Requires at least: 4.2
    44Tested up to: 5.3
    5 Stable tag: 1.6.0
    6 Build time: 2020-02-11T12:01:01+02:00
     5Stable tag: 1.16.0
     6Build time: 2020-02-13T20:00:45+02:00
    77License: GPLv3 or later
    88Contributors: gpriday, braam-genis
     
    6666== Changelog ==
    6767
    68 = 1.6.0 - 11 February 2020 =
     68= 1.16.0 - 11 February 2020 =
    6969* Block Editor: Fixed widget select field width and alignment.
    7070* Removed unused template files.
  • so-widgets-bundle/trunk/so-widgets-bundle.php

    r2242868 r2244033  
    33Plugin Name: SiteOrigin Widgets Bundle
    44Description: A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.
    5 Version: 1.6.0
     5Version: 1.16.0
    66Text Domain: so-widgets-bundle
    77Domain Path: /lang
     
    1313*/
    1414
    15 define('SOW_BUNDLE_VERSION', '1.6.0');
     15define('SOW_BUNDLE_VERSION', '1.16.0');
    1616define('SOW_BUNDLE_BASE_FILE', __FILE__);
    1717
Note: See TracChangeset for help on using the changeset viewer.