Plugin Directory

Changeset 3106281

Timestamp:
06/23/2024 06:30:27 PM (2 weeks ago)
Author:
frantorres
Message:

4.4.7.3 PRT Reverting actions

Location:
social-warfare
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • social-warfare/tags/4.4.7.3/readme.txt

    r3106250 r3106281  
    44Requires at least: 4.5.0
    55Tested up to: 6.5
    6 Stable tag: 4.4.7.2
     6Stable tag: 4.4.7.
    77Requires PHP: 5.6
    88License: GNU General Public License v2.0 or later
     
    183183
    184184== Changelog ==
     185
     186
     187
     188
     189
     190
    185191= 4.4.6.3 (5 Apr 2024) =
    186192* Changed the visibility of `$key` property from `private` to `public` to allow external access and manipulation, enhancing the flexibility for class interactions.
  • social-warfare/tags/4.4.7.3/social-warfare.php

    r3106250 r3106281  
    55 * Plugin URI:  https://warfareplugins.com
    66 * Description: A plugin to maximize social shares and drive more traffic using the fastest and most intelligent share buttons on the market, calls to action via in-post click-to-tweets, popular posts widgets based on share popularity, link-shortening, Google Analytics and much, much more!
    7  * Version:     4.4.7.2
     7 * Version:     4.4.7.
    88 * Author:      Warfare Plugins
    99 * Author URI:  https://warfareplugins.com
     
    2121 *
    2222 */
    23 define( 'SWP_VERSION', '4.4.7.2' );
     23define( 'SWP_VERSION', '4.4.7.' );
    2424define( 'SWP_DEV_VERSION', '2024.06.23 MASTER' );
    2525define( 'SWP_PLUGIN_FILE', __FILE__ );
     
    3939add_filter( 'the_excerpt', 'do_shortcode', 1 );
    4040
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
    4192/**
    4293 * Social Warfare is entirely a class-based, object oriented system. As such, the
  • social-warfare/trunk/readme.txt

    r3106250 r3106281  
    44Requires at least: 4.5.0
    55Tested up to: 6.5
    6 Stable tag: 4.4.7.2
     6Stable tag: 4.4.7.
    77Requires PHP: 5.6
    88License: GNU General Public License v2.0 or later
     
    183183
    184184== Changelog ==
     185
     186
     187
     188
     189
     190
    185191= 4.4.6.3 (5 Apr 2024) =
    186192* Changed the visibility of `$key` property from `private` to `public` to allow external access and manipulation, enhancing the flexibility for class interactions.
  • social-warfare/trunk/social-warfare.php

    r3106250 r3106281  
    55 * Plugin URI:  https://warfareplugins.com
    66 * Description: A plugin to maximize social shares and drive more traffic using the fastest and most intelligent share buttons on the market, calls to action via in-post click-to-tweets, popular posts widgets based on share popularity, link-shortening, Google Analytics and much, much more!
    7  * Version:     4.4.7.2
     7 * Version:     4.4.7.
    88 * Author:      Warfare Plugins
    99 * Author URI:  https://warfareplugins.com
     
    2121 *
    2222 */
    23 define( 'SWP_VERSION', '4.4.7.2' );
     23define( 'SWP_VERSION', '4.4.7.' );
    2424define( 'SWP_DEV_VERSION', '2024.06.23 MASTER' );
    2525define( 'SWP_PLUGIN_FILE', __FILE__ );
     
    3939add_filter( 'the_excerpt', 'do_shortcode', 1 );
    4040
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
    4192/**
    4293 * Social Warfare is entirely a class-based, object oriented system. As such, the
Note: See TracChangeset for help on using the changeset viewer.