Plugin Directory

Changeset 3423715


Ignore:
Timestamp:
12/19/2025 01:39:32 PM (4 months ago)
Author:
adatosystems
Message:

fixed svn versioning issues I hope.

Location:
zmanim-wp
Files:
1222 added
4 edited

Legend:

Unmodified
Added
Removed
  • zmanim-wp/tags/2.1.0/vendor/composer/platform_check.php

    r3422847 r3423715  
    55$issues = array();
    66
    7 if (!(PHP_VERSION_ID >= 80300)) {
    8     $issues[] = 'Your Composer dependencies require a PHP version ">= 8.3.0". You are running ' . PHP_VERSION . '.';
     7if (!(PHP_VERSION_ID >= 80400)) {
     8    $issues[] = 'Your Composer dependencies require a PHP version ">= 8.4.0". You are running ' . PHP_VERSION . '.';
    99}
    1010
  • zmanim-wp/trunk/README.txt

    r3422443 r3423715  
    44Tags: #time #zmanim #jewish
    55Tested up to: 6.8
    6 Stable tag: 2.1.0
     6Stable tag: 2.1.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    264264
    265265== Changelog ==
     266= 2.1.1 =
     267* fixed multiple versioning issues because I'm an idiot when it comes to SVN.
     268
    266269= 2.1.0 =
    267270* Added zman_mevorchim for more accurate molad and chodesh
  • zmanim-wp/trunk/vendor/composer/platform_check.php

    r3422847 r3423715  
    55$issues = array();
    66
    7 if (!(PHP_VERSION_ID >= 80300)) {
    8     $issues[] = 'Your Composer dependencies require a PHP version ">= 8.3.0". You are running ' . PHP_VERSION . '.';
     7if (!(PHP_VERSION_ID >= 80400)) {
     8    $issues[] = 'Your Composer dependencies require a PHP version ">= 8.4.0". You are running ' . PHP_VERSION . '.';
    99}
    1010
  • zmanim-wp/trunk/zmanim-wp.php

    r3422449 r3423715  
    1111 * Plugin URI:        https://www.adatosystems.com/zmanim-wp/
    1212 * Description:       Choose from a variety of shitot (opinions), use shortcodes (with options) to display those times in posts, pages, and widgets. With gratitude to Eliyahu Hershfeld, Zachary Weixelbaum, and Elyahu Jacobi.
    13  * Version:           2.1.0
     13 * Version:           2.1.1
    1414 * Author:            Leon Adato
    1515 * Author URI:        https://adatosystems.com/
Note: See TracChangeset for help on using the changeset viewer.