Releases: r23/MyOOS
Phönix
MyOOS Shop system 2.4.40 - Beta Phase
System requirements
PHP version 7.4 or higher.
MySQL version 5.6 or higher.
Apache in version 2.4 or higher.
The Apache module mod_rewrite.
The new take-back obligation
Distributors who are obliged to take back products have two obligations as a result of this new regulation:
First, the buyer must be informed about the possibility of free take-back. Furthermore, he or she must be asked in the purchasing process whether he or she wants to return an old device when the new device is delivered. The MyOOS store system now has this query option.
- Upgrading Smarty 4.0
MyOOS [Dumper] v 5.0.14-dev
In the directory ~/mod is MyOOS [Dumper] and can be installed without the other applications.
MyOOS [Dumper] 5.0.14- dev
- Upgrading league/flysystem (2.3.1 => 2.3.2)
- Upgrading league/mime-type-detection (1.8.0 => 1.9.0)
- Upgrading phpseclib/phpseclib (2.0.34 => 2.0.35)
Needed for SFTP backup via PHP.
Tasks on the wish list: automatic update script
Wish list / Future attractions
Do you have any suggestions for improvement? Feel free to contact the development team via the forum here.
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Phönix
WordPress 5.8.2
Version 5.8.2 fixed a security issue and 2 bugs. For more information, see the release notes.
https://wordpress.org/support/wordpress-version/version-5-8-2/
MyOOS Shop system 2.4.39 - Beta Phase
System requirements
PHP version 7.4 or higher.
MySQL version 5.6 or higher.
Apache in version 2.4 or higher.
The Apache module mod_rewrite.
Wish list has been revised
Downloadable products can be entered.
(Delivery and order not yet possible!)
Store owners can now enter a minimum order value.
If the minimum order value is not reached, an order is not possible.
We have set up 20 Euro minimum order value in our demo store:
Example:
The product does not reach the minimum order value.
https://oos-shop.de/shop/index.php?content=product_info&products_id=1
MyOOS [Dumper] v 5.0.13-dev
In the directory ~/mod is MyOOS [Dumper] and can be installed without the other applications.
MyOOS [Dumper] 5.0.13- dev
- Upgrading league/flysystem (2.3.0 => 2.3.1)
- Upgrading phpseclib/phpseclib (2.0.33 => 2.0.34)
Needed for SFTP backup via PHP.
If you have a memory problem with MyOOS [Dumper], you can now display the memory usage for a database query.
For this in ~/mod/inc/mysqli.php in the function mode_query the function print_mem in line 325 switch on.
From
function mod_query($query, $error_output=true)
{
global $config;
// print_mem();
if (!isset($config['dbconnection'])) mod_mysqli_connect();
becomes
function mod_query($query, $error_output=true)
{
global $config;
print_mem();
if (!isset($config['dbconnection'])) mod_mysqli_connect();
After evaluation, simply revert the changes.
Member powerpoint has pointed out the error regarding the mismatch of upper and lower case letters
pointed out to us.
https://foren.myoos.de/viewtopic.php?f=41&t=2847
Changes for PHP 8.1 support.
Tasks on the wish list: automatic update script
Wish list / Future attractions
Do you have any suggestions for improvement? Feel free to contact the development team via the forum here.
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Phönix
MyOOS Shop system 2.4.38 - Beta Phase
System requirements
PHP version 7.4 or higher.
MySQL version 5.6 or higher.
Apache in version 2.4 or higher.
The Apache module mod_rewrite.
Wish list has been revised
Downloadable products can be entered.
(Delivery and order not yet possible!)
Store owners can now enter a minimum order value.
If the minimum order value is not reached, an order is not possible.
We have set up 20 Euro minimum order value in our demo store:
Example:
The product does not reach the minimum order value.
https://oos-shop.de/shop/index.php?content=product_info&products_id=1
MyOOS [Dumper] v 5.0.13-dev
In the directory ~/mod is MyOOS [Dumper] and can be installed without the other applications.
MyOOS [Dumper] 5.0.13- dev
- Upgrading league/flysystem (2.3.0 => 2.3.1)
- Upgrading phpseclib/phpseclib (2.0.33 => 2.0.34)
Needed for SFTP backup via PHP.
If you have a memory problem with MyOOS [Dumper], you can now display the memory usage for a database query.
For this in ~/mod/inc/mysqli.php in the function mode_query the function print_mem in line 325 switch on.
From
function mod_query($query, $error_output=true)
{
global $config;
// print_mem();
if (!isset($config['dbconnection'])) mod_mysqli_connect();
becomes
function mod_query($query, $error_output=true)
{
global $config;
print_mem();
if (!isset($config['dbconnection'])) mod_mysqli_connect();
After evaluation, simply revert the changes.
Member powerpoint has pointed out the error regarding the mismatch of upper and lower case letters
pointed out to us.
https://foren.myoos.de/viewtopic.php?f=41&t=2847
Changes for PHP 8.1 support.
Tasks on the wish list: automatic update script
Wish list / Future attractions
Do you have any suggestions for improvement? Feel free to contact the development team via the forum here.
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Phönix
Phönix
Phönix
Phönix
MyOOS Shopsystem 2.4.34 - Beta Phase
We have started the beta phase of our store system!
- Ancillary services share the legal fate of the main service.
- By voucher free shipping is now possible.
Gift vouchers (value vouchers or also multi-purpose vouchers) still missing
-
full UTF-8 support
-
adodb is now maintained via Composer.
-
Support for WebP
-
Products can be published as Augmented Reality experience.
-
Category images are possible as Interactive 360 degree panoramas.
-
Ancillary services share the legal fate of the main service.
More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619
Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5
Astronaut Augmented Reality Experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4
- Support for glTF™ 2.0
For 3D graphics, gITF is roughly what JPEG is for images or MP3 for audio data: a compact format for file transfer. PBR here is the 3D art of surfaces; it's about calculating or describing the light and reflection behavior of different materials as photorealistically as possible. In our example, you can clearly see the sunset in the smooth, glossy black surface. In the matte surface, you can see the light imposition of the surroundings.
Demo:
https://oos-shop.de/shop/index.php?content=product_info&products_id=3
You can now install MyOOS Shopsystem starting with PHP 7.4. In the development environment we use PHP 8.x
MyOOS [Dumper] 5.0.11 dev
- the list of configuration files is sorted alphabetically
- Restore (delete database was always active?)
- Upgrading league/flysystem (2.2.1 => 2.2.3)
phpBB 3.3.4
WordPress 5.8
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Phönix
MyOOS Shopsystem 2.4.33 - Beta Phase
We have started the beta phase of our store system!
Yes - there is still a long way to go! But we have reached a milestone.
-
update jQuery 3.6.0
-
full UTF-8 support
-
adodb is now maintained via Composer.
-
Support for WebP
-
Products can be published as Augmented Reality experience.
-
Category images are possible as Interactive 360 degree panoramas.
-
Ancillary services share the legal fate of the main service.
More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619
Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5
Astronaut Augmented Reality Experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4
- Support for glTF™ 2.0
For 3D graphics, gITF is roughly what JPEG is for images or MP3 for audio data: a compact format for file transfer. PBR here is the 3D art of surfaces; it's about calculating or describing the light and reflection behavior of different materials as photorealistically as possible. In our example, you can clearly see the sunset in the smooth, glossy black surface. In the matte surface, you can see the light imposition of the surroundings.
Demo:
https://oos-shop.de/shop/index.php?content=product_info&products_id=3
You can now install MyOOS Shopsystem starting with PHP 7.4. In the development environment we use PHP 8.x
WordPress 5.8
- Support for WebP
We have included the Sketch Block for Gutenberg plugin.
With it you can just add a small drawing to your blog article online. You only need a pen tablet - digitizer tablet and works in Google Chrome.
More information german)
https://foren.myoos.de/viewtopic.php?f=23&t=2618
- Plugin Prevent Lazy Loading Primary Featured Image
The featured image for the primary post on a template should probably not be lazy-loaded, just as the custom logo and header image are not
MyOOS [Dumper] 5.0.10- dev
- new Credits / Help Page
phpBB 3.3.4
- Support for WebP
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Phönix
WordPress 5.8
- Support for WebP
We have included the Sketch Block for Gutenberg plugin.
With it you can just add a small drawing to your blog article online. You only need a pen tablet - digitizer tablet and works in Google Chrome.
More information german)
https://foren.myoos.de/viewtopic.php?f=23&t=2618
- Plugin Prevent Lazy Loading Primary Featured Image
The featured image for the primary post on a template should probably not be lazy-loaded, just as the custom logo and header image are not
MyOOS Shopsystem 2.4.32 - Beta Phase
We have started the beta phase of our store system!
Yes - there is still a long way to go! But we have reached a milestone.
-
full UTF-8 support
-
adodb is now maintained via Composer.
-
Support for WebP
-
Products can be published as Augmented Reality experience.
-
Category images are possible as Interactive 360 degree panoramas.
-
Ancillary services share the legal fate of the main service.
More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619 (german)
Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5
Astronaut Augmented Reality Experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4
- Support for glTF™ 2.0
For 3D graphics, gITF is roughly what JPEG is for images or MP3 for audio data: a compact format for file transfer. PBR here is the 3D art of surfaces; it's about calculating or describing the light and reflection behavior of different materials as photorealistically as possible. In our example, you can clearly see the sunset in the smooth, glossy black surface. In the matte surface, you can see the light imposition of the surroundings.
Demo:
https://oos-shop.de/shop/index.php?content=product_info&products_id=3
You can now install MyOOS Shopsystem starting with PHP 7.4. In the development environment we use PHP 8.x
MyOOS [Dumper] 5.0.10- dev
- new Credits / Help Page
phpBB 3.3.4
- Support for WebP
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Phönix
We have started the beta phase of our store system!
Yes - there is still a long way to go! But we have reached a milestone.
MyOOS Shopsystem 2.4.31 - Beta Phase
- Products can be published as Augmented Reality experience.
- Category images are possible as Interactive 360 degree panoramas.
- Ancillary services share the legal fate of the main service.
More information (german)
https://foren.myoos.de/viewtopic.php?f=4&t=2619 (german)
Demo:
Bar stool augmented reality experience (german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=5
Astronaut Augmented Reality Experience german)
https://oos-shop.de/shop/index.php?content=product_info&products_id=4
You can now install MyOOS System starting with PHP 7.2. In the development environment we use PHP 8.x
WordPress
we have included the Sketch Block for Gutenberg plugin.
With it you can just add a small drawing to your blog article online. You only need a pen tablet - digitizer tablet and works in Google Chrome.
More information german)
https://foren.myoos.de/viewtopic.php?f=23&t=2618
MyOOS [Dumper] 5.0.9- dev
-
full UTF-8 support. Emoji can now be saved.😂
More information (german)
https://foren.myoo(s.de/viewtopic.php?f=41&t=2634 -
Parse error: syntax error /inc/functions_global.php on line 797
More information (german)
https://foren.myoos.de/viewtopic.php?f=41&t=2638
phpBB 3.3.4
Contribute
If you would like to help us improve the MyOOS project, we welcome your pull requests via GitHub here.
https://github.com/r23/MyOOS/
Next release is scheduled for July 21. After the WordPress 5.8 release